Liferay 6.0.5

com.liferay.portal.model.impl
Class PermissionImpl

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

public class PermissionImpl
extends PermissionModelImpl
implements Permission

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, MAPPING_TABLE_GROUPS_PERMISSIONS_NAME, MAPPING_TABLE_ROLES_PERMISSIONS_NAME, MAPPING_TABLE_USERS_PERMISSIONS_NAME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
PermissionImpl()
           
 
Method Summary
 String getName()
           
 String getPrimKey()
           
 int getScope()
           
 void setName(String name)
           
 void setPrimKey(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, setExpandoBridgeAttributes, 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
clone, compareTo, getActionId, getCompanyId, getExpandoBridge, getPermissionId, getPrimaryKey, getPrimaryKeyObj, getResourceId, hashCode, isCachedModel, isEscapedModel, isNew, setActionId, setCachedModel, setCompanyId, setEscapedModel, setExpandoBridgeAttributes, setNew, setPermissionId, setPrimaryKey, setResourceId, toEscapedModel, toString, toXmlString
 

Constructor Detail

PermissionImpl

public PermissionImpl()
Method Detail

getName

public String getName()
Specified by:
getName in interface Permission

getPrimKey

public String getPrimKey()
Specified by:
getPrimKey in interface Permission

getScope

public int getScope()
Specified by:
getScope in interface Permission

setName

public void setName(String name)
Specified by:
setName in interface Permission

setPrimKey

public void setPrimKey(String primKey)
Specified by:
setPrimKey in interface Permission

setScope

public void setScope(int scope)
Specified by:
setScope in interface Permission

Liferay 6.0.5