Class CTSchemaVersionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTSchemaVersion>
com.liferay.change.tracking.model.CTSchemaVersionWrapper
- All Implemented Interfaces:
CTSchemaVersion,CTSchemaVersionModel,com.liferay.portal.kernel.model.BaseModel<CTSchemaVersion>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<CTSchemaVersion>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<CTSchemaVersion>
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.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.change.tracking.model.CTSchemaVersion
SCHEMA_VERSION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this ct schema version.longReturns the mvcc version of this ct schema version.longReturns the primary key of this ct schema version.Returns the schema context of this ct schema version.longReturns the schema version ID of this ct schema version.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this ct schema version.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ct schema version.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ct schema version.voidsetSchemaContext(Map<String, Serializable> schemaContext) Sets the schema context of this ct schema version.voidsetSchemaVersionId(long schemaVersionId) Sets the schema version ID of this ct schema version.protected CTSchemaVersionWrapperwrap(CTSchemaVersion ctSchemaVersion) 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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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
-
CTSchemaVersionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTSchemaVersion>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTSchemaVersion>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTSchemaVersion>- Specified by:
cloneWithOriginalValuesin interfaceCTSchemaVersionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ct schema version.- Specified by:
getCompanyIdin interfaceCTSchemaVersionModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ct schema version
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ct schema version.- Specified by:
getMvccVersionin interfaceCTSchemaVersionModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ct schema version
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ct schema version.- Specified by:
getPrimaryKeyin interfaceCTSchemaVersionModel- Returns:
- the primary key of this ct schema version
-
getSchemaContext
Returns the schema context of this ct schema version.- Specified by:
getSchemaContextin interfaceCTSchemaVersionModel- Returns:
- the schema context of this ct schema version
-
getSchemaVersionId
public long getSchemaVersionId()Returns the schema version ID of this ct schema version.- Specified by:
getSchemaVersionIdin interfaceCTSchemaVersionModel- Returns:
- the schema version ID of this ct schema version
-
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 ct schema version.- Specified by:
setCompanyIdin interfaceCTSchemaVersionModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ct schema version
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ct schema version.- Specified by:
setMvccVersionin interfaceCTSchemaVersionModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ct schema version
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ct schema version.- Specified by:
setPrimaryKeyin interfaceCTSchemaVersionModel- Parameters:
primaryKey- the primary key of this ct schema version
-
setSchemaContext
Sets the schema context of this ct schema version.- Specified by:
setSchemaContextin interfaceCTSchemaVersionModel- Parameters:
schemaContext- the schema context of this ct schema version
-
setSchemaVersionId
public void setSchemaVersionId(long schemaVersionId) Sets the schema version ID of this ct schema version.- Specified by:
setSchemaVersionIdin interfaceCTSchemaVersionModel- Parameters:
schemaVersionId- the schema version ID of this ct schema version
-
toXmlString
- Specified by:
toXmlStringin interfaceCTSchemaVersionModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTSchemaVersion>
-