Class DDMFormInstanceReportWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFormInstanceReport>
com.liferay.dynamic.data.mapping.model.DDMFormInstanceReportWrapper
- All Implemented Interfaces:
DDMFormInstanceReport,DDMFormInstanceReportModel,com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<DDMFormInstanceReport>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<DDMFormInstanceReport>
public class DDMFormInstanceReportWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFormInstanceReport>
implements DDMFormInstanceReport, com.liferay.portal.kernel.model.ModelWrapper<DDMFormInstanceReport>
This class is a wrapper for DDMFormInstanceReport.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.dynamic.data.mapping.model.DDMFormInstanceReport
FORM_INSTANCE_REPORT_ID_ACCESSOR -
Constructor Summary
Constructors -
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.voidpersist()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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected DDMFormInstanceReportWrapperwrap(DDMFormInstanceReport ddmFormInstanceReport) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
DDMFormInstanceReportWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>- Specified by:
cloneWithOriginalValuesin interfaceDDMFormInstanceReportModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ddm form instance report.- Specified by:
getCompanyIdin interfaceDDMFormInstanceReportModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ddm form instance report
-
getCreateDate
Returns the create date of this ddm form instance report.- Specified by:
getCreateDatein interfaceDDMFormInstanceReportModel- Returns:
- the create date of this ddm form instance report
-
getCtCollectionId
public 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>- Specified by:
getCtCollectionIdin interfaceDDMFormInstanceReportModel- Returns:
- the ct collection ID of this ddm form instance report
-
getData
Returns the data of this ddm form instance report.- Specified by:
getDatain interfaceDDMFormInstanceReportModel- Returns:
- the data of this ddm form instance report
-
getFormInstance
- Specified by:
getFormInstancein interfaceDDMFormInstanceReport- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFormInstanceId
public long getFormInstanceId()Returns the form instance ID of this ddm form instance report.- Specified by:
getFormInstanceIdin interfaceDDMFormInstanceReportModel- Returns:
- the form instance ID of this ddm form instance report
-
getFormInstanceReportId
public long getFormInstanceReportId()Returns the form instance report ID of this ddm form instance report.- Specified by:
getFormInstanceReportIdin interfaceDDMFormInstanceReportModel- Returns:
- the form instance report ID of this ddm form instance report
-
getGroupId
public long getGroupId()Returns the group ID of this ddm form instance report.- Specified by:
getGroupIdin interfaceDDMFormInstanceReportModel- Returns:
- the group ID of this ddm form instance report
-
getModifiedDate
Returns the modified date of this ddm form instance report.- Specified by:
getModifiedDatein interfaceDDMFormInstanceReportModel- Returns:
- the modified date of this ddm form instance report
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ddm form instance report.- Specified by:
getMvccVersionin interfaceDDMFormInstanceReportModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ddm form instance report
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ddm form instance report.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>- Specified by:
getPrimaryKeyin interfaceDDMFormInstanceReportModel- Returns:
- the primary key of this ddm form instance report
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ddm form instance report.- Specified by:
setCompanyIdin interfaceDDMFormInstanceReportModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ddm form instance report
-
setCreateDate
Sets the create date of this ddm form instance report.- Specified by:
setCreateDatein interfaceDDMFormInstanceReportModel- Parameters:
createDate- the create date of this ddm form instance report
-
setCtCollectionId
public 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>- Specified by:
setCtCollectionIdin interfaceDDMFormInstanceReportModel- Parameters:
ctCollectionId- the ct collection ID of this ddm form instance report
-
setData
Sets the data of this ddm form instance report.- Specified by:
setDatain interfaceDDMFormInstanceReportModel- Parameters:
data- the data of this ddm form instance report
-
setFormInstanceId
public void setFormInstanceId(long formInstanceId) Sets the form instance ID of this ddm form instance report.- Specified by:
setFormInstanceIdin interfaceDDMFormInstanceReportModel- Parameters:
formInstanceId- the form instance ID of this ddm form instance report
-
setFormInstanceReportId
public void setFormInstanceReportId(long formInstanceReportId) Sets the form instance report ID of this ddm form instance report.- Specified by:
setFormInstanceReportIdin interfaceDDMFormInstanceReportModel- Parameters:
formInstanceReportId- the form instance report ID of this ddm form instance report
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this ddm form instance report.- Specified by:
setGroupIdin interfaceDDMFormInstanceReportModel- Parameters:
groupId- the group ID of this ddm form instance report
-
setModifiedDate
Sets the modified date of this ddm form instance report.- Specified by:
setModifiedDatein interfaceDDMFormInstanceReportModel- Parameters:
modifiedDate- the modified date of this ddm form instance report
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm form instance report.- Specified by:
setMvccVersionin interfaceDDMFormInstanceReportModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ddm form instance report
-
setPrimaryKey
public 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>- Specified by:
setPrimaryKeyin interfaceDDMFormInstanceReportModel- Parameters:
primaryKey- the primary key of this ddm form instance report
-
toXmlString
- Specified by:
toXmlStringin interfaceDDMFormInstanceReportModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFormInstanceReport>
-