Class CTSContentWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTSContent>
com.liferay.change.tracking.store.model.CTSContentWrapper
- All Implemented Interfaces:
CTSContent,CTSContentModel,com.liferay.portal.kernel.model.BaseModel<CTSContent>,com.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<CTSContent>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<CTSContent>
public class CTSContentWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTSContent>
implements CTSContent, com.liferay.portal.kernel.model.ModelWrapper<CTSContent>
This class is a wrapper for CTSContent.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.change.tracking.store.model.CTSContent
CTS_CONTENT_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this cts content.longReturns the ct collection ID of this cts content.longReturns the cts content ID of this cts content.getData()Returns the data of this cts content.longReturns the mvcc version of this cts content.getPath()Returns the path of this cts content.longReturns the primary key of this cts content.longReturns the repository ID of this cts content.longgetSize()Returns the size of this cts content.Returns the store type of this cts content.Returns the version of this cts content.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this cts content.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cts content.voidsetCtsContentId(long ctsContentId) Sets the cts content ID of this cts content.voidSets the data of this cts content.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this cts content.voidSets the path of this cts content.voidsetPrimaryKey(long primaryKey) Sets the primary key of this cts content.voidsetRepositoryId(long repositoryId) Sets the repository ID of this cts content.voidsetSize(long size) Sets the size of this cts content.voidsetStoreType(String storeType) Sets the store type of this cts content.voidsetVersion(String version) Sets the version of this cts content.protected CTSContentWrapperwrap(CTSContent ctsContent) 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, 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
-
CTSContentWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTSContent>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTSContent>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTSContent>- Specified by:
cloneWithOriginalValuesin interfaceCTSContentModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this cts content.- Specified by:
getCompanyIdin interfaceCTSContentModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this cts content
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this cts content.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>- Specified by:
getCtCollectionIdin interfaceCTSContentModel- Returns:
- the ct collection ID of this cts content
-
getCtsContentId
public long getCtsContentId()Returns the cts content ID of this cts content.- Specified by:
getCtsContentIdin interfaceCTSContentModel- Returns:
- the cts content ID of this cts content
-
getData
Returns the data of this cts content.- Specified by:
getDatain interfaceCTSContentModel- Returns:
- the data of this cts content
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this cts content.- Specified by:
getMvccVersionin interfaceCTSContentModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this cts content
-
getPath
Returns the path of this cts content.- Specified by:
getPathin interfaceCTSContentModel- Returns:
- the path of this cts content
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this cts content.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>- Specified by:
getPrimaryKeyin interfaceCTSContentModel- Returns:
- the primary key of this cts content
-
getRepositoryId
public long getRepositoryId()Returns the repository ID of this cts content.- Specified by:
getRepositoryIdin interfaceCTSContentModel- Returns:
- the repository ID of this cts content
-
getSize
public long getSize()Returns the size of this cts content.- Specified by:
getSizein interfaceCTSContentModel- Returns:
- the size of this cts content
-
getStoreType
Returns the store type of this cts content.- Specified by:
getStoreTypein interfaceCTSContentModel- Returns:
- the store type of this cts content
-
getVersion
Returns the version of this cts content.- Specified by:
getVersionin interfaceCTSContentModel- Returns:
- the version of this cts content
-
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 cts content.- Specified by:
setCompanyIdin interfaceCTSContentModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this cts content
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cts content.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>- Specified by:
setCtCollectionIdin interfaceCTSContentModel- Parameters:
ctCollectionId- the ct collection ID of this cts content
-
setCtsContentId
public void setCtsContentId(long ctsContentId) Sets the cts content ID of this cts content.- Specified by:
setCtsContentIdin interfaceCTSContentModel- Parameters:
ctsContentId- the cts content ID of this cts content
-
setData
Sets the data of this cts content.- Specified by:
setDatain interfaceCTSContentModel- Parameters:
data- the data of this cts content
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this cts content.- Specified by:
setMvccVersionin interfaceCTSContentModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this cts content
-
setPath
Sets the path of this cts content.- Specified by:
setPathin interfaceCTSContentModel- Parameters:
path- the path of this cts content
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this cts content.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>- Specified by:
setPrimaryKeyin interfaceCTSContentModel- Parameters:
primaryKey- the primary key of this cts content
-
setRepositoryId
public void setRepositoryId(long repositoryId) Sets the repository ID of this cts content.- Specified by:
setRepositoryIdin interfaceCTSContentModel- Parameters:
repositoryId- the repository ID of this cts content
-
setSize
public void setSize(long size) Sets the size of this cts content.- Specified by:
setSizein interfaceCTSContentModel- Parameters:
size- the size of this cts content
-
setStoreType
Sets the store type of this cts content.- Specified by:
setStoreTypein interfaceCTSContentModel- Parameters:
storeType- the store type of this cts content
-
setVersion
Sets the version of this cts content.- Specified by:
setVersionin interfaceCTSContentModel- Parameters:
version- the version of this cts content
-
toXmlString
- Specified by:
toXmlStringin interfaceCTSContentModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<CTSContent>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<CTSContent>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTSContent>
-