@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 |
---|---|
ResourceAction |
cloneWithOriginalValues() |
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.
|
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(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(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.
|
default String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
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 String getName()
void setName(String name)
name
- the name of this resource action@AutoEscape String getActionId()
void setActionId(String actionId)
actionId
- the action ID of this resource actionlong getBitwiseValue()
void setBitwiseValue(long bitwiseValue)
bitwiseValue
- the bitwise value of this resource actionResourceAction cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<ResourceAction>
default String toXmlString()