@ProviderType public interface DDMFormInstanceReportModel extends com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.dynamic.data.mapping.model.impl.DDMFormInstanceReportModelImpl 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.DDMFormInstanceReportImpl.
DDMFormInstanceReport| Modifier and Type | Method and Description |
|---|---|
DDMFormInstanceReport |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this ddm form instance report.
|
java.util.Date |
getCreateDate()
Returns the create date of this ddm form instance report.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddm form instance report.
|
java.lang.String |
getData()
Returns the data of this ddm form instance report.
|
long |
getFormInstanceId()
Returns the form instance ID of this ddm form instance report.
|
long |
getFormInstanceReportId()
Returns the form instance report ID of this ddm form instance report.
|
long |
getGroupId()
Returns the group ID of this ddm form instance report.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this ddm form instance report.
|
long |
getMvccVersion()
Returns the mvcc version of this ddm form instance report.
|
long |
getPrimaryKey()
Returns the primary key of this ddm form instance report.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ddm form instance report.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ddm form instance report.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ddm form instance report.
|
void |
setData(java.lang.String data)
Sets the data of this ddm form instance report.
|
void |
setFormInstanceId(long formInstanceId)
Sets the form instance ID of this ddm form instance report.
|
void |
setFormInstanceReportId(long formInstanceReportId)
Sets the form instance report ID of this ddm form instance report.
|
void |
setGroupId(long groupId)
Sets the group ID of this ddm form instance report.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this ddm form instance report.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddm form instance report.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm form instance report.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>primaryKey - the primary key of this ddm form instance reportlong 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 ddm form instance reportlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>ctCollectionId - the ct collection ID of this ddm form instance reportlong getFormInstanceReportId()
void setFormInstanceReportId(long formInstanceReportId)
formInstanceReportId - the form instance report ID of this ddm form instance reportlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this ddm form instance reportlong 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 ddm form instance reportjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this ddm form instance reportjava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate - the modified date of this ddm form instance reportlong getFormInstanceId()
void setFormInstanceId(long formInstanceId)
formInstanceId - the form instance ID of this ddm form instance report@AutoEscape java.lang.String getData()
void setData(java.lang.String data)
data - the data of this ddm form instance reportDDMFormInstanceReport cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>