com.liferay.portal.model
Interface ResourceActionModel
- All Superinterfaces:
- BaseModel<ResourceAction>, java.lang.Cloneable, java.lang.Comparable<ResourceAction>, java.io.Serializable
- All Known Subinterfaces:
- ResourceAction
- All Known Implementing Classes:
- ResourceActionWrapper
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- Generated:
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()
isNew
boolean isNew()
- Specified by:
isNew in interface BaseModel<ResourceAction>
setNew
boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<ResourceAction>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<ResourceAction>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<ResourceAction>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<ResourceAction>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<ResourceAction>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<ResourceAction>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<ResourceAction>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<ResourceAction>
clone
java.lang.Object clone()
- Specified by:
clone in interface BaseModel<ResourceAction>
compareTo
int compareTo(ResourceAction resourceAction)
- Specified by:
compareTo in interface java.lang.Comparable<ResourceAction>
hashCode
int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<ResourceAction>