public class ObjectStateWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectState> implements com.liferay.portal.kernel.model.ModelWrapper<ObjectState>, ObjectState
This class is a wrapper for ObjectState.
ObjectState,
Serialized FormOBJECT_STATE_ID_ACCESSOR| Constructor and Description |
|---|
ObjectStateWrapper(ObjectState objectState) |
| Modifier and Type | Method and Description |
|---|---|
ObjectState |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this object state.
|
java.util.Date |
getCreateDate()
Returns the create date of this object state.
|
long |
getListTypeEntryId()
Returns the list type entry ID of this object state.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this object state.
|
long |
getMvccVersion()
Returns the mvcc version of this object state.
|
long |
getObjectStateFlowId()
Returns the object state flow ID of this object state.
|
long |
getObjectStateId()
Returns the object state ID of this object state.
|
java.util.List<ObjectStateTransition> |
getObjectStateTransitions() |
long |
getPrimaryKey()
Returns the primary key of this object state.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this object state.
|
java.lang.String |
getUserName()
Returns the user name of this object state.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this object state.
|
java.lang.String |
getUuid()
Returns the uuid of this object state.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this object state.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this object state.
|
void |
setListTypeEntryId(long listTypeEntryId)
Sets the list type entry ID of this object state.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this object state.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this object state.
|
void |
setObjectStateFlowId(long objectStateFlowId)
Sets the object state flow ID of this object state.
|
void |
setObjectStateId(long objectStateId)
Sets the object state ID of this object state.
|
void |
setObjectStateTransitions(java.util.List<ObjectStateTransition> objectStateTransitions) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this object state.
|
void |
setUserId(long userId)
Sets the user ID of this object state.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this object state.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this object state.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this object state.
|
protected ObjectStateWrapper |
wrap(ObjectState objectState) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic ObjectStateWrapper(ObjectState objectState)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ObjectState>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ObjectState>public ObjectState cloneWithOriginalValues()
cloneWithOriginalValues in interface ObjectStateModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<ObjectState>public long getCompanyId()
getCompanyId in interface ObjectStateModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface ObjectStateModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getListTypeEntryId()
getListTypeEntryId in interface ObjectStateModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface ObjectStateModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface ObjectStateModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getObjectStateFlowId()
getObjectStateFlowId in interface ObjectStateModelpublic long getObjectStateId()
getObjectStateId in interface ObjectStateModelpublic java.util.List<ObjectStateTransition> getObjectStateTransitions()
getObjectStateTransitions in interface ObjectStatepublic long getPrimaryKey()
getPrimaryKey in interface ObjectStateModelpublic long getUserId()
getUserId in interface ObjectStateModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface ObjectStateModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface ObjectStateModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface ObjectStateModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface ObjectStateModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this object statepublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface ObjectStateModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this object statepublic void setListTypeEntryId(long listTypeEntryId)
setListTypeEntryId in interface ObjectStateModellistTypeEntryId - the list type entry ID of this object statepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface ObjectStateModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this object statepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface ObjectStateModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this object statepublic void setObjectStateFlowId(long objectStateFlowId)
setObjectStateFlowId in interface ObjectStateModelobjectStateFlowId - the object state flow ID of this object statepublic void setObjectStateId(long objectStateId)
setObjectStateId in interface ObjectStateModelobjectStateId - the object state ID of this object statepublic void setObjectStateTransitions(java.util.List<ObjectStateTransition> objectStateTransitions)
setObjectStateTransitions in interface ObjectStatepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ObjectStateModelprimaryKey - the primary key of this object statepublic void setUserId(long userId)
setUserId in interface ObjectStateModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this object statepublic void setUserName(java.lang.String userName)
setUserName in interface ObjectStateModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this object statepublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface ObjectStateModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this object statepublic void setUuid(java.lang.String uuid)
setUuid in interface ObjectStateModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this object statepublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected ObjectStateWrapper wrap(ObjectState objectState)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectState>