Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface ResourceAction

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

@ProviderType
public interface ResourceAction
extends ResourceActionModel, PersistedModel

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

See Also:
ResourceActionModel, ResourceActionImpl, ResourceActionModelImpl

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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setResourceActionId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5