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