com.liferay.portal.model
Interface Permission

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, PermissionModel, java.io.Serializable

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 com.liferay.portal.model.impl.PermissionImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
PermissionModel, PermissionImpl, PermissionModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.PermissionModel
getActionId, getCompanyId, getPermissionId, getPrimaryKey, getResourceId, setActionId, setCompanyId, setPermissionId, setPrimaryKey, setResourceId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo