com.liferay.portal.model
Interface ResourceAction

All Superinterfaces:
BaseModel<ResourceAction>, java.lang.Cloneable, java.lang.Comparable<ResourceAction>, ResourceActionModel, java.io.Serializable

public interface ResourceAction
extends ResourceActionModel

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 ResourceAction table in the database.

Customize com.liferay.portal.model.impl.ResourceActionImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
ResourceActionModel, ResourceActionImpl, ResourceActionModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.ResourceActionModel
getActionId, getBitwiseValue, getName, getPrimaryKey, getResourceActionId, setActionId, setBitwiseValue, setName, setPrimaryKey, setResourceActionId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo