Liferay 6.0.5

com.liferay.portal.model.impl
Class ResourcePermissionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ResourcePermission>
      extended by com.liferay.portal.model.impl.ResourcePermissionModelImpl
          extended by com.liferay.portal.model.impl.ResourcePermissionImpl
All Implemented Interfaces:
BaseModel<ResourcePermission>, ResourcePermission, ResourcePermissionModel, Serializable, Cloneable, Comparable<ResourcePermission>

public class ResourcePermissionImpl
extends ResourcePermissionModelImpl
implements ResourcePermission

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ResourcePermissionModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ResourcePermissionImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.ResourcePermissionModelImpl
clone, compareTo, equals, getActionIds, getCompanyId, getExpandoBridge, getName, getOriginalCompanyId, getOriginalName, getOriginalPrimKey, getOriginalRoleId, getOriginalScope, getPrimaryKey, getPrimaryKeyObj, getPrimKey, getResourcePermissionId, getRoleId, getScope, hashCode, setActionIds, setCompanyId, setExpandoBridgeAttributes, setName, setPrimaryKey, setPrimKey, setResourcePermissionId, setRoleId, setScope, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ResourcePermissionModel
clone, compareTo, getActionIds, getCompanyId, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getPrimKey, getResourcePermissionId, getRoleId, getScope, hashCode, isCachedModel, isEscapedModel, isNew, setActionIds, setCachedModel, setCompanyId, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimKey, setResourcePermissionId, setRoleId, setScope, toEscapedModel, toString, toXmlString
 

Constructor Detail

ResourcePermissionImpl

public ResourcePermissionImpl()

Liferay 6.0.5