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

Method Summary
 java.lang.String getActionId()
           
 long getBitwiseValue()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 long getResourceActionId()
           
 void setActionId(java.lang.String actionId)
           
 void setBitwiseValue(long bitwiseValue)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setResourceActionId(long resourceActionId)
           
 ResourceAction toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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()