Class CTProcessWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTProcess>
com.liferay.change.tracking.model.CTProcessWrapper
- All Implemented Interfaces:
CTProcess
,CTProcessModel
,com.liferay.portal.kernel.model.BaseModel<CTProcess>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<CTProcess>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<CTProcess>
public class CTProcessWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTProcess>
implements CTProcess, com.liferay.portal.kernel.model.ModelWrapper<CTProcess>
This class is a wrapper for CTProcess
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.change.tracking.model.CTProcess
CT_PROCESS_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the background task ID of this ct process.long
Returns the company ID of this ct process.Returns the create date of this ct process.long
Returns the ct collection ID of this ct process.long
Returns the ct process ID of this ct process.long
Returns the mvcc version of this ct process.long
Returns the primary key of this ct process.int
getType()
Returns the type of this ct process.long
Returns the user ID of this ct process.Returns the user uuid of this ct process.void
persist()
void
setBackgroundTaskId
(long backgroundTaskId) Sets the background task ID of this ct process.void
setCompanyId
(long companyId) Sets the company ID of this ct process.void
setCreateDate
(Date createDate) Sets the create date of this ct process.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this ct process.void
setCtProcessId
(long ctProcessId) Sets the ct process ID of this ct process.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this ct process.void
setPrimaryKey
(long primaryKey) Sets the primary key of this ct process.void
setType
(int type) Sets the type of this ct process.void
setUserId
(long userId) Sets the user ID of this ct process.void
setUserUuid
(String userUuid) Sets the user uuid of this ct process.protected CTProcessWrapper
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
-
Constructor Details
-
CTProcessWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CTProcess>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CTProcess>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CTProcess>
- Specified by:
cloneWithOriginalValues
in interfaceCTProcessModel
-
getBackgroundTaskId
public long getBackgroundTaskId()Returns the background task ID of this ct process.- Specified by:
getBackgroundTaskId
in interfaceCTProcessModel
- Returns:
- the background task ID of this ct process
-
getCompanyId
public long getCompanyId()Returns the company ID of this ct process.- Specified by:
getCompanyId
in interfaceCTProcessModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this ct process
-
getCreateDate
Returns the create date of this ct process.- Specified by:
getCreateDate
in interfaceCTProcessModel
- Returns:
- the create date of this ct process
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ct process.- Specified by:
getCtCollectionId
in interfaceCTProcessModel
- Returns:
- the ct collection ID of this ct process
-
getCtProcessId
public long getCtProcessId()Returns the ct process ID of this ct process.- Specified by:
getCtProcessId
in interfaceCTProcessModel
- Returns:
- the ct process ID of this ct process
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ct process.- Specified by:
getMvccVersion
in interfaceCTProcessModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this ct process
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ct process.- Specified by:
getPrimaryKey
in interfaceCTProcessModel
- Returns:
- the primary key of this ct process
-
getType
public int getType()Returns the type of this ct process.- Specified by:
getType
in interfaceCTProcessModel
- Returns:
- the type of this ct process
-
getUserId
public long getUserId()Returns the user ID of this ct process.- Specified by:
getUserId
in interfaceCTProcessModel
- Returns:
- the user ID of this ct process
-
getUserUuid
Returns the user uuid of this ct process.- Specified by:
getUserUuid
in interfaceCTProcessModel
- Returns:
- the user uuid of this ct process
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBackgroundTaskId
public void setBackgroundTaskId(long backgroundTaskId) Sets the background task ID of this ct process.- Specified by:
setBackgroundTaskId
in interfaceCTProcessModel
- Parameters:
backgroundTaskId
- the background task ID of this ct process
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ct process.- Specified by:
setCompanyId
in interfaceCTProcessModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this ct process
-
setCreateDate
Sets the create date of this ct process.- Specified by:
setCreateDate
in interfaceCTProcessModel
- Parameters:
createDate
- the create date of this ct process
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct process.- Specified by:
setCtCollectionId
in interfaceCTProcessModel
- Parameters:
ctCollectionId
- the ct collection ID of this ct process
-
setCtProcessId
public void setCtProcessId(long ctProcessId) Sets the ct process ID of this ct process.- Specified by:
setCtProcessId
in interfaceCTProcessModel
- Parameters:
ctProcessId
- the ct process ID of this ct process
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ct process.- Specified by:
setMvccVersion
in interfaceCTProcessModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this ct process
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ct process.- Specified by:
setPrimaryKey
in interfaceCTProcessModel
- Parameters:
primaryKey
- the primary key of this ct process
-
setType
public void setType(int type) Sets the type of this ct process.- Specified by:
setType
in interfaceCTProcessModel
- Parameters:
type
- the type of this ct process
-
setUserId
public void setUserId(long userId) Sets the user ID of this ct process.- Specified by:
setUserId
in interfaceCTProcessModel
- Parameters:
userId
- the user ID of this ct process
-
setUserUuid
Sets the user uuid of this ct process.- Specified by:
setUserUuid
in interfaceCTProcessModel
- Parameters:
userUuid
- the user uuid of this ct process
-
toXmlString
- Specified by:
toXmlString
in interfaceCTProcessModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTProcess>
-