com.liferay.portal.model.impl
Class ResourceTypePermissionModelImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.ResourceTypePermission>
com.liferay.portal.model.impl.ResourceTypePermissionModelImpl
- All Implemented Interfaces:
- com.liferay.portal.model.BaseModel<com.liferay.portal.model.ResourceTypePermission>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.ResourceTypePermissionModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.ResourceTypePermission>
- Direct Known Subclasses:
- ResourceTypePermissionBaseImpl
public class ResourceTypePermissionModelImpl
- extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.ResourceTypePermission>
- implements com.liferay.portal.model.ResourceTypePermissionModel
The base model implementation for the ResourceTypePermission service. Represents a row in the "ResourceTypePermission" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface ResourceTypePermissionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ResourceTypePermissionImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
ResourceTypePermissionImpl,
ResourceTypePermission,
ResourceTypePermissionModel,
Serialized Form- Generated:
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.ResourceTypePermissionModel |
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
TABLE_NAME
public static final java.lang.String TABLE_NAME
- See Also:
- Constant Field Values
TABLE_COLUMNS
public static final java.lang.Object[][] TABLE_COLUMNS
TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_CREATE
- See Also:
- Constant Field Values
TABLE_SQL_DROP
public static final java.lang.String TABLE_SQL_DROP
- See Also:
- Constant Field Values
DATA_SOURCE
public static final java.lang.String DATA_SOURCE
- See Also:
- Constant Field Values
SESSION_FACTORY
public static final java.lang.String SESSION_FACTORY
- See Also:
- Constant Field Values
TX_MANAGER
public static final java.lang.String TX_MANAGER
- See Also:
- Constant Field Values
ENTITY_CACHE_ENABLED
public static final boolean ENTITY_CACHE_ENABLED
FINDER_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
COLUMN_BITMASK_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
COMPANYID_COLUMN_BITMASK
public static long COMPANYID_COLUMN_BITMASK
GROUPID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
NAME_COLUMN_BITMASK
public static long NAME_COLUMN_BITMASK
ROLEID_COLUMN_BITMASK
public static long ROLEID_COLUMN_BITMASK
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
ResourceTypePermissionModelImpl
public ResourceTypePermissionModelImpl()
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface com.liferay.portal.model.ResourceTypePermissionModel
setPrimaryKey
public void setPrimaryKey(long primaryKey)
- Specified by:
setPrimaryKey in interface com.liferay.portal.model.ResourceTypePermissionModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.ResourceTypePermission>- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ResourceTypePermissionModel
setPrimaryKeyObj
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.ResourceTypePermission>- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ResourceTypePermissionModel
getModelClass
public java.lang.Class<?> getModelClass()
- Specified by:
getModelClass in interface com.liferay.portal.model.ClassedModel
getModelClassName
public java.lang.String getModelClassName()
- Specified by:
getModelClassName in interface com.liferay.portal.model.ClassedModel
getResourceTypePermissionId
public long getResourceTypePermissionId()
- Specified by:
getResourceTypePermissionId in interface com.liferay.portal.model.ResourceTypePermissionModel
setResourceTypePermissionId
public void setResourceTypePermissionId(long resourceTypePermissionId)
- Specified by:
setResourceTypePermissionId in interface com.liferay.portal.model.ResourceTypePermissionModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface com.liferay.portal.model.ResourceTypePermissionModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface com.liferay.portal.model.ResourceTypePermissionModel
getOriginalCompanyId
public long getOriginalCompanyId()
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface com.liferay.portal.model.ResourceTypePermissionModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface com.liferay.portal.model.ResourceTypePermissionModel
getOriginalGroupId
public long getOriginalGroupId()
getName
public java.lang.String getName()
- Specified by:
getName in interface com.liferay.portal.model.ResourceTypePermissionModel
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface com.liferay.portal.model.ResourceTypePermissionModel
getOriginalName
public java.lang.String getOriginalName()
getRoleId
public long getRoleId()
- Specified by:
getRoleId in interface com.liferay.portal.model.ResourceTypePermissionModel
setRoleId
public void setRoleId(long roleId)
- Specified by:
setRoleId in interface com.liferay.portal.model.ResourceTypePermissionModel
getOriginalRoleId
public long getOriginalRoleId()
getActionIds
public long getActionIds()
- Specified by:
getActionIds in interface com.liferay.portal.model.ResourceTypePermissionModel
setActionIds
public void setActionIds(long actionIds)
- Specified by:
setActionIds in interface com.liferay.portal.model.ResourceTypePermissionModel
getColumnBitmask
public long getColumnBitmask()
toEscapedModel
public com.liferay.portal.model.ResourceTypePermission toEscapedModel()
- Specified by:
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.ResourceTypePermission>- Specified by:
toEscapedModel in interface com.liferay.portal.model.ResourceTypePermissionModel- Overrides:
toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.ResourceTypePermission>
getExpandoBridge
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.ResourceTypePermission>- Specified by:
getExpandoBridge in interface com.liferay.portal.model.ClassedModel- Specified by:
getExpandoBridge in interface com.liferay.portal.model.ResourceTypePermissionModel- Overrides:
getExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.ResourceTypePermission>
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.ResourceTypePermission>- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.ResourceTypePermissionModel- Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.ResourceTypePermission>
clone
public java.lang.Object clone()
- Specified by:
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.ResourceTypePermission>- Specified by:
clone in interface com.liferay.portal.model.ResourceTypePermissionModel- Specified by:
clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.ResourceTypePermission>
compareTo
public int compareTo(com.liferay.portal.model.ResourceTypePermission resourceTypePermission)
- Specified by:
compareTo in interface com.liferay.portal.model.ResourceTypePermissionModel- Specified by:
compareTo in interface java.lang.Comparable<com.liferay.portal.model.ResourceTypePermission>
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface com.liferay.portal.model.ResourceTypePermissionModel- Overrides:
hashCode in class java.lang.Object
resetOriginalValues
public void resetOriginalValues()
- Specified by:
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.ResourceTypePermission>- Overrides:
resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.ResourceTypePermission>
toCacheModel
public com.liferay.portal.model.CacheModel<com.liferay.portal.model.ResourceTypePermission> toCacheModel()
- Specified by:
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.ResourceTypePermission>- Specified by:
toCacheModel in interface com.liferay.portal.model.ResourceTypePermissionModel- Overrides:
toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.ResourceTypePermission>
toString
public java.lang.String toString()
- Specified by:
toString in interface com.liferay.portal.model.ResourceTypePermissionModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.ResourceTypePermission>- Specified by:
toXmlString in interface com.liferay.portal.model.ResourceTypePermissionModel