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.
|
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, toUnescapedModel, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public 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 CTSchemaVersionModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<CTSchemaVersion>
public long getCompanyId()
getCompanyId
in interface CTSchemaVersionModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getMvccVersion()
getMvccVersion
in interface CTSchemaVersionModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface CTSchemaVersionModel
public java.util.Map<java.lang.String,java.io.Serializable> getSchemaContext()
getSchemaContext
in interface CTSchemaVersionModel
public long getSchemaVersionId()
getSchemaVersionId
in interface CTSchemaVersionModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface CTSchemaVersionModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this ct schema versionpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface CTSchemaVersionModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this ct schema versionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTSchemaVersionModel
primaryKey
- the primary key of this ct schema versionpublic void setSchemaContext(java.util.Map<java.lang.String,java.io.Serializable> schemaContext)
setSchemaContext
in interface CTSchemaVersionModel
schemaContext
- the schema context of this ct schema versionpublic void setSchemaVersionId(long schemaVersionId)
setSchemaVersionId
in interface CTSchemaVersionModel
schemaVersionId
- the schema version ID of this ct schema versionprotected CTSchemaVersionWrapper wrap(CTSchemaVersion ctSchemaVersion)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTSchemaVersion>