Package com.liferay.object.model
Class ObjectStateTransitionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectStateTransition>
com.liferay.object.model.ObjectStateTransitionWrapper
- All Implemented Interfaces:
ObjectStateTransition
,ObjectStateTransitionModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<ObjectStateTransition>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<ObjectStateTransition>
,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<ObjectStateTransition>
public class ObjectStateTransitionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectStateTransition>
implements com.liferay.portal.kernel.model.ModelWrapper<ObjectStateTransition>, ObjectStateTransition
This class is a wrapper for ObjectStateTransition
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.object.model.ObjectStateTransition
OBJECT_STATE_TRANSITION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this object state transition.Returns the create date of this object state transition.Returns the modified date of this object state transition.long
Returns the mvcc version of this object state transition.long
Returns the object state flow ID of this object state transition.long
Returns the object state transition ID of this object state transition.long
Returns the primary key of this object state transition.long
Returns the source object state ID of this object state transition.com.liferay.exportimport.kernel.lar.StagedModelType
long
Returns the target object state ID of this object state transition.long
long
Returns the user ID of this object state transition.Returns the user name of this object state transition.Returns the user uuid of this object state transition.getUuid()
Returns the uuid of this object state transition.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this object state transition.void
setCreateDate
(Date createDate) Sets the create date of this object state transition.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this object state transition.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this object state transition.void
setObjectStateFlowId
(long objectStateFlowId) Sets the object state flow ID of this object state transition.void
setObjectStateTransitionId
(long objectStateTransitionId) Sets the object state transition ID of this object state transition.void
setPrimaryKey
(long primaryKey) Sets the primary key of this object state transition.void
setSourceObjectStateId
(long sourceObjectStateId) Sets the source object state ID of this object state transition.void
setTargetObjectStateId
(long targetObjectStateId) Sets the target object state ID of this object state transition.void
setTargetObjectStateListTypeEntryId
(long targetObjectStateListTypeEntryId) void
setUserId
(long userId) Sets the user ID of this object state transition.void
setUserName
(String userName) Sets the user name of this object state transition.void
setUserUuid
(String userUuid) Sets the user uuid of this object state transition.void
Sets the uuid of this object state transition.protected ObjectStateTransitionWrapper
wrap
(ObjectStateTransition objectStateTransition) 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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
ObjectStateTransitionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<ObjectStateTransition>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<ObjectStateTransition>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<ObjectStateTransition>
- Specified by:
cloneWithOriginalValues
in interfaceObjectStateTransitionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this object state transition.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceObjectStateTransitionModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this object state transition
-
getCreateDate
Returns the create date of this object state transition.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceObjectStateTransitionModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this object state transition
-
getModifiedDate
Returns the modified date of this object state transition.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceObjectStateTransitionModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this object state transition
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this object state transition.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in interfaceObjectStateTransitionModel
- Returns:
- the mvcc version of this object state transition
-
getObjectStateFlowId
public long getObjectStateFlowId()Returns the object state flow ID of this object state transition.- Specified by:
getObjectStateFlowId
in interfaceObjectStateTransitionModel
- Returns:
- the object state flow ID of this object state transition
-
getObjectStateTransitionId
public long getObjectStateTransitionId()Returns the object state transition ID of this object state transition.- Specified by:
getObjectStateTransitionId
in interfaceObjectStateTransitionModel
- Returns:
- the object state transition ID of this object state transition
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this object state transition.- Specified by:
getPrimaryKey
in interfaceObjectStateTransitionModel
- Returns:
- the primary key of this object state transition
-
getSourceObjectStateId
public long getSourceObjectStateId()Returns the source object state ID of this object state transition.- Specified by:
getSourceObjectStateId
in interfaceObjectStateTransitionModel
- Returns:
- the source object state ID of this object state transition
-
getTargetObjectStateId
public long getTargetObjectStateId()Returns the target object state ID of this object state transition.- Specified by:
getTargetObjectStateId
in interfaceObjectStateTransitionModel
- Returns:
- the target object state ID of this object state transition
-
getTargetObjectStateListTypeEntryId
public long getTargetObjectStateListTypeEntryId()- Specified by:
getTargetObjectStateListTypeEntryId
in interfaceObjectStateTransition
-
getUserId
public long getUserId()Returns the user ID of this object state transition.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceObjectStateTransitionModel
- Returns:
- the user ID of this object state transition
-
getUserName
Returns the user name of this object state transition.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceObjectStateTransitionModel
- Returns:
- the user name of this object state transition
-
getUserUuid
Returns the user uuid of this object state transition.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceObjectStateTransitionModel
- Returns:
- the user uuid of this object state transition
-
getUuid
Returns the uuid of this object state transition.- Specified by:
getUuid
in interfaceObjectStateTransitionModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this object state transition
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this object state transition.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceObjectStateTransitionModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this object state transition
-
setCreateDate
Sets the create date of this object state transition.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceObjectStateTransitionModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this object state transition
-
setModifiedDate
Sets the modified date of this object state transition.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceObjectStateTransitionModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this object state transition
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this object state transition.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in interfaceObjectStateTransitionModel
- Parameters:
mvccVersion
- the mvcc version of this object state transition
-
setObjectStateFlowId
public void setObjectStateFlowId(long objectStateFlowId) Sets the object state flow ID of this object state transition.- Specified by:
setObjectStateFlowId
in interfaceObjectStateTransitionModel
- Parameters:
objectStateFlowId
- the object state flow ID of this object state transition
-
setObjectStateTransitionId
public void setObjectStateTransitionId(long objectStateTransitionId) Sets the object state transition ID of this object state transition.- Specified by:
setObjectStateTransitionId
in interfaceObjectStateTransitionModel
- Parameters:
objectStateTransitionId
- the object state transition ID of this object state transition
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this object state transition.- Specified by:
setPrimaryKey
in interfaceObjectStateTransitionModel
- Parameters:
primaryKey
- the primary key of this object state transition
-
setSourceObjectStateId
public void setSourceObjectStateId(long sourceObjectStateId) Sets the source object state ID of this object state transition.- Specified by:
setSourceObjectStateId
in interfaceObjectStateTransitionModel
- Parameters:
sourceObjectStateId
- the source object state ID of this object state transition
-
setTargetObjectStateId
public void setTargetObjectStateId(long targetObjectStateId) Sets the target object state ID of this object state transition.- Specified by:
setTargetObjectStateId
in interfaceObjectStateTransitionModel
- Parameters:
targetObjectStateId
- the target object state ID of this object state transition
-
setTargetObjectStateListTypeEntryId
public void setTargetObjectStateListTypeEntryId(long targetObjectStateListTypeEntryId) - Specified by:
setTargetObjectStateListTypeEntryId
in interfaceObjectStateTransition
-
setUserId
public void setUserId(long userId) Sets the user ID of this object state transition.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceObjectStateTransitionModel
- Parameters:
userId
- the user ID of this object state transition
-
setUserName
Sets the user name of this object state transition.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceObjectStateTransitionModel
- Parameters:
userName
- the user name of this object state transition
-
setUserUuid
Sets the user uuid of this object state transition.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceObjectStateTransitionModel
- Parameters:
userUuid
- the user uuid of this object state transition
-
setUuid
Sets the uuid of this object state transition.- Specified by:
setUuid
in interfaceObjectStateTransitionModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this object state transition
-
toXmlString
- Specified by:
toXmlString
in interfaceObjectStateTransitionModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectStateTransition>
-