@ProviderType public interface DDMFormInstanceRecordVersionModel extends BaseModel<DDMFormInstanceRecordVersion>, CTModel<DDMFormInstanceRecordVersion>, MVCCModel, ShardedModel, WorkflowedModel
This interface and its corresponding implementation com.liferay.dynamic.data.mapping.model.impl.DDMFormInstanceRecordVersionModelImpl 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.mapping.model.impl.DDMFormInstanceRecordVersionImpl.
DDMFormInstanceRecordVersion| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this ddm form instance record version.
|
java.util.Date |
getCreateDate()
Returns the create date of this ddm form instance record version.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddm form instance record version.
|
long |
getFormInstanceId()
Returns the form instance ID of this ddm form instance record version.
|
long |
getFormInstanceRecordId()
Returns the form instance record ID of this ddm form instance record version.
|
long |
getFormInstanceRecordVersionId()
Returns the form instance record version ID of this ddm form instance record version.
|
java.lang.String |
getFormInstanceVersion()
Returns the form instance version of this ddm form instance record version.
|
long |
getGroupId()
Returns the group ID of this ddm form instance record version.
|
long |
getMvccVersion()
Returns the mvcc version of this ddm form instance record version.
|
long |
getPrimaryKey()
Returns the primary key of this ddm form instance record version.
|
int |
getStatus()
Returns the status of this ddm form instance record version.
|
long |
getStatusByUserId()
Returns the status by user ID of this ddm form instance record version.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this ddm form instance record version.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this ddm form instance record version.
|
java.util.Date |
getStatusDate()
Returns the status date of this ddm form instance record version.
|
long |
getStorageId()
Returns the storage ID of this ddm form instance record version.
|
long |
getUserId()
Returns the user ID of this ddm form instance record version.
|
java.lang.String |
getUserName()
Returns the user name of this ddm form instance record version.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ddm form instance record version.
|
java.lang.String |
getVersion()
Returns the version of this ddm form instance record version.
|
boolean |
isApproved()
Returns
true if this ddm form instance record version is approved. |
boolean |
isDenied()
Returns
true if this ddm form instance record version is denied. |
boolean |
isDraft()
Returns
true if this ddm form instance record version is a draft. |
boolean |
isExpired()
Returns
true if this ddm form instance record version is expired. |
boolean |
isInactive()
Returns
true if this ddm form instance record version is inactive. |
boolean |
isIncomplete()
Returns
true if this ddm form instance record version is incomplete. |
boolean |
isPending()
Returns
true if this ddm form instance record version is pending. |
boolean |
isScheduled()
Returns
true if this ddm form instance record version is scheduled. |
void |
setCompanyId(long companyId)
Sets the company ID of this ddm form instance record version.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ddm form instance record version.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ddm form instance record version.
|
void |
setFormInstanceId(long formInstanceId)
Sets the form instance ID of this ddm form instance record version.
|
void |
setFormInstanceRecordId(long formInstanceRecordId)
Sets the form instance record ID of this ddm form instance record version.
|
void |
setFormInstanceRecordVersionId(long formInstanceRecordVersionId)
Sets the form instance record version ID of this ddm form instance record version.
|
void |
setFormInstanceVersion(java.lang.String formInstanceVersion)
Sets the form instance version of this ddm form instance record version.
|
void |
setGroupId(long groupId)
Sets the group ID of this ddm form instance record version.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddm form instance record version.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm form instance record version.
|
void |
setStatus(int status)
Sets the status of this ddm form instance record version.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this ddm form instance record version.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this ddm form instance record version.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this ddm form instance record version.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this ddm form instance record version.
|
void |
setStorageId(long storageId)
Sets the storage ID of this ddm form instance record version.
|
void |
setUserId(long userId)
Sets the user ID of this ddm form instance record version.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ddm form instance record version.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ddm form instance record version.
|
void |
setVersion(java.lang.String version)
Sets the version of this ddm form instance record version.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
getPrimaryKey in interface CTModel<DDMFormInstanceRecordVersion>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<DDMFormInstanceRecordVersion>primaryKey - the primary key of this ddm form instance record versionlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this ddm form instance record versionlong getCtCollectionId()
getCtCollectionId in interface CTModel<DDMFormInstanceRecordVersion>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<DDMFormInstanceRecordVersion>ctCollectionId - the ct collection ID of this ddm form instance record versionlong getFormInstanceRecordVersionId()
void setFormInstanceRecordVersionId(long formInstanceRecordVersionId)
formInstanceRecordVersionId - the form instance record version ID of this ddm form instance record versionlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this ddm form instance record versionlong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this ddm form instance record versionlong getUserId()
void setUserId(long userId)
userId - the user ID of this ddm form instance record versionjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this ddm form instance record version@AutoEscape java.lang.String getUserName()
void setUserName(java.lang.String userName)
userName - the user name of this ddm form instance record versionjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this ddm form instance record versionlong getFormInstanceId()
void setFormInstanceId(long formInstanceId)
formInstanceId - the form instance ID of this ddm form instance record version@AutoEscape java.lang.String getFormInstanceVersion()
void setFormInstanceVersion(java.lang.String formInstanceVersion)
formInstanceVersion - the form instance version of this ddm form instance record versionlong getFormInstanceRecordId()
void setFormInstanceRecordId(long formInstanceRecordId)
formInstanceRecordId - the form instance record ID of this ddm form instance record version@AutoEscape java.lang.String getVersion()
void setVersion(java.lang.String version)
version - the version of this ddm form instance record versionlong getStorageId()
void setStorageId(long storageId)
storageId - the storage ID of this ddm form instance record versionint getStatus()
getStatus in interface WorkflowedModelvoid setStatus(int status)
setStatus in interface WorkflowedModelstatus - the status of this ddm form instance record versionlong getStatusByUserId()
getStatusByUserId in interface WorkflowedModelvoid setStatusByUserId(long statusByUserId)
setStatusByUserId in interface WorkflowedModelstatusByUserId - the status by user ID of this ddm form instance record versionjava.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface WorkflowedModelvoid setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface WorkflowedModelstatusByUserUuid - the status by user uuid of this ddm form instance record version@AutoEscape java.lang.String getStatusByUserName()
getStatusByUserName in interface WorkflowedModelvoid setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface WorkflowedModelstatusByUserName - the status by user name of this ddm form instance record versionjava.util.Date getStatusDate()
getStatusDate in interface WorkflowedModelvoid setStatusDate(java.util.Date statusDate)
setStatusDate in interface WorkflowedModelstatusDate - the status date of this ddm form instance record versionboolean isApproved()
true if this ddm form instance record version is approved.isApproved in interface WorkflowedModeltrue if this ddm form instance record version is approved; false otherwiseboolean isDenied()
true if this ddm form instance record version is denied.isDenied in interface WorkflowedModeltrue if this ddm form instance record version is denied; false otherwiseboolean isDraft()
true if this ddm form instance record version is a draft.isDraft in interface WorkflowedModeltrue if this ddm form instance record version is a draft; false otherwiseboolean isExpired()
true if this ddm form instance record version is expired.isExpired in interface WorkflowedModeltrue if this ddm form instance record version is expired; false otherwiseboolean isInactive()
true if this ddm form instance record version is inactive.isInactive in interface WorkflowedModeltrue if this ddm form instance record version is inactive; false otherwiseboolean isIncomplete()
true if this ddm form instance record version is incomplete.isIncomplete in interface WorkflowedModeltrue if this ddm form instance record version is incomplete; false otherwiseboolean isPending()
true if this ddm form instance record version is pending.isPending in interface WorkflowedModeltrue if this ddm form instance record version is pending; false otherwiseboolean isScheduled()
true if this ddm form instance record version is scheduled.isScheduled in interface WorkflowedModeltrue if this ddm form instance record version is scheduled; false otherwise