Liferay 6.0.3

com.liferay.portal.model
Interface ResourceAction

All Superinterfaces:
BaseModel<ResourceAction>, Cloneable, Comparable<ResourceAction>, ResourceActionModel, Serializable
All Known Implementing Classes:
ResourceActionImpl, ResourceActionWrapper

public interface ResourceAction
extends ResourceActionModel

This interface is a model that represents the ResourceAction table in the database.

Customize ResourceActionImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
ResourceActionModel, ResourceActionImpl, ResourceActionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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


Liferay 6.0.3