Interface CTSContentModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<CTSContent>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<CTSContent>,com.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
CTSContent
- All Known Implementing Classes:
CTSContentWrapper
@ProviderType
public interface CTSContentModel
extends com.liferay.portal.kernel.model.BaseModel<CTSContent>, com.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the CTSContent service. Represents a row in the "CTSContent" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.change.tracking.store.model.impl.CTSContentModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.change.tracking.store.model.impl.CTSContentImpl.
- See Also:
- Generated:
-
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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this cts content.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>- Returns:
- the primary key of this cts content
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this cts content.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>- Parameters:
primaryKey- the primary key of this cts content
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this cts content.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this cts content
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this cts content.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this cts content
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this cts content.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CTSContent>- Returns:
- the ct collection ID of this cts content
-
setCtCollectionId
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>- Parameters:
ctCollectionId- the ct collection ID of this cts content
-
getCtsContentId
long getCtsContentId()Returns the cts content ID of this cts content.- Returns:
- the cts content ID of this cts content
-
setCtsContentId
void setCtsContentId(long ctsContentId) Sets the cts content ID of this cts content.- Parameters:
ctsContentId- the cts content ID of this cts content
-
getCompanyId
long getCompanyId()Returns the company ID of this cts content.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this cts content
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this cts content.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this cts content
-
getRepositoryId
long getRepositoryId()Returns the repository ID of this cts content.- Returns:
- the repository ID of this cts content
-
setRepositoryId
void setRepositoryId(long repositoryId) Sets the repository ID of this cts content.- Parameters:
repositoryId- the repository ID of this cts content
-
getPath
Returns the path of this cts content.- Returns:
- the path of this cts content
-
setPath
Sets the path of this cts content.- Parameters:
path- the path of this cts content
-
getVersion
Returns the version of this cts content.- Returns:
- the version of this cts content
-
setVersion
Sets the version of this cts content.- Parameters:
version- the version of this cts content
-
getData
Blob getData()Returns the data of this cts content.- Returns:
- the data of this cts content
-
setData
Sets the data of this cts content.- Parameters:
data- the data of this cts content
-
getSize
long getSize()Returns the size of this cts content.- Returns:
- the size of this cts content
-
setSize
void setSize(long size) Sets the size of this cts content.- Parameters:
size- the size of this cts content
-
getStoreType
Returns the store type of this cts content.- Returns:
- the store type of this cts content
-
setStoreType
Sets the store type of this cts content.- Parameters:
storeType- the store type of this cts content
-
cloneWithOriginalValues
CTSContent cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTSContent>
-
toXmlString
-