@ProviderType public interface ResourceActionModel extends BaseModel<ResourceAction>, MVCCModel
This interface and its corresponding implementation com.liferay.portal.model.impl.ResourceActionModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.ResourceActionImpl
.
ResourceAction
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionId()
Returns the action ID of this resource action.
|
long |
getBitwiseValue()
Returns the bitwise value of this resource action.
|
long |
getMvccVersion()
Returns the mvcc version of this resource action.
|
java.lang.String |
getName()
Returns the name of this resource action.
|
long |
getPrimaryKey()
Returns the primary key of this resource action.
|
long |
getResourceActionId()
Returns the resource action ID of this resource action.
|
void |
setActionId(java.lang.String actionId)
Sets the action ID of this resource action.
|
void |
setBitwiseValue(long bitwiseValue)
Sets the bitwise value of this resource action.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this resource action.
|
void |
setName(java.lang.String name)
Sets the name of this resource action.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this resource action.
|
void |
setResourceActionId(long resourceActionId)
Sets the resource action ID of this resource action.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this resource actionlong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this resource actionlong getResourceActionId()
void setResourceActionId(long resourceActionId)
resourceActionId
- the resource action ID of this resource action@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name
- the name of this resource action@AutoEscape java.lang.String getActionId()
void setActionId(java.lang.String actionId)
actionId
- the action ID of this resource actionlong getBitwiseValue()
void setBitwiseValue(long bitwiseValue)
bitwiseValue
- the bitwise value of this resource action