public class DDLRecordVersionWrapper extends BaseModelWrapper<DDLRecordVersion> implements DDLRecordVersion, ModelWrapper<DDLRecordVersion>
This class is a wrapper for DDLRecordVersion.
DDLRecordVersion,
Serialized FormmodelRECORD_VERSION_ID_ACCESSOR| Constructor and Description |
|---|
DDLRecordVersionWrapper(DDLRecordVersion ddlRecordVersion) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this ddl record version.
|
java.util.Date |
getCreateDate()
Returns the create date of this ddl record version.
|
DDMFormValues |
getDDMFormValues() |
long |
getDDMStorageId()
Returns the ddm storage ID of this ddl record version.
|
int |
getDisplayIndex()
Returns the display index of this ddl record version.
|
long |
getGroupId()
Returns the group ID of this ddl record version.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this ddl record version.
|
long |
getPrimaryKey()
Returns the primary key of this ddl record version.
|
DDLRecord |
getRecord() |
long |
getRecordId()
Returns the record ID of this ddl record version.
|
DDLRecordSet |
getRecordSet() |
long |
getRecordSetId()
Returns the record set ID of this ddl record version.
|
java.lang.String |
getRecordSetVersion()
Returns the record set version of this ddl record version.
|
long |
getRecordVersionId()
Returns the record version ID of this ddl record version.
|
int |
getStatus()
Returns the status of this ddl record version.
|
long |
getStatusByUserId()
Returns the status by user ID of this ddl record version.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this ddl record version.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this ddl record version.
|
java.util.Date |
getStatusDate()
Returns the status date of this ddl record version.
|
long |
getUserId()
Returns the user ID of this ddl record version.
|
java.lang.String |
getUserName()
Returns the user name of this ddl record version.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ddl record version.
|
java.lang.String |
getVersion()
Returns the version of this ddl record version.
|
boolean |
isApproved()
Returns
true if this ddl record version is approved. |
boolean |
isDenied()
Returns
true if this ddl record version is denied. |
boolean |
isDraft()
Returns
true if this ddl record version is a draft. |
boolean |
isExpired()
Returns
true if this ddl record version is expired. |
boolean |
isInactive()
Returns
true if this ddl record version is inactive. |
boolean |
isIncomplete()
Returns
true if this ddl record version is incomplete. |
boolean |
isPending()
Returns
true if this ddl record version is pending. |
boolean |
isScheduled()
Returns
true if this ddl record version is scheduled. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ddl record version.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ddl record version.
|
void |
setDDMStorageId(long DDMStorageId)
Sets the ddm storage ID of this ddl record version.
|
void |
setDisplayIndex(int displayIndex)
Sets the display index of this ddl record version.
|
void |
setGroupId(long groupId)
Sets the group ID of this ddl record version.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddl record version.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddl record version.
|
void |
setRecordId(long recordId)
Sets the record ID of this ddl record version.
|
void |
setRecordSetId(long recordSetId)
Sets the record set ID of this ddl record version.
|
void |
setRecordSetVersion(java.lang.String recordSetVersion)
Sets the record set version of this ddl record version.
|
void |
setRecordVersionId(long recordVersionId)
Sets the record version ID of this ddl record version.
|
void |
setStatus(int status)
Sets the status of this ddl record version.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this ddl record version.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this ddl record version.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this ddl record version.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this ddl record version.
|
void |
setUserId(long userId)
Sets the user ID of this ddl record version.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ddl record version.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ddl record version.
|
void |
setVersion(java.lang.String version)
Sets the version of this ddl record version.
|
protected DDLRecordVersionWrapper |
wrap(DDLRecordVersion ddlRecordVersion) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic DDLRecordVersionWrapper(DDLRecordVersion ddlRecordVersion)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<DDLRecordVersion>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<DDLRecordVersion>public long getCompanyId()
getCompanyId in interface DDLRecordVersionModelgetCompanyId in interface ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface DDLRecordVersionModelpublic DDMFormValues getDDMFormValues() throws StorageException
getDDMFormValues in interface DDLRecordVersionStorageExceptionpublic long getDDMStorageId()
getDDMStorageId in interface DDLRecordVersionModelpublic int getDisplayIndex()
getDisplayIndex in interface DDLRecordVersionModelpublic long getGroupId()
getGroupId in interface DDLRecordVersionModelpublic long getMvccVersion()
getMvccVersion in interface DDLRecordVersionModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface DDLRecordVersionModelpublic DDLRecord getRecord() throws PortalException
getRecord in interface DDLRecordVersionPortalExceptionpublic long getRecordId()
getRecordId in interface DDLRecordVersionModelpublic DDLRecordSet getRecordSet() throws PortalException
getRecordSet in interface DDLRecordVersionPortalExceptionpublic long getRecordSetId()
getRecordSetId in interface DDLRecordVersionModelpublic java.lang.String getRecordSetVersion()
getRecordSetVersion in interface DDLRecordVersionModelpublic long getRecordVersionId()
getRecordVersionId in interface DDLRecordVersionModelpublic int getStatus()
getStatus in interface DDLRecordVersionModelgetStatus in interface WorkflowedModelpublic long getStatusByUserId()
getStatusByUserId in interface DDLRecordVersionModelgetStatusByUserId in interface WorkflowedModelpublic java.lang.String getStatusByUserName()
getStatusByUserName in interface DDLRecordVersionModelgetStatusByUserName in interface WorkflowedModelpublic java.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface DDLRecordVersionModelgetStatusByUserUuid in interface WorkflowedModelpublic java.util.Date getStatusDate()
getStatusDate in interface DDLRecordVersionModelgetStatusDate in interface WorkflowedModelpublic long getUserId()
getUserId in interface DDLRecordVersionModelpublic java.lang.String getUserName()
getUserName in interface DDLRecordVersionModelpublic java.lang.String getUserUuid()
getUserUuid in interface DDLRecordVersionModelpublic java.lang.String getVersion()
getVersion in interface DDLRecordVersionModelpublic boolean isApproved()
true if this ddl record version is approved.isApproved in interface DDLRecordVersionModelisApproved in interface WorkflowedModeltrue if this ddl record version is approved; false otherwisepublic boolean isDenied()
true if this ddl record version is denied.isDenied in interface DDLRecordVersionModelisDenied in interface WorkflowedModeltrue if this ddl record version is denied; false otherwisepublic boolean isDraft()
true if this ddl record version is a draft.isDraft in interface DDLRecordVersionModelisDraft in interface WorkflowedModeltrue if this ddl record version is a draft; false otherwisepublic boolean isExpired()
true if this ddl record version is expired.isExpired in interface DDLRecordVersionModelisExpired in interface WorkflowedModeltrue if this ddl record version is expired; false otherwisepublic boolean isInactive()
true if this ddl record version is inactive.isInactive in interface DDLRecordVersionModelisInactive in interface WorkflowedModeltrue if this ddl record version is inactive; false otherwisepublic boolean isIncomplete()
true if this ddl record version is incomplete.isIncomplete in interface DDLRecordVersionModelisIncomplete in interface WorkflowedModeltrue if this ddl record version is incomplete; false otherwisepublic boolean isPending()
true if this ddl record version is pending.isPending in interface DDLRecordVersionModelisPending in interface WorkflowedModeltrue if this ddl record version is pending; false otherwisepublic boolean isScheduled()
true if this ddl record version is scheduled.isScheduled in interface DDLRecordVersionModelisScheduled in interface WorkflowedModeltrue if this ddl record version is scheduled; false otherwisepublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface DDLRecordVersionModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this ddl record versionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface DDLRecordVersionModelcreateDate - the create date of this ddl record versionpublic void setDDMStorageId(long DDMStorageId)
setDDMStorageId in interface DDLRecordVersionModelDDMStorageId - the ddm storage ID of this ddl record versionpublic void setDisplayIndex(int displayIndex)
setDisplayIndex in interface DDLRecordVersionModeldisplayIndex - the display index of this ddl record versionpublic void setGroupId(long groupId)
setGroupId in interface DDLRecordVersionModelgroupId - the group ID of this ddl record versionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DDLRecordVersionModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this ddl record versionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDLRecordVersionModelprimaryKey - the primary key of this ddl record versionpublic void setRecordId(long recordId)
setRecordId in interface DDLRecordVersionModelrecordId - the record ID of this ddl record versionpublic void setRecordSetId(long recordSetId)
setRecordSetId in interface DDLRecordVersionModelrecordSetId - the record set ID of this ddl record versionpublic void setRecordSetVersion(java.lang.String recordSetVersion)
setRecordSetVersion in interface DDLRecordVersionModelrecordSetVersion - the record set version of this ddl record versionpublic void setRecordVersionId(long recordVersionId)
setRecordVersionId in interface DDLRecordVersionModelrecordVersionId - the record version ID of this ddl record versionpublic void setStatus(int status)
setStatus in interface DDLRecordVersionModelsetStatus in interface WorkflowedModelstatus - the status of this ddl record versionpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface DDLRecordVersionModelsetStatusByUserId in interface WorkflowedModelstatusByUserId - the status by user ID of this ddl record versionpublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface DDLRecordVersionModelsetStatusByUserName in interface WorkflowedModelstatusByUserName - the status by user name of this ddl record versionpublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface DDLRecordVersionModelsetStatusByUserUuid in interface WorkflowedModelstatusByUserUuid - the status by user uuid of this ddl record versionpublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface DDLRecordVersionModelsetStatusDate in interface WorkflowedModelstatusDate - the status date of this ddl record versionpublic void setUserId(long userId)
setUserId in interface DDLRecordVersionModeluserId - the user ID of this ddl record versionpublic void setUserName(java.lang.String userName)
setUserName in interface DDLRecordVersionModeluserName - the user name of this ddl record versionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface DDLRecordVersionModeluserUuid - the user uuid of this ddl record versionpublic void setVersion(java.lang.String version)
setVersion in interface DDLRecordVersionModelversion - the version of this ddl record versionprotected DDLRecordVersionWrapper wrap(DDLRecordVersion ddlRecordVersion)
wrap in class BaseModelWrapper<DDLRecordVersion>