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
modelFields inherited from interface com.liferay.change.tracking.model.CTProcess
CT_PROCESS_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the background task ID of this ct process.longReturns the company ID of this ct process.Returns the create date of this ct process.longReturns the ct collection ID of this ct process.longReturns the ct process ID of this ct process.longReturns the mvcc version of this ct process.longReturns the primary key of this ct process.intgetType()Returns the type of this ct process.longReturns the user ID of this ct process.Returns the user uuid of this ct process.voidpersist()voidsetBackgroundTaskId(long backgroundTaskId) Sets the background task ID of this ct process.voidsetCompanyId(long companyId) Sets the company ID of this ct process.voidsetCreateDate(Date createDate) Sets the create date of this ct process.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct process.voidsetCtProcessId(long ctProcessId) Sets the ct process ID of this ct process.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ct process.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ct process.voidsetType(int type) Sets the type of this ct process.voidsetUserId(long userId) Sets the user ID of this ct process.voidsetUserUuid(String userUuid) Sets the user uuid of this ct process.protected CTProcessWrapperMethods 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
getWrappedModel
-
Constructor Details
-
CTProcessWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTProcess>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTProcess>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTProcess>- Specified by:
cloneWithOriginalValuesin interfaceCTProcessModel
-
getBackgroundTaskId
public long getBackgroundTaskId()Returns the background task ID of this ct process.- Specified by:
getBackgroundTaskIdin interfaceCTProcessModel- Returns:
- the background task ID of this ct process
-
getCompanyId
public long getCompanyId()Returns the company ID of this ct process.- Specified by:
getCompanyIdin interfaceCTProcessModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfaceCTProcessModel- Returns:
- the create date of this ct process
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ct process.- Specified by:
getCtCollectionIdin 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:
getCtProcessIdin interfaceCTProcessModel- Returns:
- the ct process ID of this ct process
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ct process.- Specified by:
getMvccVersionin interfaceCTProcessModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin interfaceCTProcessModel- Returns:
- the primary key of this ct process
-
getType
public int getType()Returns the type of this ct process.- Specified by:
getTypein interfaceCTProcessModel- Returns:
- the type of this ct process
-
getUserId
public long getUserId()Returns the user ID of this ct process.- Specified by:
getUserIdin interfaceCTProcessModel- Returns:
- the user ID of this ct process
-
getUserUuid
Returns the user uuid of this ct process.- Specified by:
getUserUuidin interfaceCTProcessModel- Returns:
- the user uuid of this ct process
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBackgroundTaskId
public void setBackgroundTaskId(long backgroundTaskId) Sets the background task ID of this ct process.- Specified by:
setBackgroundTaskIdin 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:
setCompanyIdin interfaceCTProcessModel- Specified by:
setCompanyIdin 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:
setCreateDatein 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:
setCtCollectionIdin 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:
setCtProcessIdin 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:
setMvccVersionin interfaceCTProcessModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin 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:
setTypein 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:
setUserIdin interfaceCTProcessModel- Parameters:
userId- the user ID of this ct process
-
setUserUuid
Sets the user uuid of this ct process.- Specified by:
setUserUuidin interfaceCTProcessModel- Parameters:
userUuid- the user uuid of this ct process
-
toXmlString
- Specified by:
toXmlStringin interfaceCTProcessModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTProcess>
-