public class CTSContentWrapper extends BaseModelWrapper<CTSContent> implements CTSContent, ModelWrapper<CTSContent>
This class is a wrapper for CTSContent.
CTSContent,
Serialized FormmodelCTS_CONTENT_ID_ACCESSOR| Constructor and Description |
|---|
CTSContentWrapper(CTSContent ctsContent) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.function.Function<CTSContent,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<CTSContent,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this cts content.
|
long |
getCtCollectionId()
Returns the ct collection ID of this cts content.
|
long |
getCtsContentId()
Returns the cts content ID of this cts content.
|
java.sql.Blob |
getData()
Returns the data of this cts content.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this cts content.
|
java.lang.String |
getPath()
Returns the path of this cts content.
|
long |
getPrimaryKey()
Returns the primary key of this cts content.
|
long |
getRepositoryId()
Returns the repository ID of this cts content.
|
long |
getSize()
Returns the size of this cts content.
|
java.lang.String |
getStoreType()
Returns the store type of this cts content.
|
java.lang.String |
getVersion()
Returns the version of this cts content.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setCompanyId(long companyId)
Sets the company ID of this cts content.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this cts content.
|
void |
setCtsContentId(long ctsContentId)
Sets the cts content ID of this cts content.
|
void |
setData(java.sql.Blob data)
Sets the data of this cts content.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cts content.
|
void |
setPath(java.lang.String path)
Sets the path of this cts content.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cts content.
|
void |
setRepositoryId(long repositoryId)
Sets the repository ID of this cts content.
|
void |
setSize(long size)
Sets the size of this cts content.
|
void |
setStoreType(java.lang.String storeType)
Sets the store type of this cts content.
|
void |
setVersion(java.lang.String version)
Sets the version of this cts content.
|
protected CTSContentWrapper |
wrap(CTSContent ctsContent) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic CTSContentWrapper(CTSContent ctsContent)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<CTSContent>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<CTSContent>public long getCompanyId()
getCompanyId in interface CTSContentModelgetCompanyId in interface ShardedModelpublic long getCtCollectionId()
getCtCollectionId in interface CTSContentModelgetCtCollectionId in interface CTModel<CTSContent>public long getCtsContentId()
getCtsContentId in interface CTSContentModelpublic java.sql.Blob getData()
getData in interface CTSContentModelpublic long getMvccVersion()
getMvccVersion in interface CTSContentModelgetMvccVersion in interface MVCCModelpublic java.lang.String getPath()
getPath in interface CTSContentModelpublic long getPrimaryKey()
getPrimaryKey in interface CTSContentModelgetPrimaryKey in interface CTModel<CTSContent>public long getRepositoryId()
getRepositoryId in interface CTSContentModelpublic long getSize()
getSize in interface CTSContentModelpublic java.lang.String getStoreType()
getStoreType in interface CTSContentModelpublic java.lang.String getVersion()
getVersion in interface CTSContentModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface CTSContentModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this cts contentpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTSContentModelsetCtCollectionId in interface CTModel<CTSContent>ctCollectionId - the ct collection ID of this cts contentpublic void setCtsContentId(long ctsContentId)
setCtsContentId in interface CTSContentModelctsContentId - the cts content ID of this cts contentpublic void setData(java.sql.Blob data)
setData in interface CTSContentModeldata - the data of this cts contentpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CTSContentModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this cts contentpublic void setPath(java.lang.String path)
setPath in interface CTSContentModelpath - the path of this cts contentpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTSContentModelsetPrimaryKey in interface CTModel<CTSContent>primaryKey - the primary key of this cts contentpublic void setRepositoryId(long repositoryId)
setRepositoryId in interface CTSContentModelrepositoryId - the repository ID of this cts contentpublic void setSize(long size)
setSize in interface CTSContentModelsize - the size of this cts contentpublic void setStoreType(java.lang.String storeType)
setStoreType in interface CTSContentModelstoreType - the store type of this cts contentpublic void setVersion(java.lang.String version)
setVersion in interface CTSContentModelversion - the version of this cts contentpublic java.util.Map<java.lang.String,java.util.function.Function<CTSContent,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<CTSContent>public java.util.Map<java.lang.String,java.util.function.BiConsumer<CTSContent,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<CTSContent>protected CTSContentWrapper wrap(CTSContent ctsContent)
wrap in class BaseModelWrapper<CTSContent>