com.liferay.portal.model
Class ResourceActionWrapper
java.lang.Object
com.liferay.portal.model.ResourceActionWrapper
- All Implemented Interfaces:
- BaseModel<ResourceAction>, ResourceAction, ResourceActionModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ResourceAction>
public class ResourceActionWrapper
- extends java.lang.Object
- implements ResourceAction
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ResourceAction
.
- Author:
- Brian Wing Shun Chan
- See Also:
ResourceAction
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
ResourceActionWrapper
public ResourceActionWrapper(ResourceAction resourceAction)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey
in interface ResourceActionModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey
in interface ResourceActionModel
getResourceActionId
public long getResourceActionId()
- Specified by:
getResourceActionId
in interface ResourceActionModel
setResourceActionId
public void setResourceActionId(long resourceActionId)
- Specified by:
setResourceActionId
in interface ResourceActionModel
getName
public java.lang.String getName()
- Specified by:
getName
in interface ResourceActionModel
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface ResourceActionModel
getActionId
public java.lang.String getActionId()
- Specified by:
getActionId
in interface ResourceActionModel
setActionId
public void setActionId(java.lang.String actionId)
- Specified by:
setActionId
in interface ResourceActionModel
getBitwiseValue
public long getBitwiseValue()
- Specified by:
getBitwiseValue
in interface ResourceActionModel
setBitwiseValue
public void setBitwiseValue(long bitwiseValue)
- Specified by:
setBitwiseValue
in interface ResourceActionModel
toEscapedModel
public ResourceAction toEscapedModel()
- Specified by:
toEscapedModel
in interface ResourceActionModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<ResourceAction>
- Specified by:
isNew
in interface ResourceActionModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<ResourceAction>
- Specified by:
setNew
in interface ResourceActionModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<ResourceAction>
- Specified by:
isCachedModel
in interface ResourceActionModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<ResourceAction>
- Specified by:
setCachedModel
in interface ResourceActionModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<ResourceAction>
- Specified by:
isEscapedModel
in interface ResourceActionModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<ResourceAction>
- Specified by:
setEscapedModel
in interface ResourceActionModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<ResourceAction>
- Specified by:
getPrimaryKeyObj
in interface ResourceActionModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<ResourceAction>
- Specified by:
getExpandoBridge
in interface ResourceActionModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<ResourceAction>
- Specified by:
setExpandoBridgeAttributes
in interface ResourceActionModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<ResourceAction>
- Specified by:
clone
in interface ResourceActionModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(ResourceAction resourceAction)
- Specified by:
compareTo
in interface ResourceActionModel
- Specified by:
compareTo
in interface java.lang.Comparable<ResourceAction>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface ResourceActionModel
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString
in interface ResourceActionModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<ResourceAction>
- Specified by:
toXmlString
in interface ResourceActionModel
getWrappedResourceAction
public ResourceAction getWrappedResourceAction()