com.liferay.portal.model
Interface Permission
- All Superinterfaces:
- BaseModel<Permission>, java.lang.Cloneable, java.lang.Comparable<Permission>, PermissionModel, java.io.Serializable
- All Known Implementing Classes:
- PermissionWrapper
public interface Permission
- extends PermissionModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the Permission_ table in the
database.
Customize PermissionImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
PermissionModel
,
PermissionImpl
,
PermissionModelImpl
- Generated:
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 |
getName
java.lang.String getName()
getPrimKey
java.lang.String getPrimKey()
getScope
int getScope()
setName
void setName(java.lang.String name)
setPrimKey
void setPrimKey(java.lang.String primKey)
setScope
void setScope(int scope)