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 TypeMethodDescriptionlongReturns the company ID of this ddm form instance report.Returns the create date of this ddm form instance report.longReturns the ct collection ID of this ddm form instance report.getData()Returns the data of this ddm form instance report.longReturns the form instance ID of this ddm form instance report.longReturns the form instance report ID of this ddm form instance report.longReturns the group ID of this ddm form instance report.Returns the modified date of this ddm form instance report.longReturns the mvcc version of this ddm form instance report.longReturns the primary key of this ddm form instance report.voidsetCompanyId(long companyId) Sets the company ID of this ddm form instance report.voidsetCreateDate(Date createDate) Sets the create date of this ddm form instance report.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm form instance report.voidSets the data of this ddm form instance report.voidsetFormInstanceId(long formInstanceId) Sets the form instance ID of this ddm form instance report.voidsetFormInstanceReportId(long formInstanceReportId) Sets the form instance report ID of this ddm form instance report.voidsetGroupId(long groupId) Sets the group ID of this ddm form instance report.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this ddm form instance report.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ddm form instance report.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ddm form instance report.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 ddm form instance report.- Specified by:
getPrimaryKeyin 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:
setPrimaryKeyin 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:
getMvccVersionin 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:
setMvccVersionin 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:
getCtCollectionIdin 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:
setCtCollectionIdin 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:
getCompanyIdin 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:
setCompanyIdin 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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
-
toXmlString
-