Interface DDLRecordVersionModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DDLRecordVersion>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Subinterfaces:
DDLRecordVersion
- All Known Implementing Classes:
DDLRecordVersionWrapper
@ProviderType
public interface DDLRecordVersionModel
extends com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.WorkflowedModel
The base model interface for the DDLRecordVersion service. Represents a row in the "DDLRecordVersion" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.dynamic.data.lists.model.impl.DDLRecordVersionModelImpl 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.dynamic.data.lists.model.impl.DDLRecordVersionImpl.
- See Also:
- Generated:
-
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.longReturns 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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this ddl record version.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>- Returns:
- the primary key of this ddl record version
-
setPrimaryKey
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>- Parameters:
primaryKey- the primary key of this ddl record version
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this ddl record version.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ddl record version
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddl record version.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ddl record version
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this ddl record version.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>- Returns:
- the ct collection ID of this ddl record version
-
setCtCollectionId
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>- Parameters:
ctCollectionId- the ct collection ID of this ddl record version
-
getRecordVersionId
long getRecordVersionId()Returns the record version ID of this ddl record version.- Returns:
- the record version ID of this ddl record version
-
setRecordVersionId
void setRecordVersionId(long recordVersionId) Sets the record version ID of this ddl record version.- Parameters:
recordVersionId- the record version ID of this ddl record version
-
getGroupId
long getGroupId()Returns the group ID of this ddl record version.- Returns:
- the group ID of this ddl record version
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this ddl record version.- Parameters:
groupId- the group ID of this ddl record version
-
getCompanyId
long getCompanyId()Returns the company ID of this ddl record version.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ddl record version
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this ddl record version.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ddl record version
-
getUserId
long getUserId()Returns the user ID of this ddl record version.- Returns:
- the user ID of this ddl record version
-
setUserId
void setUserId(long userId) Sets the user ID of this ddl record version.- Parameters:
userId- the user ID of this ddl record version
-
getUserUuid
String getUserUuid()Returns the user uuid of this ddl record version.- Returns:
- the user uuid of this ddl record version
-
setUserUuid
Sets the user uuid of this ddl record version.- Parameters:
userUuid- the user uuid of this ddl record version
-
getUserName
Returns the user name of this ddl record version.- Returns:
- the user name of this ddl record version
-
setUserName
Sets the user name of this ddl record version.- Parameters:
userName- the user name of this ddl record version
-
getCreateDate
Date getCreateDate()Returns the create date of this ddl record version.- Returns:
- the create date of this ddl record version
-
setCreateDate
Sets the create date of this ddl record version.- Parameters:
createDate- the create date of this ddl record version
-
getDDMStorageId
long getDDMStorageId()Returns the ddm storage ID of this ddl record version.- Returns:
- the ddm storage ID of this ddl record version
-
setDDMStorageId
void setDDMStorageId(long DDMStorageId) Sets the ddm storage ID of this ddl record version.- Parameters:
DDMStorageId- the ddm storage ID of this ddl record version
-
getRecordSetId
long getRecordSetId()Returns the record set ID of this ddl record version.- Returns:
- the record set ID of this ddl record version
-
setRecordSetId
void setRecordSetId(long recordSetId) Sets the record set ID of this ddl record version.- Parameters:
recordSetId- the record set ID of this ddl record version
-
getRecordSetVersion
Returns the record set version of this ddl record version.- Returns:
- the record set version of this ddl record version
-
setRecordSetVersion
Sets the record set version of this ddl record version.- Parameters:
recordSetVersion- the record set version of this ddl record version
-
getRecordId
long getRecordId()Returns the record ID of this ddl record version.- Returns:
- the record ID of this ddl record version
-
setRecordId
void setRecordId(long recordId) Sets the record ID of this ddl record version.- Parameters:
recordId- the record ID of this ddl record version
-
getVersion
Returns the version of this ddl record version.- Returns:
- the version of this ddl record version
-
setVersion
Sets the version of this ddl record version.- Parameters:
version- the version of this ddl record version
-
getDisplayIndex
int getDisplayIndex()Returns the display index of this ddl record version.- Returns:
- the display index of this ddl record version
-
setDisplayIndex
void setDisplayIndex(int displayIndex) Sets the display index of this ddl record version.- Parameters:
displayIndex- the display index of this ddl record version
-
getStatus
int getStatus()Returns the status of this ddl record version.- Specified by:
getStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status of this ddl record version
-
setStatus
void setStatus(int status) Sets the status of this ddl record version.- Specified by:
setStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
status- the status of this ddl record version
-
getStatusByUserId
long getStatusByUserId()Returns the status by user ID of this ddl record version.- Specified by:
getStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user ID of this ddl record version
-
setStatusByUserId
void setStatusByUserId(long statusByUserId) Sets the status by user ID of this ddl record version.- Specified by:
setStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserId- the status by user ID of this ddl record version
-
getStatusByUserUuid
String getStatusByUserUuid()Returns the status by user uuid of this ddl record version.- Specified by:
getStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user uuid of this ddl record version
-
setStatusByUserUuid
Sets the status by user uuid of this ddl record version.- Specified by:
setStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this ddl record version
-
getStatusByUserName
Returns the status by user name of this ddl record version.- Specified by:
getStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user name of this ddl record version
-
setStatusByUserName
Sets the status by user name of this ddl record version.- Specified by:
setStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserName- the status by user name of this ddl record version
-
getStatusDate
Date getStatusDate()Returns the status date of this ddl record version.- Specified by:
getStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status date of this ddl record version
-
setStatusDate
Sets the status date of this ddl record version.- Specified by:
setStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusDate- the status date of this ddl record version
-
isApproved
boolean isApproved()Returnstrueif this ddl record version is approved.- Specified by:
isApprovedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is approved;falseotherwise
-
isDenied
boolean isDenied()Returnstrueif this ddl record version is denied.- Specified by:
isDeniedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is denied;falseotherwise
-
isDraft
boolean isDraft()Returnstrueif this ddl record version is a draft.- Specified by:
isDraftin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is a draft;falseotherwise
-
isExpired
boolean isExpired()Returnstrueif this ddl record version is expired.- Specified by:
isExpiredin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is expired;falseotherwise
-
isInactive
boolean isInactive()Returnstrueif this ddl record version is inactive.- Specified by:
isInactivein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is inactive;falseotherwise
-
isIncomplete
boolean isIncomplete()Returnstrueif this ddl record version is incomplete.- Specified by:
isIncompletein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is incomplete;falseotherwise
-
isPending
boolean isPending()Returnstrueif this ddl record version is pending.- Specified by:
isPendingin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is pending;falseotherwise
-
isScheduled
boolean isScheduled()Returnstrueif this ddl record version is scheduled.- Specified by:
isScheduledin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this ddl record version is scheduled;falseotherwise
-
cloneWithOriginalValues
DDLRecordVersion cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>
-
toXmlString
-