Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface Permission

All Superinterfaces:
BaseModel<Permission>, ClassedModel, Cloneable, Comparable<Permission>, PermissionModel, PersistedModel, Serializable
All Known Implementing Classes:
PermissionBaseImpl, PermissionImpl, PermissionWrapper

public interface Permission
extends PermissionModel, PersistedModel

The extended model interface for the Permission service. Represents a row in the "Permission_" database table, with each column mapped to a property of this class.

See Also:
PermissionModel, PermissionImpl, PermissionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<Permission,Long> PERMISSION_ID_ACCESSOR
           
 
Method Summary
 String getName()
           
 String getPrimKey()
           
 int getScope()
           
 void setName(String name)
           
 void setPrimKey(String primKey)
           
 void setScope(int scope)
           
 
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, setExpandoBridgeAttributes, setNew, setPermissionId, setPrimaryKey, setPrimaryKeyObj, setResourceId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

PERMISSION_ID_ACCESSOR

static final Accessor<Permission,Long> PERMISSION_ID_ACCESSOR
Method Detail

getName

String getName()

getPrimKey

String getPrimKey()

getScope

int getScope()

setName

void setName(String name)

setPrimKey

void setPrimKey(String primKey)

setScope

void setScope(int scope)

Liferay 6.1.2-ce-ga3