Liferay 6.0.5

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

The model interface for the ResourceAction service. Represents a row in the "ResourceAction" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to ResourceActionImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a resource action model instance should use the ResourceAction interface instead.

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.5