Package com.liferay.commerce.model
Class CPDAvailabilityEstimateWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDAvailabilityEstimate>
com.liferay.commerce.model.CPDAvailabilityEstimateWrapper
- All Implemented Interfaces:
CPDAvailabilityEstimate
,CPDAvailabilityEstimateModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CPDAvailabilityEstimate>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<CPDAvailabilityEstimate>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<CPDAvailabilityEstimate>
public class CPDAvailabilityEstimateWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDAvailabilityEstimate>
implements CPDAvailabilityEstimate, com.liferay.portal.kernel.model.ModelWrapper<CPDAvailabilityEstimate>
This class is a wrapper for CPDAvailabilityEstimate
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.commerce.model.CPDAvailabilityEstimate
CPD_AVAILABILITY_ESTIMATE_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionCPDAvailabilityEstimateWrapper
(CPDAvailabilityEstimate cpdAvailabilityEstimate) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the commerce availability estimate ID of this cpd availability estimate.long
Returns the company ID of this cpd availability estimate.long
Returns the cpd availability estimate ID of this cpd availability estimate.long
Returns the c product ID of this cpd availability estimate.Returns the create date of this cpd availability estimate.Returns the last publish date of this cpd availability estimate.Returns the modified date of this cpd availability estimate.long
Returns the mvcc version of this cpd availability estimate.long
Returns the primary key of this cpd availability estimate.com.liferay.exportimport.kernel.lar.StagedModelType
long
Returns the user ID of this cpd availability estimate.Returns the user name of this cpd availability estimate.Returns the user uuid of this cpd availability estimate.getUuid()
Returns the uuid of this cpd availability estimate.void
persist()
void
setCommerceAvailabilityEstimateId
(long commerceAvailabilityEstimateId) Sets the commerce availability estimate ID of this cpd availability estimate.void
setCompanyId
(long companyId) Sets the company ID of this cpd availability estimate.void
setCPDAvailabilityEstimateId
(long CPDAvailabilityEstimateId) Sets the cpd availability estimate ID of this cpd availability estimate.void
setCProductId
(long CProductId) Sets the c product ID of this cpd availability estimate.void
setCreateDate
(Date createDate) Sets the create date of this cpd availability estimate.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this cpd availability estimate.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this cpd availability estimate.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this cpd availability estimate.void
setPrimaryKey
(long primaryKey) Sets the primary key of this cpd availability estimate.void
setUserId
(long userId) Sets the user ID of this cpd availability estimate.void
setUserName
(String userName) Sets the user name of this cpd availability estimate.void
setUserUuid
(String userUuid) Sets the user uuid of this cpd availability estimate.void
Sets the uuid of this cpd availability estimate.protected CPDAvailabilityEstimateWrapper
wrap
(CPDAvailabilityEstimate cpdAvailabilityEstimate) 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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CPDAvailabilityEstimateWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDAvailabilityEstimate>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDAvailabilityEstimate>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDAvailabilityEstimate>
- Specified by:
cloneWithOriginalValues
in interfaceCPDAvailabilityEstimateModel
-
getCommerceAvailabilityEstimate
public CommerceAvailabilityEstimate getCommerceAvailabilityEstimate() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCommerceAvailabilityEstimate
in interfaceCPDAvailabilityEstimate
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceAvailabilityEstimateId
public long getCommerceAvailabilityEstimateId()Returns the commerce availability estimate ID of this cpd availability estimate.- Specified by:
getCommerceAvailabilityEstimateId
in interfaceCPDAvailabilityEstimateModel
- Returns:
- the commerce availability estimate ID of this cpd availability estimate
-
getCompanyId
public long getCompanyId()Returns the company ID of this cpd availability estimate.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCPDAvailabilityEstimateModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this cpd availability estimate
-
getCPDAvailabilityEstimateId
public long getCPDAvailabilityEstimateId()Returns the cpd availability estimate ID of this cpd availability estimate.- Specified by:
getCPDAvailabilityEstimateId
in interfaceCPDAvailabilityEstimateModel
- Returns:
- the cpd availability estimate ID of this cpd availability estimate
-
getCProductId
public long getCProductId()Returns the c product ID of this cpd availability estimate.- Specified by:
getCProductId
in interfaceCPDAvailabilityEstimateModel
- Returns:
- the c product ID of this cpd availability estimate
-
getCreateDate
Returns the create date of this cpd availability estimate.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCPDAvailabilityEstimateModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this cpd availability estimate
-
getLastPublishDate
Returns the last publish date of this cpd availability estimate.- Specified by:
getLastPublishDate
in interfaceCPDAvailabilityEstimateModel
- Returns:
- the last publish date of this cpd availability estimate
-
getModifiedDate
Returns the modified date of this cpd availability estimate.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCPDAvailabilityEstimateModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this cpd availability estimate
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this cpd availability estimate.- Specified by:
getMvccVersion
in interfaceCPDAvailabilityEstimateModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this cpd availability estimate
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this cpd availability estimate.- Specified by:
getPrimaryKey
in interfaceCPDAvailabilityEstimateModel
- Returns:
- the primary key of this cpd availability estimate
-
getUserId
public long getUserId()Returns the user ID of this cpd availability estimate.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCPDAvailabilityEstimateModel
- Returns:
- the user ID of this cpd availability estimate
-
getUserName
Returns the user name of this cpd availability estimate.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCPDAvailabilityEstimateModel
- Returns:
- the user name of this cpd availability estimate
-
getUserUuid
Returns the user uuid of this cpd availability estimate.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCPDAvailabilityEstimateModel
- Returns:
- the user uuid of this cpd availability estimate
-
getUuid
Returns the uuid of this cpd availability estimate.- Specified by:
getUuid
in interfaceCPDAvailabilityEstimateModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this cpd availability estimate
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCommerceAvailabilityEstimateId
public void setCommerceAvailabilityEstimateId(long commerceAvailabilityEstimateId) Sets the commerce availability estimate ID of this cpd availability estimate.- Specified by:
setCommerceAvailabilityEstimateId
in interfaceCPDAvailabilityEstimateModel
- Parameters:
commerceAvailabilityEstimateId
- the commerce availability estimate ID of this cpd availability estimate
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this cpd availability estimate.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCPDAvailabilityEstimateModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this cpd availability estimate
-
setCPDAvailabilityEstimateId
public void setCPDAvailabilityEstimateId(long CPDAvailabilityEstimateId) Sets the cpd availability estimate ID of this cpd availability estimate.- Specified by:
setCPDAvailabilityEstimateId
in interfaceCPDAvailabilityEstimateModel
- Parameters:
CPDAvailabilityEstimateId
- the cpd availability estimate ID of this cpd availability estimate
-
setCProductId
public void setCProductId(long CProductId) Sets the c product ID of this cpd availability estimate.- Specified by:
setCProductId
in interfaceCPDAvailabilityEstimateModel
- Parameters:
CProductId
- the c product ID of this cpd availability estimate
-
setCreateDate
Sets the create date of this cpd availability estimate.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCPDAvailabilityEstimateModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this cpd availability estimate
-
setLastPublishDate
Sets the last publish date of this cpd availability estimate.- Specified by:
setLastPublishDate
in interfaceCPDAvailabilityEstimateModel
- Parameters:
lastPublishDate
- the last publish date of this cpd availability estimate
-
setModifiedDate
Sets the modified date of this cpd availability estimate.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCPDAvailabilityEstimateModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this cpd availability estimate
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this cpd availability estimate.- Specified by:
setMvccVersion
in interfaceCPDAvailabilityEstimateModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this cpd availability estimate
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this cpd availability estimate.- Specified by:
setPrimaryKey
in interfaceCPDAvailabilityEstimateModel
- Parameters:
primaryKey
- the primary key of this cpd availability estimate
-
setUserId
public void setUserId(long userId) Sets the user ID of this cpd availability estimate.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCPDAvailabilityEstimateModel
- Parameters:
userId
- the user ID of this cpd availability estimate
-
setUserName
Sets the user name of this cpd availability estimate.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCPDAvailabilityEstimateModel
- Parameters:
userName
- the user name of this cpd availability estimate
-
setUserUuid
Sets the user uuid of this cpd availability estimate.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCPDAvailabilityEstimateModel
- Parameters:
userUuid
- the user uuid of this cpd availability estimate
-
setUuid
Sets the uuid of this cpd availability estimate.- Specified by:
setUuid
in interfaceCPDAvailabilityEstimateModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this cpd availability estimate
-
toXmlString
- Specified by:
toXmlString
in interfaceCPDAvailabilityEstimateModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDAvailabilityEstimate>
-