@ProviderType public interface CTSchemaVersionModel extends com.liferay.portal.kernel.model.BaseModel<CTSchemaVersion>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.change.tracking.model.impl.CTSchemaVersionModelImpl 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.model.impl.CTSchemaVersionImpl.
CTSchemaVersion| Modifier and Type | Method and Description |
|---|---|
CTSchemaVersion |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this ct schema version.
|
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 |
setCompanyId(long companyId)
Sets the company ID of this ct schema version.
|
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this ct schema versionlong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ct schema versionlong getSchemaVersionId()
void setSchemaVersionId(long schemaVersionId)
schemaVersionId - the schema version ID of this ct schema versionlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ct schema versionjava.util.Map<java.lang.String,java.io.Serializable> getSchemaContext()
void setSchemaContext(java.util.Map<java.lang.String,java.io.Serializable> schemaContext)
schemaContext - the schema context of this ct schema versionCTSchemaVersion cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTSchemaVersion>