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
model
Fields inherited from interface com.liferay.dynamic.data.mapping.model.DDMFormInstanceReport
FORM_INSTANCE_REPORT_ID_ACCESSOR
-
Constructor Summary
Constructors -
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
persist()
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
setModelAttributes
(Map<String, Object> attributes) 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.protected DDMFormInstanceReportWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
DDMFormInstanceReportWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
- Specified by:
cloneWithOriginalValues
in interfaceDDMFormInstanceReportModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ddm form instance report.- Specified by:
getCompanyId
in interfaceDDMFormInstanceReportModel
- Specified by:
getCompanyId
in 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:
getCreateDate
in 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:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>
- Specified by:
getCtCollectionId
in interfaceDDMFormInstanceReportModel
- Returns:
- the ct collection ID of this ddm form instance report
-
getData
Returns the data of this ddm form instance report.- Specified by:
getData
in interfaceDDMFormInstanceReportModel
- Returns:
- the data of this ddm form instance report
-
getFormInstance
- Specified by:
getFormInstance
in 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:
getFormInstanceId
in 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:
getFormInstanceReportId
in 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:
getGroupId
in interfaceDDMFormInstanceReportModel
- Returns:
- the group ID of this ddm form instance report
-
getModifiedDate
Returns the modified date of this ddm form instance report.- Specified by:
getModifiedDate
in 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:
getMvccVersion
in interfaceDDMFormInstanceReportModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>
- Specified by:
getPrimaryKey
in interfaceDDMFormInstanceReportModel
- Returns:
- the primary key of this ddm form instance report
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ddm form instance report.- Specified by:
setCompanyId
in interfaceDDMFormInstanceReportModel
- Specified by:
setCompanyId
in 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:
setCreateDate
in 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:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>
- Specified by:
setCtCollectionId
in 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:
setData
in 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:
setFormInstanceId
in 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:
setFormInstanceReportId
in 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:
setGroupId
in 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:
setModifiedDate
in 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:
setMvccVersion
in interfaceDDMFormInstanceReportModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceReport>
- Specified by:
setPrimaryKey
in interfaceDDMFormInstanceReportModel
- Parameters:
primaryKey
- the primary key of this ddm form instance report
-
toXmlString
- Specified by:
toXmlString
in interfaceDDMFormInstanceReportModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceReport>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFormInstanceReport>
-