com.liferay.portal.model
Interface Permission
- All Superinterfaces:
- BaseModel<Permission>, ClassedModel, Cloneable, Comparable<Permission>, PermissionModel, PersistedModel, Serializable
- All Known Implementing Classes:
- 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
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 |
PERMISSION_ID_ACCESSOR
static final Accessor<Permission,Long> PERMISSION_ID_ACCESSOR
getName
String getName()
getPrimKey
String getPrimKey()
getScope
int getScope()
setName
void setName(String name)
setPrimKey
void setPrimKey(String primKey)
setScope
void setScope(int scope)