public class CommerceShippingFixedOptionRelWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingFixedOptionRel> implements CommerceShippingFixedOptionRel, com.liferay.portal.kernel.model.ModelWrapper<CommerceShippingFixedOptionRel>
This class is a wrapper for CommerceShippingFixedOptionRel.
CommerceShippingFixedOptionRel,
Serialized FormCOMMERCE_SHIPPING_FIXED_OPTION_REL_ID_ACCESSOR| Constructor and Description |
|---|
CommerceShippingFixedOptionRelWrapper(CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) |
| Modifier and Type | Method and Description |
|---|---|
CommerceShippingFixedOptionRel |
cloneWithOriginalValues() |
com.liferay.commerce.inventory.model.CommerceInventoryWarehouse |
getCommerceInventoryWarehouse() |
long |
getCommerceInventoryWarehouseId()
Returns the commerce inventory warehouse ID of this commerce shipping fixed option rel.
|
CommerceShippingFixedOption |
getCommerceShippingFixedOption() |
long |
getCommerceShippingFixedOptionId()
Returns the commerce shipping fixed option ID of this commerce shipping fixed option rel.
|
long |
getCommerceShippingFixedOptionRelId()
Returns the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.
|
com.liferay.commerce.model.CommerceShippingMethod |
getCommerceShippingMethod() |
long |
getCommerceShippingMethodId()
Returns the commerce shipping method ID of this commerce shipping fixed option rel.
|
long |
getCompanyId()
Returns the company ID of this commerce shipping fixed option rel.
|
com.liferay.portal.kernel.model.Country |
getCountry() |
long |
getCountryId()
Returns the country ID of this commerce shipping fixed option rel.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce shipping fixed option rel.
|
java.math.BigDecimal |
getFixedPrice()
Returns the fixed price of this commerce shipping fixed option rel.
|
long |
getGroupId()
Returns the group ID of this commerce shipping fixed option rel.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce shipping fixed option rel.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce shipping fixed option rel.
|
long |
getPrimaryKey()
Returns the primary key of this commerce shipping fixed option rel.
|
double |
getRatePercentage()
Returns the rate percentage of this commerce shipping fixed option rel.
|
java.math.BigDecimal |
getRateUnitWeightPrice()
Returns the rate unit weight price of this commerce shipping fixed option rel.
|
com.liferay.portal.kernel.model.Region |
getRegion() |
long |
getRegionId()
Returns the region ID of this commerce shipping fixed option rel.
|
long |
getUserId()
Returns the user ID of this commerce shipping fixed option rel.
|
java.lang.String |
getUserName()
Returns the user name of this commerce shipping fixed option rel.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce shipping fixed option rel.
|
double |
getWeightFrom()
Returns the weight from of this commerce shipping fixed option rel.
|
double |
getWeightTo()
Returns the weight to of this commerce shipping fixed option rel.
|
java.lang.String |
getZip()
Returns the zip of this commerce shipping fixed option rel.
|
void |
persist() |
void |
setCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
Sets the commerce inventory warehouse ID of this commerce shipping fixed option rel.
|
void |
setCommerceShippingFixedOptionId(long commerceShippingFixedOptionId)
Sets the commerce shipping fixed option ID of this commerce shipping fixed option rel.
|
void |
setCommerceShippingFixedOptionRelId(long commerceShippingFixedOptionRelId)
Sets the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.
|
void |
setCommerceShippingMethodId(long commerceShippingMethodId)
Sets the commerce shipping method ID of this commerce shipping fixed option rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce shipping fixed option rel.
|
void |
setCountryId(long countryId)
Sets the country ID of this commerce shipping fixed option rel.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce shipping fixed option rel.
|
void |
setFixedPrice(java.math.BigDecimal fixedPrice)
Sets the fixed price of this commerce shipping fixed option rel.
|
void |
setGroupId(long groupId)
Sets the group ID of this commerce shipping fixed option rel.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce shipping fixed option rel.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce shipping fixed option rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce shipping fixed option rel.
|
void |
setRatePercentage(double ratePercentage)
Sets the rate percentage of this commerce shipping fixed option rel.
|
void |
setRateUnitWeightPrice(java.math.BigDecimal rateUnitWeightPrice)
Sets the rate unit weight price of this commerce shipping fixed option rel.
|
void |
setRegionId(long regionId)
Sets the region ID of this commerce shipping fixed option rel.
|
void |
setUserId(long userId)
Sets the user ID of this commerce shipping fixed option rel.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce shipping fixed option rel.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce shipping fixed option rel.
|
void |
setWeightFrom(double weightFrom)
Sets the weight from of this commerce shipping fixed option rel.
|
void |
setWeightTo(double weightTo)
Sets the weight to of this commerce shipping fixed option rel.
|
void |
setZip(java.lang.String zip)
Sets the zip of this commerce shipping fixed option rel.
|
protected CommerceShippingFixedOptionRelWrapper |
wrap(CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic CommerceShippingFixedOptionRelWrapper(CommerceShippingFixedOptionRel commerceShippingFixedOptionRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>public CommerceShippingFixedOptionRel cloneWithOriginalValues()
cloneWithOriginalValues in interface CommerceShippingFixedOptionRelModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>public com.liferay.commerce.inventory.model.CommerceInventoryWarehouse getCommerceInventoryWarehouse()
throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouse in interface CommerceShippingFixedOptionRelcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCommerceInventoryWarehouseId()
getCommerceInventoryWarehouseId in interface CommerceShippingFixedOptionRelModelpublic CommerceShippingFixedOption getCommerceShippingFixedOption() throws com.liferay.portal.kernel.exception.PortalException
getCommerceShippingFixedOption in interface CommerceShippingFixedOptionRelcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCommerceShippingFixedOptionId()
getCommerceShippingFixedOptionId in interface CommerceShippingFixedOptionRelModelpublic long getCommerceShippingFixedOptionRelId()
getCommerceShippingFixedOptionRelId in interface CommerceShippingFixedOptionRelModelpublic com.liferay.commerce.model.CommerceShippingMethod getCommerceShippingMethod()
throws com.liferay.portal.kernel.exception.PortalException
getCommerceShippingMethod in interface CommerceShippingFixedOptionRelcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCommerceShippingMethodId()
getCommerceShippingMethodId in interface CommerceShippingFixedOptionRelModelpublic long getCompanyId()
getCompanyId in interface CommerceShippingFixedOptionRelModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic com.liferay.portal.kernel.model.Country getCountry()
throws com.liferay.portal.kernel.exception.PortalException
getCountry in interface CommerceShippingFixedOptionRelcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCountryId()
getCountryId in interface CommerceShippingFixedOptionRelModelpublic java.util.Date getCreateDate()
getCreateDate in interface CommerceShippingFixedOptionRelModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.math.BigDecimal getFixedPrice()
getFixedPrice in interface CommerceShippingFixedOptionRelModelpublic long getGroupId()
getGroupId in interface CommerceShippingFixedOptionRelModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CommerceShippingFixedOptionRelModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getMvccVersion()
getMvccVersion in interface CommerceShippingFixedOptionRelModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CommerceShippingFixedOptionRelModelpublic double getRatePercentage()
getRatePercentage in interface CommerceShippingFixedOptionRelModelpublic java.math.BigDecimal getRateUnitWeightPrice()
getRateUnitWeightPrice in interface CommerceShippingFixedOptionRelModelpublic com.liferay.portal.kernel.model.Region getRegion()
throws com.liferay.portal.kernel.exception.PortalException
getRegion in interface CommerceShippingFixedOptionRelcom.liferay.portal.kernel.exception.PortalExceptionpublic long getRegionId()
getRegionId in interface CommerceShippingFixedOptionRelModelpublic long getUserId()
getUserId in interface CommerceShippingFixedOptionRelModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CommerceShippingFixedOptionRelModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CommerceShippingFixedOptionRelModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic double getWeightFrom()
getWeightFrom in interface CommerceShippingFixedOptionRelModelpublic double getWeightTo()
getWeightTo in interface CommerceShippingFixedOptionRelModelpublic java.lang.String getZip()
getZip in interface CommerceShippingFixedOptionRelModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
setCommerceInventoryWarehouseId in interface CommerceShippingFixedOptionRelModelcommerceInventoryWarehouseId - the commerce inventory warehouse ID of this commerce shipping fixed option relpublic void setCommerceShippingFixedOptionId(long commerceShippingFixedOptionId)
setCommerceShippingFixedOptionId in interface CommerceShippingFixedOptionRelModelcommerceShippingFixedOptionId - the commerce shipping fixed option ID of this commerce shipping fixed option relpublic void setCommerceShippingFixedOptionRelId(long commerceShippingFixedOptionRelId)
setCommerceShippingFixedOptionRelId in interface CommerceShippingFixedOptionRelModelcommerceShippingFixedOptionRelId - the commerce shipping fixed option rel ID of this commerce shipping fixed option relpublic void setCommerceShippingMethodId(long commerceShippingMethodId)
setCommerceShippingMethodId in interface CommerceShippingFixedOptionRelModelcommerceShippingMethodId - the commerce shipping method ID of this commerce shipping fixed option relpublic void setCompanyId(long companyId)
setCompanyId in interface CommerceShippingFixedOptionRelModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce shipping fixed option relpublic void setCountryId(long countryId)
setCountryId in interface CommerceShippingFixedOptionRelModelcountryId - the country ID of this commerce shipping fixed option relpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CommerceShippingFixedOptionRelModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce shipping fixed option relpublic void setFixedPrice(java.math.BigDecimal fixedPrice)
setFixedPrice in interface CommerceShippingFixedOptionRelModelfixedPrice - the fixed price of this commerce shipping fixed option relpublic void setGroupId(long groupId)
setGroupId in interface CommerceShippingFixedOptionRelModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this commerce shipping fixed option relpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CommerceShippingFixedOptionRelModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce shipping fixed option relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CommerceShippingFixedOptionRelModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this commerce shipping fixed option relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CommerceShippingFixedOptionRelModelprimaryKey - the primary key of this commerce shipping fixed option relpublic void setRatePercentage(double ratePercentage)
setRatePercentage in interface CommerceShippingFixedOptionRelModelratePercentage - the rate percentage of this commerce shipping fixed option relpublic void setRateUnitWeightPrice(java.math.BigDecimal rateUnitWeightPrice)
setRateUnitWeightPrice in interface CommerceShippingFixedOptionRelModelrateUnitWeightPrice - the rate unit weight price of this commerce shipping fixed option relpublic void setRegionId(long regionId)
setRegionId in interface CommerceShippingFixedOptionRelModelregionId - the region ID of this commerce shipping fixed option relpublic void setUserId(long userId)
setUserId in interface CommerceShippingFixedOptionRelModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce shipping fixed option relpublic void setUserName(java.lang.String userName)
setUserName in interface CommerceShippingFixedOptionRelModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce shipping fixed option relpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CommerceShippingFixedOptionRelModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce shipping fixed option relpublic void setWeightFrom(double weightFrom)
setWeightFrom in interface CommerceShippingFixedOptionRelModelweightFrom - the weight from of this commerce shipping fixed option relpublic void setWeightTo(double weightTo)
setWeightTo in interface CommerceShippingFixedOptionRelModelweightTo - the weight to of this commerce shipping fixed option relpublic void setZip(java.lang.String zip)
setZip in interface CommerceShippingFixedOptionRelModelzip - the zip of this commerce shipping fixed option relprotected CommerceShippingFixedOptionRelWrapper wrap(CommerceShippingFixedOptionRel commerceShippingFixedOptionRel)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingFixedOptionRel>