com.liferay.portal.model
Interface ResourceActionModel
- All Superinterfaces:
- BaseModel<ResourceAction>, java.lang.Cloneable, java.lang.Comparable<ResourceAction>, java.io.Serializable
- All Known Subinterfaces:
- ResourceAction
public interface ResourceActionModel
- extends BaseModel<ResourceAction>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the ResourceAction
table in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
ResourceAction
,
ResourceActionImpl
,
ResourceActionModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getResourceActionId
long getResourceActionId()
setResourceActionId
void setResourceActionId(long resourceActionId)
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
getActionId
java.lang.String getActionId()
setActionId
void setActionId(java.lang.String actionId)
getBitwiseValue
long getBitwiseValue()
setBitwiseValue
void setBitwiseValue(long bitwiseValue)
toEscapedModel
ResourceAction toEscapedModel()