Package com.liferay.object.model
Class ObjectStateWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectState>
com.liferay.object.model.ObjectStateWrapper
- All Implemented Interfaces:
ObjectState,ObjectStateModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<ObjectState>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<ObjectState>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<ObjectState>
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.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.object.model.ObjectState
OBJECT_STATE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this object state.Returns the create date of this object state.longReturns the list type entry ID of this object state.Returns the modified date of this object state.longReturns the mvcc version of this object state.longReturns the object state flow ID of this object state.longReturns the object state ID of this object state.longReturns the primary key of this object state.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this object state.Returns the user name of this object state.Returns the user uuid of this object state.getUuid()Returns the uuid of this object state.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this object state.voidsetCreateDate(Date createDate) Sets the create date of this object state.voidsetListTypeEntryId(long listTypeEntryId) Sets the list type entry ID of this object state.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this object state.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this object state.voidsetObjectStateFlowId(long objectStateFlowId) Sets the object state flow ID of this object state.voidsetObjectStateId(long objectStateId) Sets the object state ID of this object state.voidsetObjectStateTransitions(List<ObjectStateTransition> objectStateTransitions) voidsetPrimaryKey(long primaryKey) Sets the primary key of this object state.voidsetUserId(long userId) Sets the user ID of this object state.voidsetUserName(String userName) Sets the user name of this object state.voidsetUserUuid(String userUuid) Sets the user uuid of this object state.voidSets the uuid of this object state.protected ObjectStateWrapperwrap(ObjectState objectState) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
ObjectStateWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectState>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectState>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectState>- Specified by:
cloneWithOriginalValuesin interfaceObjectStateModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this object state.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceObjectStateModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this object state
-
getCreateDate
Returns the create date of this object state.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceObjectStateModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this object state
-
getListTypeEntryId
public long getListTypeEntryId()Returns the list type entry ID of this object state.- Specified by:
getListTypeEntryIdin interfaceObjectStateModel- Returns:
- the list type entry ID of this object state
-
getModifiedDate
Returns the modified date of this object state.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceObjectStateModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this object state
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this object state.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceObjectStateModel- Returns:
- the mvcc version of this object state
-
getObjectStateFlowId
public long getObjectStateFlowId()Returns the object state flow ID of this object state.- Specified by:
getObjectStateFlowIdin interfaceObjectStateModel- Returns:
- the object state flow ID of this object state
-
getObjectStateId
public long getObjectStateId()Returns the object state ID of this object state.- Specified by:
getObjectStateIdin interfaceObjectStateModel- Returns:
- the object state ID of this object state
-
getObjectStateTransitions
- Specified by:
getObjectStateTransitionsin interfaceObjectState
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this object state.- Specified by:
getPrimaryKeyin interfaceObjectStateModel- Returns:
- the primary key of this object state
-
getUserId
public long getUserId()Returns the user ID of this object state.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceObjectStateModel- Returns:
- the user ID of this object state
-
getUserName
Returns the user name of this object state.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceObjectStateModel- Returns:
- the user name of this object state
-
getUserUuid
Returns the user uuid of this object state.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceObjectStateModel- Returns:
- the user uuid of this object state
-
getUuid
Returns the uuid of this object state.- Specified by:
getUuidin interfaceObjectStateModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this object state
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this object state.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceObjectStateModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this object state
-
setCreateDate
Sets the create date of this object state.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceObjectStateModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this object state
-
setListTypeEntryId
public void setListTypeEntryId(long listTypeEntryId) Sets the list type entry ID of this object state.- Specified by:
setListTypeEntryIdin interfaceObjectStateModel- Parameters:
listTypeEntryId- the list type entry ID of this object state
-
setModifiedDate
Sets the modified date of this object state.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceObjectStateModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this object state
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this object state.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceObjectStateModel- Parameters:
mvccVersion- the mvcc version of this object state
-
setObjectStateFlowId
public void setObjectStateFlowId(long objectStateFlowId) Sets the object state flow ID of this object state.- Specified by:
setObjectStateFlowIdin interfaceObjectStateModel- Parameters:
objectStateFlowId- the object state flow ID of this object state
-
setObjectStateId
public void setObjectStateId(long objectStateId) Sets the object state ID of this object state.- Specified by:
setObjectStateIdin interfaceObjectStateModel- Parameters:
objectStateId- the object state ID of this object state
-
setObjectStateTransitions
- Specified by:
setObjectStateTransitionsin interfaceObjectState
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this object state.- Specified by:
setPrimaryKeyin interfaceObjectStateModel- Parameters:
primaryKey- the primary key of this object state
-
setUserId
public void setUserId(long userId) Sets the user ID of this object state.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceObjectStateModel- Parameters:
userId- the user ID of this object state
-
setUserName
Sets the user name of this object state.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceObjectStateModel- Parameters:
userName- the user name of this object state
-
setUserUuid
Sets the user uuid of this object state.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceObjectStateModel- Parameters:
userUuid- the user uuid of this object state
-
setUuid
Sets the uuid of this object state.- Specified by:
setUuidin interfaceObjectStateModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this object state
-
toXmlString
- Specified by:
toXmlStringin interfaceObjectStateModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectState>
-