Class CTEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTEntry>
com.liferay.change.tracking.model.CTEntryWrapper
- All Implemented Interfaces:
CTEntry
,CTEntryModel
,com.liferay.portal.kernel.model.BaseModel<CTEntry>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.ModelWrapper<CTEntry>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<CTEntry>
public class CTEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTEntry>
implements CTEntry, com.liferay.portal.kernel.model.ModelWrapper<CTEntry>
This class is a wrapper for CTEntry
.
- 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.CTEntry
CT_ENTRY_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the change type of this ct entry.long
Returns the company ID of this ct entry.Returns the create date of this ct entry.long
Returns the ct collection ID of this ct entry.long
Returns the ct entry ID of this ct entry.Returns the external reference code of this ct entry.long
Returns the model class name ID of this ct entry.long
Returns the model class pk of this ct entry.long
Returns the model mvcc version of this ct entry.Returns the modified date of this ct entry.long
Returns the mvcc version of this ct entry.long
Returns the primary key of this ct entry.com.liferay.exportimport.kernel.lar.StagedModelType
long
Returns the user ID of this ct entry.Returns the user uuid of this ct entry.getUuid()
Returns the uuid of this ct entry.void
persist()
void
setChangeType
(int changeType) Sets the change type of this ct entry.void
setCompanyId
(long companyId) Sets the company ID of this ct entry.void
setCreateDate
(Date createDate) Sets the create date of this ct entry.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this ct entry.void
setCtEntryId
(long ctEntryId) Sets the ct entry ID of this ct entry.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this ct entry.void
setModelAttributes
(Map<String, Object> attributes) void
setModelClassNameId
(long modelClassNameId) Sets the model class name ID of this ct entry.void
setModelClassPK
(long modelClassPK) Sets the model class pk of this ct entry.void
setModelMvccVersion
(long modelMvccVersion) Sets the model mvcc version of this ct entry.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this ct entry.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this ct entry.void
setPrimaryKey
(long primaryKey) Sets the primary key of this ct entry.void
setUserId
(long userId) Sets the user ID of this ct entry.void
setUserUuid
(String userUuid) Sets the user uuid of this ct entry.void
Sets the uuid of this ct entry.protected CTEntryWrapper
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
-
CTEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CTEntry>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CTEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CTEntry>
- Specified by:
cloneWithOriginalValues
in interfaceCTEntryModel
-
getChangeType
public int getChangeType()Returns the change type of this ct entry.- Specified by:
getChangeType
in interfaceCTEntryModel
- Returns:
- the change type of this ct entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this ct entry.- Specified by:
getCompanyId
in interfaceCTEntryModel
- 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 ct entry
-
getCreateDate
Returns the create date of this ct entry.- Specified by:
getCreateDate
in interfaceCTEntryModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this ct entry
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ct entry.- Specified by:
getCtCollectionId
in interfaceCTEntryModel
- Returns:
- the ct collection ID of this ct entry
-
getCtEntryId
public long getCtEntryId()Returns the ct entry ID of this ct entry.- Specified by:
getCtEntryId
in interfaceCTEntryModel
- Returns:
- the ct entry ID of this ct entry
-
getExternalReferenceCode
Returns the external reference code of this ct entry.- Specified by:
getExternalReferenceCode
in interfaceCTEntryModel
- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Returns:
- the external reference code of this ct entry
-
getModelClassNameId
public long getModelClassNameId()Returns the model class name ID of this ct entry.- Specified by:
getModelClassNameId
in interfaceCTEntryModel
- Returns:
- the model class name ID of this ct entry
-
getModelClassPK
public long getModelClassPK()Returns the model class pk of this ct entry.- Specified by:
getModelClassPK
in interfaceCTEntryModel
- Returns:
- the model class pk of this ct entry
-
getModelMvccVersion
public long getModelMvccVersion()Returns the model mvcc version of this ct entry.- Specified by:
getModelMvccVersion
in interfaceCTEntryModel
- Returns:
- the model mvcc version of this ct entry
-
getModifiedDate
Returns the modified date of this ct entry.- Specified by:
getModifiedDate
in interfaceCTEntryModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this ct entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ct entry.- Specified by:
getMvccVersion
in interfaceCTEntryModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this ct entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ct entry.- Specified by:
getPrimaryKey
in interfaceCTEntryModel
- Returns:
- the primary key of this ct entry
-
getUserId
public long getUserId()Returns the user ID of this ct entry.- Specified by:
getUserId
in interfaceCTEntryModel
- Returns:
- the user ID of this ct entry
-
getUserName
- Specified by:
getUserName
in interfaceCTEntry
-
getUserUuid
Returns the user uuid of this ct entry.- Specified by:
getUserUuid
in interfaceCTEntryModel
- Returns:
- the user uuid of this ct entry
-
getUuid
Returns the uuid of this ct entry.- Specified by:
getUuid
in interfaceCTEntryModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this ct entry
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setChangeType
public void setChangeType(int changeType) Sets the change type of this ct entry.- Specified by:
setChangeType
in interfaceCTEntryModel
- Parameters:
changeType
- the change type of this ct entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ct entry.- Specified by:
setCompanyId
in interfaceCTEntryModel
- 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 ct entry
-
setCreateDate
Sets the create date of this ct entry.- Specified by:
setCreateDate
in interfaceCTEntryModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this ct entry
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct entry.- Specified by:
setCtCollectionId
in interfaceCTEntryModel
- Parameters:
ctCollectionId
- the ct collection ID of this ct entry
-
setCtEntryId
public void setCtEntryId(long ctEntryId) Sets the ct entry ID of this ct entry.- Specified by:
setCtEntryId
in interfaceCTEntryModel
- Parameters:
ctEntryId
- the ct entry ID of this ct entry
-
setExternalReferenceCode
Sets the external reference code of this ct entry.- Specified by:
setExternalReferenceCode
in interfaceCTEntryModel
- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Parameters:
externalReferenceCode
- the external reference code of this ct entry
-
setModelClassNameId
public void setModelClassNameId(long modelClassNameId) Sets the model class name ID of this ct entry.- Specified by:
setModelClassNameId
in interfaceCTEntryModel
- Parameters:
modelClassNameId
- the model class name ID of this ct entry
-
setModelClassPK
public void setModelClassPK(long modelClassPK) Sets the model class pk of this ct entry.- Specified by:
setModelClassPK
in interfaceCTEntryModel
- Parameters:
modelClassPK
- the model class pk of this ct entry
-
setModelMvccVersion
public void setModelMvccVersion(long modelMvccVersion) Sets the model mvcc version of this ct entry.- Specified by:
setModelMvccVersion
in interfaceCTEntryModel
- Parameters:
modelMvccVersion
- the model mvcc version of this ct entry
-
setModifiedDate
Sets the modified date of this ct entry.- Specified by:
setModifiedDate
in interfaceCTEntryModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this ct entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ct entry.- Specified by:
setMvccVersion
in interfaceCTEntryModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this ct entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ct entry.- Specified by:
setPrimaryKey
in interfaceCTEntryModel
- Parameters:
primaryKey
- the primary key of this ct entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this ct entry.- Specified by:
setUserId
in interfaceCTEntryModel
- Parameters:
userId
- the user ID of this ct entry
-
setUserUuid
Sets the user uuid of this ct entry.- Specified by:
setUserUuid
in interfaceCTEntryModel
- Parameters:
userUuid
- the user uuid of this ct entry
-
setUuid
Sets the uuid of this ct entry.- Specified by:
setUuid
in interfaceCTEntryModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this ct entry
-
toXmlString
- Specified by:
toXmlString
in interfaceCTEntryModel
-
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<CTEntry>
-