Class DDLRecordVersionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecordVersion>
com.liferay.dynamic.data.lists.model.DDLRecordVersionWrapper
- All Implemented Interfaces:
DDLRecordVersion,DDLRecordVersionModel,com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<DDLRecordVersion>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.WorkflowedModel,Serializable,Cloneable,Comparable<DDLRecordVersion>
public class DDLRecordVersionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecordVersion>
implements DDLRecordVersion, com.liferay.portal.kernel.model.ModelWrapper<DDLRecordVersion>
This class is a wrapper for DDLRecordVersion.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.dynamic.data.lists.model.DDLRecordVersion
RECORD_VERSION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this ddl record version.Returns the create date of this ddl record version.longReturns the ct collection ID of this ddl record version.com.liferay.dynamic.data.mapping.storage.DDMFormValueslongReturns the ddm storage ID of this ddl record version.intReturns the display index of this ddl record version.longReturns the group ID of this ddl record version.longReturns the mvcc version of this ddl record version.longReturns the primary key of this ddl record version.longReturns the record ID of this ddl record version.longReturns the record set ID of this ddl record version.Returns the record set version of this ddl record version.longReturns the record version ID of this ddl record version.intReturns the status of this ddl record version.longReturns the status by user ID of this ddl record version.Returns the status by user name of this ddl record version.Returns the status by user uuid of this ddl record version.Returns the status date of this ddl record version.longReturns the user ID of this ddl record version.Returns the user name of this ddl record version.Returns the user uuid of this ddl record version.Returns the version of this ddl record version.booleanReturnstrueif this ddl record version is approved.booleanisDenied()Returnstrueif this ddl record version is denied.booleanisDraft()Returnstrueif this ddl record version is a draft.booleanReturnstrueif this ddl record version is expired.booleanReturnstrueif this ddl record version is inactive.booleanReturnstrueif this ddl record version is incomplete.booleanReturnstrueif this ddl record version is pending.booleanReturnstrueif this ddl record version is scheduled.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this ddl record version.voidsetCreateDate(Date createDate) Sets the create date of this ddl record version.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddl record version.voidsetDDMStorageId(long DDMStorageId) Sets the ddm storage ID of this ddl record version.voidsetDisplayIndex(int displayIndex) Sets the display index of this ddl record version.voidsetGroupId(long groupId) Sets the group ID of this ddl record version.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ddl record version.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ddl record version.voidsetRecordId(long recordId) Sets the record ID of this ddl record version.voidsetRecordSetId(long recordSetId) Sets the record set ID of this ddl record version.voidsetRecordSetVersion(String recordSetVersion) Sets the record set version of this ddl record version.voidsetRecordVersionId(long recordVersionId) Sets the record version ID of this ddl record version.voidsetStatus(int status) Sets the status of this ddl record version.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this ddl record version.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this ddl record version.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this ddl record version.voidsetStatusDate(Date statusDate) Sets the status date of this ddl record version.voidsetUserId(long userId) Sets the user ID of this ddl record version.voidsetUserName(String userName) Sets the user name of this ddl record version.voidsetUserUuid(String userUuid) Sets the user uuid of this ddl record version.voidsetVersion(String version) Sets the version of this ddl record version.protected DDLRecordVersionWrapperwrap(DDLRecordVersion ddlRecordVersion) 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, 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
-
DDLRecordVersionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>- Specified by:
cloneWithOriginalValuesin interfaceDDLRecordVersionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ddl record version.- Specified by:
getCompanyIdin interfaceDDLRecordVersionModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ddl record version
-
getCreateDate
Returns the create date of this ddl record version.- Specified by:
getCreateDatein interfaceDDLRecordVersionModel- Returns:
- the create date of this ddl record version
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ddl record version.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>- Specified by:
getCtCollectionIdin interfaceDDLRecordVersionModel- Returns:
- the ct collection ID of this ddl record version
-
getDDMFormValues
public com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues() throws com.liferay.dynamic.data.mapping.exception.StorageException- Specified by:
getDDMFormValuesin interfaceDDLRecordVersion- Throws:
com.liferay.dynamic.data.mapping.exception.StorageException
-
getDDMStorageId
public long getDDMStorageId()Returns the ddm storage ID of this ddl record version.- Specified by:
getDDMStorageIdin interfaceDDLRecordVersionModel- Returns:
- the ddm storage ID of this ddl record version
-
getDisplayIndex
public int getDisplayIndex()Returns the display index of this ddl record version.- Specified by:
getDisplayIndexin interfaceDDLRecordVersionModel- Returns:
- the display index of this ddl record version
-
getGroupId
public long getGroupId()Returns the group ID of this ddl record version.- Specified by:
getGroupIdin interfaceDDLRecordVersionModel- Returns:
- the group ID of this ddl record version
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ddl record version.- Specified by:
getMvccVersionin interfaceDDLRecordVersionModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ddl record version
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ddl record version.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>- Specified by:
getPrimaryKeyin interfaceDDLRecordVersionModel- Returns:
- the primary key of this ddl record version
-
getRecord
- Specified by:
getRecordin interfaceDDLRecordVersion- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordId
public long getRecordId()Returns the record ID of this ddl record version.- Specified by:
getRecordIdin interfaceDDLRecordVersionModel- Returns:
- the record ID of this ddl record version
-
getRecordSet
- Specified by:
getRecordSetin interfaceDDLRecordVersion- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordSetId
public long getRecordSetId()Returns the record set ID of this ddl record version.- Specified by:
getRecordSetIdin interfaceDDLRecordVersionModel- Returns:
- the record set ID of this ddl record version
-
getRecordSetVersion
Returns the record set version of this ddl record version.- Specified by:
getRecordSetVersionin interfaceDDLRecordVersionModel- Returns:
- the record set version of this ddl record version
-
getRecordVersionId
public long getRecordVersionId()Returns the record version ID of this ddl record version.- Specified by:
getRecordVersionIdin interfaceDDLRecordVersionModel- Returns:
- the record version ID of this ddl record version
-
getStatus
public int getStatus()Returns the status of this ddl record version.- Specified by:
getStatusin interfaceDDLRecordVersionModel- Specified by:
getStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status of this ddl record version
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this ddl record version.- Specified by:
getStatusByUserIdin interfaceDDLRecordVersionModel- Specified by:
getStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user ID of this ddl record version
-
getStatusByUserName
Returns the status by user name of this ddl record version.- Specified by:
getStatusByUserNamein interfaceDDLRecordVersionModel- Specified by:
getStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user name of this ddl record version
-
getStatusByUserUuid
Returns the status by user uuid of this ddl record version.- Specified by:
getStatusByUserUuidin interfaceDDLRecordVersionModel- Specified by:
getStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user uuid of this ddl record version
-
getStatusDate
Returns the status date of this ddl record version.- Specified by:
getStatusDatein interfaceDDLRecordVersionModel- Specified by:
getStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status date of this ddl record version
-
getUserId
public long getUserId()Returns the user ID of this ddl record version.- Specified by:
getUserIdin interfaceDDLRecordVersionModel- Returns:
- the user ID of this ddl record version
-
getUserName
Returns the user name of this ddl record version.- Specified by:
getUserNamein interfaceDDLRecordVersionModel- Returns:
- the user name of this ddl record version
-
getUserUuid
Returns the user uuid of this ddl record version.- Specified by:
getUserUuidin interfaceDDLRecordVersionModel- Returns:
- the user uuid of this ddl record version
-
getVersion
Returns the version of this ddl record version.- Specified by:
getVersionin interfaceDDLRecordVersionModel- Returns:
- the version of this ddl record version
-
isApproved
public boolean isApproved()Returnstrueif this ddl record version is approved.- Specified by:
isApprovedin interfaceDDLRecordVersionModel- Specified by:
isApprovedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is approved;falseotherwise
-
isDenied
public boolean isDenied()Returnstrueif this ddl record version is denied.- Specified by:
isDeniedin interfaceDDLRecordVersionModel- Specified by:
isDeniedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is denied;falseotherwise
-
isDraft
public boolean isDraft()Returnstrueif this ddl record version is a draft.- Specified by:
isDraftin interfaceDDLRecordVersionModel- Specified by:
isDraftin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is a draft;falseotherwise
-
isExpired
public boolean isExpired()Returnstrueif this ddl record version is expired.- Specified by:
isExpiredin interfaceDDLRecordVersionModel- Specified by:
isExpiredin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is expired;falseotherwise
-
isInactive
public boolean isInactive()Returnstrueif this ddl record version is inactive.- Specified by:
isInactivein interfaceDDLRecordVersionModel- Specified by:
isInactivein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is inactive;falseotherwise
-
isIncomplete
public boolean isIncomplete()Returnstrueif this ddl record version is incomplete.- Specified by:
isIncompletein interfaceDDLRecordVersionModel- Specified by:
isIncompletein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is incomplete;falseotherwise
-
isPending
public boolean isPending()Returnstrueif this ddl record version is pending.- Specified by:
isPendingin interfaceDDLRecordVersionModel- Specified by:
isPendingin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is pending;falseotherwise
-
isScheduled
public boolean isScheduled()Returnstrueif this ddl record version is scheduled.- Specified by:
isScheduledin interfaceDDLRecordVersionModel- Specified by:
isScheduledin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is scheduled;falseotherwise
-
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 ddl record version.- Specified by:
setCompanyIdin interfaceDDLRecordVersionModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ddl record version
-
setCreateDate
Sets the create date of this ddl record version.- Specified by:
setCreateDatein interfaceDDLRecordVersionModel- Parameters:
createDate- the create date of this ddl record version
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddl record version.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>- Specified by:
setCtCollectionIdin interfaceDDLRecordVersionModel- Parameters:
ctCollectionId- the ct collection ID of this ddl record version
-
setDDMStorageId
public void setDDMStorageId(long DDMStorageId) Sets the ddm storage ID of this ddl record version.- Specified by:
setDDMStorageIdin interfaceDDLRecordVersionModel- Parameters:
DDMStorageId- the ddm storage ID of this ddl record version
-
setDisplayIndex
public void setDisplayIndex(int displayIndex) Sets the display index of this ddl record version.- Specified by:
setDisplayIndexin interfaceDDLRecordVersionModel- Parameters:
displayIndex- the display index of this ddl record version
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this ddl record version.- Specified by:
setGroupIdin interfaceDDLRecordVersionModel- Parameters:
groupId- the group ID of this ddl record version
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddl record version.- Specified by:
setMvccVersionin interfaceDDLRecordVersionModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ddl record version
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ddl record version.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>- Specified by:
setPrimaryKeyin interfaceDDLRecordVersionModel- Parameters:
primaryKey- the primary key of this ddl record version
-
setRecordId
public void setRecordId(long recordId) Sets the record ID of this ddl record version.- Specified by:
setRecordIdin interfaceDDLRecordVersionModel- Parameters:
recordId- the record ID of this ddl record version
-
setRecordSetId
public void setRecordSetId(long recordSetId) Sets the record set ID of this ddl record version.- Specified by:
setRecordSetIdin interfaceDDLRecordVersionModel- Parameters:
recordSetId- the record set ID of this ddl record version
-
setRecordSetVersion
Sets the record set version of this ddl record version.- Specified by:
setRecordSetVersionin interfaceDDLRecordVersionModel- Parameters:
recordSetVersion- the record set version of this ddl record version
-
setRecordVersionId
public void setRecordVersionId(long recordVersionId) Sets the record version ID of this ddl record version.- Specified by:
setRecordVersionIdin interfaceDDLRecordVersionModel- Parameters:
recordVersionId- the record version ID of this ddl record version
-
setStatus
public void setStatus(int status) Sets the status of this ddl record version.- Specified by:
setStatusin interfaceDDLRecordVersionModel- Specified by:
setStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
status- the status of this ddl record version
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this ddl record version.- Specified by:
setStatusByUserIdin interfaceDDLRecordVersionModel- Specified by:
setStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserId- the status by user ID of this ddl record version
-
setStatusByUserName
Sets the status by user name of this ddl record version.- Specified by:
setStatusByUserNamein interfaceDDLRecordVersionModel- Specified by:
setStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserName- the status by user name of this ddl record version
-
setStatusByUserUuid
Sets the status by user uuid of this ddl record version.- Specified by:
setStatusByUserUuidin interfaceDDLRecordVersionModel- Specified by:
setStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this ddl record version
-
setStatusDate
Sets the status date of this ddl record version.- Specified by:
setStatusDatein interfaceDDLRecordVersionModel- Specified by:
setStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusDate- the status date of this ddl record version
-
setUserId
public void setUserId(long userId) Sets the user ID of this ddl record version.- Specified by:
setUserIdin interfaceDDLRecordVersionModel- Parameters:
userId- the user ID of this ddl record version
-
setUserName
Sets the user name of this ddl record version.- Specified by:
setUserNamein interfaceDDLRecordVersionModel- Parameters:
userName- the user name of this ddl record version
-
setUserUuid
Sets the user uuid of this ddl record version.- Specified by:
setUserUuidin interfaceDDLRecordVersionModel- Parameters:
userUuid- the user uuid of this ddl record version
-
setVersion
Sets the version of this ddl record version.- Specified by:
setVersionin interfaceDDLRecordVersionModel- Parameters:
version- the version of this ddl record version
-
toXmlString
- Specified by:
toXmlStringin interfaceDDLRecordVersionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecordVersion>
-