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.
CPDAvailabilityEstimate,
Serialized FormCPD_AVAILABILITY_ESTIMATE_ID_ACCESSOR| Constructor and Description |
|---|
CPDAvailabilityEstimateWrapper(CPDAvailabilityEstimate cpdAvailabilityEstimate) |
| Modifier and Type | Method and Description |
|---|---|
CPDAvailabilityEstimate |
cloneWithOriginalValues() |
CommerceAvailabilityEstimate |
getCommerceAvailabilityEstimate() |
long |
getCommerceAvailabilityEstimateId()
Returns the commerce availability estimate ID of this cpd availability estimate.
|
long |
getCompanyId()
Returns the company ID of this cpd availability estimate.
|
long |
getCPDAvailabilityEstimateId()
Returns the cpd availability estimate ID of this cpd availability estimate.
|
long |
getCProductId()
Returns the c product ID of this cpd availability estimate.
|
java.util.Date |
getCreateDate()
Returns the create date of this cpd availability estimate.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this cpd availability estimate.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this cpd availability estimate.
|
long |
getMvccVersion()
Returns the mvcc version of this cpd availability estimate.
|
long |
getPrimaryKey()
Returns the primary key of this cpd availability estimate.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this cpd availability estimate.
|
java.lang.String |
getUserName()
Returns the user name of this cpd availability estimate.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this cpd availability estimate.
|
java.lang.String |
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(java.util.Date createDate)
Sets the create date of this cpd availability estimate.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this cpd availability estimate.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.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(java.lang.String userName)
Sets the user name of this cpd availability estimate.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this cpd availability estimate.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this cpd availability estimate.
|
protected CPDAvailabilityEstimateWrapper |
wrap(CPDAvailabilityEstimate cpdAvailabilityEstimate) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic CPDAvailabilityEstimateWrapper(CPDAvailabilityEstimate cpdAvailabilityEstimate)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPDAvailabilityEstimate>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPDAvailabilityEstimate>public CPDAvailabilityEstimate cloneWithOriginalValues()
cloneWithOriginalValues in interface CPDAvailabilityEstimateModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CPDAvailabilityEstimate>public CommerceAvailabilityEstimate getCommerceAvailabilityEstimate() throws com.liferay.portal.kernel.exception.PortalException
getCommerceAvailabilityEstimate in interface CPDAvailabilityEstimatecom.liferay.portal.kernel.exception.PortalExceptionpublic long getCommerceAvailabilityEstimateId()
getCommerceAvailabilityEstimateId in interface CPDAvailabilityEstimateModelpublic long getCompanyId()
getCompanyId in interface CPDAvailabilityEstimateModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic long getCPDAvailabilityEstimateId()
getCPDAvailabilityEstimateId in interface CPDAvailabilityEstimateModelpublic long getCProductId()
getCProductId in interface CPDAvailabilityEstimateModelpublic java.util.Date getCreateDate()
getCreateDate in interface CPDAvailabilityEstimateModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface CPDAvailabilityEstimateModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CPDAvailabilityEstimateModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface CPDAvailabilityEstimateModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CPDAvailabilityEstimateModelpublic long getUserId()
getUserId in interface CPDAvailabilityEstimateModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CPDAvailabilityEstimateModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CPDAvailabilityEstimateModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface CPDAvailabilityEstimateModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCommerceAvailabilityEstimateId(long commerceAvailabilityEstimateId)
setCommerceAvailabilityEstimateId in interface CPDAvailabilityEstimateModelcommerceAvailabilityEstimateId - the commerce availability estimate ID of this cpd availability estimatepublic void setCompanyId(long companyId)
setCompanyId in interface CPDAvailabilityEstimateModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this cpd availability estimatepublic void setCPDAvailabilityEstimateId(long CPDAvailabilityEstimateId)
setCPDAvailabilityEstimateId in interface CPDAvailabilityEstimateModelCPDAvailabilityEstimateId - the cpd availability estimate ID of this cpd availability estimatepublic void setCProductId(long CProductId)
setCProductId in interface CPDAvailabilityEstimateModelCProductId - the c product ID of this cpd availability estimatepublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CPDAvailabilityEstimateModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this cpd availability estimatepublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface CPDAvailabilityEstimateModellastPublishDate - the last publish date of this cpd availability estimatepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CPDAvailabilityEstimateModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this cpd availability estimatepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CPDAvailabilityEstimateModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this cpd availability estimatepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CPDAvailabilityEstimateModelprimaryKey - the primary key of this cpd availability estimatepublic void setUserId(long userId)
setUserId in interface CPDAvailabilityEstimateModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this cpd availability estimatepublic void setUserName(java.lang.String userName)
setUserName in interface CPDAvailabilityEstimateModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this cpd availability estimatepublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CPDAvailabilityEstimateModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this cpd availability estimatepublic void setUuid(java.lang.String uuid)
setUuid in interface CPDAvailabilityEstimateModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this cpd availability estimatepublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected CPDAvailabilityEstimateWrapper wrap(CPDAvailabilityEstimate cpdAvailabilityEstimate)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDAvailabilityEstimate>