com.liferay.portal.model.impl
Class PermissionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Permission>
      extended by com.liferay.portal.model.impl.PermissionModelImpl
          extended by com.liferay.portal.model.impl.PermissionImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portal.model.Permission>, com.liferay.portal.model.Permission, com.liferay.portal.model.PermissionModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.Permission>

public class PermissionImpl
extends PermissionModelImpl
implements com.liferay.portal.model.Permission

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.PermissionModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_GROUPS_PERMISSIONS, FINDER_CACHE_ENABLED_ROLES_PERMISSIONS, FINDER_CACHE_ENABLED_USERS_PERMISSIONS, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
PermissionImpl()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getPrimKey()
           
 int getScope()
           
 void setName(java.lang.String name)
           
 void setPrimKey(java.lang.String primKey)
           
 void setScope(int scope)
           
 
Methods inherited from class com.liferay.portal.model.impl.PermissionModelImpl
clone, compareTo, equals, getActionId, getCompanyId, getExpandoBridge, getOriginalActionId, getOriginalResourceId, getPermissionId, getPrimaryKey, getPrimaryKeyObj, getResourceId, hashCode, setActionId, setCompanyId, setPermissionId, setPrimaryKey, setResourceId, 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.PermissionModel
getActionId, getCompanyId, getPermissionId, getPrimaryKey, getResourceId, setActionId, setCompanyId, setPermissionId, setPrimaryKey, setResourceId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

PermissionImpl

public PermissionImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface com.liferay.portal.model.Permission

getPrimKey

public java.lang.String getPrimKey()
Specified by:
getPrimKey in interface com.liferay.portal.model.Permission

getScope

public int getScope()
Specified by:
getScope in interface com.liferay.portal.model.Permission

setName

public void setName(java.lang.String name)
Specified by:
setName in interface com.liferay.portal.model.Permission

setPrimKey

public void setPrimKey(java.lang.String primKey)
Specified by:
setPrimKey in interface com.liferay.portal.model.Permission

setScope

public void setScope(int scope)
Specified by:
setScope in interface com.liferay.portal.model.Permission