public class CTSchemaVersionWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTSchemaVersion> implements CTSchemaVersion, com.liferay.portal.kernel.model.ModelWrapper<CTSchemaVersion>
This class is a wrapper for CTSchemaVersion.
CTSchemaVersion,
Serialized FormSCHEMA_VERSION_ID_ACCESSOR| Constructor and Description |
|---|
CTSchemaVersionWrapper(CTSchemaVersion ctSchemaVersion) |
| Modifier and Type | Method and Description |
|---|---|
CTSchemaVersion |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this ct schema version.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this ct schema version.
|
long |
getPrimaryKey()
Returns the primary key of this ct schema version.
|
java.util.Map<java.lang.String,java.io.Serializable> |
getSchemaContext()
Returns the schema context of this ct schema version.
|
long |
getSchemaVersionId()
Returns the schema version ID of this ct schema version.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this ct schema version.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ct schema version.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ct schema version.
|
void |
setSchemaContext(java.util.Map<java.lang.String,java.io.Serializable> schemaContext)
Sets the schema context of this ct schema version.
|
void |
setSchemaVersionId(long schemaVersionId)
Sets the schema version ID of this ct schema version.
|
java.lang.String |
toXmlString() |
protected CTSchemaVersionWrapper |
wrap(CTSchemaVersion ctSchemaVersion) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic CTSchemaVersionWrapper(CTSchemaVersion ctSchemaVersion)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CTSchemaVersion>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CTSchemaVersion>public CTSchemaVersion cloneWithOriginalValues()
cloneWithOriginalValues in interface CTSchemaVersionModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTSchemaVersion>public long getCompanyId()
getCompanyId in interface CTSchemaVersionModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getMvccVersion()
getMvccVersion in interface CTSchemaVersionModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CTSchemaVersionModelpublic java.util.Map<java.lang.String,java.io.Serializable> getSchemaContext()
getSchemaContext in interface CTSchemaVersionModelpublic long getSchemaVersionId()
getSchemaVersionId in interface CTSchemaVersionModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface CTSchemaVersionModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ct schema versionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CTSchemaVersionModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ct schema versionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTSchemaVersionModelprimaryKey - the primary key of this ct schema versionpublic void setSchemaContext(java.util.Map<java.lang.String,java.io.Serializable> schemaContext)
setSchemaContext in interface CTSchemaVersionModelschemaContext - the schema context of this ct schema versionpublic void setSchemaVersionId(long schemaVersionId)
setSchemaVersionId in interface CTSchemaVersionModelschemaVersionId - the schema version ID of this ct schema versionpublic java.lang.String toXmlString()
toXmlString in interface CTSchemaVersionModelprotected CTSchemaVersionWrapper wrap(CTSchemaVersion ctSchemaVersion)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTSchemaVersion>