Interface DDMFormInstanceReportModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<DDMFormInstanceReport>
,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
DDMFormInstanceReport
- All Known Implementing Classes:
DDMFormInstanceReportWrapper
@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
The base model interface for the DDMFormInstanceReport service. Represents a row in the "DDMFormInstanceReport" database table, with each column mapped to a property of this class.
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
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this ddm form instance report.Returns the create date of this ddm form instance report.long
Returns the ct collection ID of this ddm form instance report.getData()
Returns the data of this ddm form instance report.long
Returns the form instance ID of this ddm form instance report.long
Returns the form instance report ID of this ddm form instance report.long
Returns the group ID of this ddm form instance report.Returns the modified date of this ddm form instance report.long
Returns the mvcc version of this ddm form instance report.long
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
(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
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
(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.default String
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this ddm form instance report.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>
- Returns:
- the primary key of this ddm form instance report
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this ddm form instance report.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>
- Parameters:
primaryKey
- the primary key of this ddm form instance report
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this ddm form instance report.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this ddm form instance report
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm form instance report.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this ddm form instance report
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this ddm form instance report.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>
- Returns:
- the ct collection ID of this ddm form instance report
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm form instance report.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>
- Parameters:
ctCollectionId
- the ct collection ID of this ddm form instance report
-
getFormInstanceReportId
long getFormInstanceReportId()Returns the form instance report ID of this ddm form instance report.- Returns:
- the form instance report ID of this ddm form instance report
-
setFormInstanceReportId
void setFormInstanceReportId(long formInstanceReportId) Sets the form instance report ID of this ddm form instance report.- Parameters:
formInstanceReportId
- the form instance report ID of this ddm form instance report
-
getGroupId
long getGroupId()Returns the group ID of this ddm form instance report.- Returns:
- the group ID of this ddm form instance report
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this ddm form instance report.- Parameters:
groupId
- the group ID of this ddm form instance report
-
getCompanyId
long getCompanyId()Returns the company ID of this ddm form instance report.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this ddm form instance report
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this ddm form instance report.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this ddm form instance report
-
getCreateDate
Date getCreateDate()Returns the create date of this ddm form instance report.- Returns:
- the create date of this ddm form instance report
-
setCreateDate
Sets the create date of this ddm form instance report.- Parameters:
createDate
- the create date of this ddm form instance report
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this ddm form instance report.- Returns:
- the modified date of this ddm form instance report
-
setModifiedDate
Sets the modified date of this ddm form instance report.- Parameters:
modifiedDate
- the modified date of this ddm form instance report
-
getFormInstanceId
long getFormInstanceId()Returns the form instance ID of this ddm form instance report.- Returns:
- the form instance ID of this ddm form instance report
-
setFormInstanceId
void setFormInstanceId(long formInstanceId) Sets the form instance ID of this ddm form instance report.- Parameters:
formInstanceId
- the form instance ID of this ddm form instance report
-
getData
Returns the data of this ddm form instance report.- Returns:
- the data of this ddm form instance report
-
setData
Sets the data of this ddm form instance report.- Parameters:
data
- the data of this ddm form instance report
-
cloneWithOriginalValues
DDMFormInstanceReport cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
-
toXmlString
-