Class CommerceShippingFixedOptionRelWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingFixedOptionRel>
com.liferay.commerce.shipping.engine.fixed.model.CommerceShippingFixedOptionRelWrapper
- All Implemented Interfaces:
CommerceShippingFixedOptionRel
,CommerceShippingFixedOptionRelModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<CommerceShippingFixedOptionRel>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<CommerceShippingFixedOptionRel>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.commerce.shipping.engine.fixed.model.CommerceShippingFixedOptionRel
COMMERCE_SHIPPING_FIXED_OPTION_REL_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceShippingFixedOptionRelWrapper
(CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.inventory.model.CommerceInventoryWarehouse
long
Returns the commerce inventory warehouse ID of this commerce shipping fixed option rel.long
Returns the commerce shipping fixed option ID of this commerce shipping fixed option rel.long
Returns the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.com.liferay.commerce.model.CommerceShippingMethod
long
Returns the commerce shipping method ID of this commerce shipping fixed option rel.long
Returns the company ID of this commerce shipping fixed option rel.com.liferay.portal.kernel.model.Country
long
Returns the country ID of this commerce shipping fixed option rel.Returns the create date of this commerce shipping fixed option rel.Returns the fixed price of this commerce shipping fixed option rel.long
Returns the group ID of this commerce shipping fixed option rel.Returns the modified date of this commerce shipping fixed option rel.long
Returns the mvcc version of this commerce shipping fixed option rel.long
Returns the primary key of this commerce shipping fixed option rel.double
Returns the rate percentage of this commerce shipping fixed option rel.Returns the rate unit weight price of this commerce shipping fixed option rel.com.liferay.portal.kernel.model.Region
long
Returns the region ID of this commerce shipping fixed option rel.long
Returns the user ID of this commerce shipping fixed option rel.Returns the user name of this commerce shipping fixed option rel.Returns the user uuid of this commerce shipping fixed option rel.double
Returns the weight from of this commerce shipping fixed option rel.double
Returns the weight to of this commerce shipping fixed option rel.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
(Date createDate) Sets the create date of this commerce shipping fixed option rel.void
setFixedPrice
(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
(Map<String, Object> attributes) void
setModifiedDate
(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
(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
(String userName) Sets the user name of this commerce shipping fixed option rel.void
setUserUuid
(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
Sets the zip of this commerce shipping fixed option rel.protected CommerceShippingFixedOptionRelWrapper
wrap
(CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) 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
-
Constructor Details
-
CommerceShippingFixedOptionRelWrapper
public CommerceShippingFixedOptionRelWrapper(CommerceShippingFixedOptionRel commerceShippingFixedOptionRel)
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>
- Specified by:
cloneWithOriginalValues
in interfaceCommerceShippingFixedOptionRelModel
-
getCommerceInventoryWarehouse
public com.liferay.commerce.inventory.model.CommerceInventoryWarehouse getCommerceInventoryWarehouse() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCommerceInventoryWarehouse
in interfaceCommerceShippingFixedOptionRel
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseId
public long getCommerceInventoryWarehouseId()Returns the commerce inventory warehouse ID of this commerce shipping fixed option rel.- Specified by:
getCommerceInventoryWarehouseId
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the commerce inventory warehouse ID of this commerce shipping fixed option rel
-
getCommerceShippingFixedOption
public CommerceShippingFixedOption getCommerceShippingFixedOption() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCommerceShippingFixedOption
in interfaceCommerceShippingFixedOptionRel
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingFixedOptionId
public long getCommerceShippingFixedOptionId()Returns the commerce shipping fixed option ID of this commerce shipping fixed option rel.- Specified by:
getCommerceShippingFixedOptionId
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the commerce shipping fixed option ID of this commerce shipping fixed option rel
-
getCommerceShippingFixedOptionRelId
public long getCommerceShippingFixedOptionRelId()Returns the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.- Specified by:
getCommerceShippingFixedOptionRelId
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the commerce shipping fixed option rel ID of this commerce shipping fixed option rel
-
getCommerceShippingMethod
public com.liferay.commerce.model.CommerceShippingMethod getCommerceShippingMethod() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCommerceShippingMethod
in interfaceCommerceShippingFixedOptionRel
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingMethodId
public long getCommerceShippingMethodId()Returns the commerce shipping method ID of this commerce shipping fixed option rel.- Specified by:
getCommerceShippingMethodId
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the commerce shipping method ID of this commerce shipping fixed option rel
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce shipping fixed option rel.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCommerceShippingFixedOptionRelModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this commerce shipping fixed option rel
-
getCountry
public com.liferay.portal.kernel.model.Country getCountry() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCountry
in interfaceCommerceShippingFixedOptionRel
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCountryId
public long getCountryId()Returns the country ID of this commerce shipping fixed option rel.- Specified by:
getCountryId
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the country ID of this commerce shipping fixed option rel
-
getCreateDate
Returns the create date of this commerce shipping fixed option rel.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the create date of this commerce shipping fixed option rel
-
getFixedPrice
Returns the fixed price of this commerce shipping fixed option rel.- Specified by:
getFixedPrice
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the fixed price of this commerce shipping fixed option rel
-
getGroupId
public long getGroupId()Returns the group ID of this commerce shipping fixed option rel.- Specified by:
getGroupId
in interfaceCommerceShippingFixedOptionRelModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this commerce shipping fixed option rel
-
getModifiedDate
Returns the modified date of this commerce shipping fixed option rel.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the modified date of this commerce shipping fixed option rel
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce shipping fixed option rel.- Specified by:
getMvccVersion
in interfaceCommerceShippingFixedOptionRelModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce shipping fixed option rel
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce shipping fixed option rel.- Specified by:
getPrimaryKey
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the primary key of this commerce shipping fixed option rel
-
getRatePercentage
public double getRatePercentage()Returns the rate percentage of this commerce shipping fixed option rel.- Specified by:
getRatePercentage
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the rate percentage of this commerce shipping fixed option rel
-
getRateUnitWeightPrice
Returns the rate unit weight price of this commerce shipping fixed option rel.- Specified by:
getRateUnitWeightPrice
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the rate unit weight price of this commerce shipping fixed option rel
-
getRegion
public com.liferay.portal.kernel.model.Region getRegion() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getRegion
in interfaceCommerceShippingFixedOptionRel
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRegionId
public long getRegionId()Returns the region ID of this commerce shipping fixed option rel.- Specified by:
getRegionId
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the region ID of this commerce shipping fixed option rel
-
getUserId
public long getUserId()Returns the user ID of this commerce shipping fixed option rel.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the user ID of this commerce shipping fixed option rel
-
getUserName
Returns the user name of this commerce shipping fixed option rel.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the user name of this commerce shipping fixed option rel
-
getUserUuid
Returns the user uuid of this commerce shipping fixed option rel.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the user uuid of this commerce shipping fixed option rel
-
getWeightFrom
public double getWeightFrom()Returns the weight from of this commerce shipping fixed option rel.- Specified by:
getWeightFrom
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the weight from of this commerce shipping fixed option rel
-
getWeightTo
public double getWeightTo()Returns the weight to of this commerce shipping fixed option rel.- Specified by:
getWeightTo
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the weight to of this commerce shipping fixed option rel
-
getZip
Returns the zip of this commerce shipping fixed option rel.- Specified by:
getZip
in interfaceCommerceShippingFixedOptionRelModel
- Returns:
- the zip of this commerce shipping fixed option rel
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCommerceInventoryWarehouseId
public void setCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) Sets the commerce inventory warehouse ID of this commerce shipping fixed option rel.- Specified by:
setCommerceInventoryWarehouseId
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse ID of this commerce shipping fixed option rel
-
setCommerceShippingFixedOptionId
public void setCommerceShippingFixedOptionId(long commerceShippingFixedOptionId) Sets the commerce shipping fixed option ID of this commerce shipping fixed option rel.- Specified by:
setCommerceShippingFixedOptionId
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
commerceShippingFixedOptionId
- the commerce shipping fixed option ID of this commerce shipping fixed option rel
-
setCommerceShippingFixedOptionRelId
public void setCommerceShippingFixedOptionRelId(long commerceShippingFixedOptionRelId) Sets the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.- Specified by:
setCommerceShippingFixedOptionRelId
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
commerceShippingFixedOptionRelId
- the commerce shipping fixed option rel ID of this commerce shipping fixed option rel
-
setCommerceShippingMethodId
public void setCommerceShippingMethodId(long commerceShippingMethodId) Sets the commerce shipping method ID of this commerce shipping fixed option rel.- Specified by:
setCommerceShippingMethodId
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
commerceShippingMethodId
- the commerce shipping method ID of this commerce shipping fixed option rel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce shipping fixed option rel.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCommerceShippingFixedOptionRelModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this commerce shipping fixed option rel
-
setCountryId
public void setCountryId(long countryId) Sets the country ID of this commerce shipping fixed option rel.- Specified by:
setCountryId
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
countryId
- the country ID of this commerce shipping fixed option rel
-
setCreateDate
Sets the create date of this commerce shipping fixed option rel.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
createDate
- the create date of this commerce shipping fixed option rel
-
setFixedPrice
Sets the fixed price of this commerce shipping fixed option rel.- Specified by:
setFixedPrice
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
fixedPrice
- the fixed price of this commerce shipping fixed option rel
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this commerce shipping fixed option rel.- Specified by:
setGroupId
in interfaceCommerceShippingFixedOptionRelModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this commerce shipping fixed option rel
-
setModifiedDate
Sets the modified date of this commerce shipping fixed option rel.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
modifiedDate
- the modified date of this commerce shipping fixed option rel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce shipping fixed option rel.- Specified by:
setMvccVersion
in interfaceCommerceShippingFixedOptionRelModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce shipping fixed option rel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce shipping fixed option rel.- Specified by:
setPrimaryKey
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
primaryKey
- the primary key of this commerce shipping fixed option rel
-
setRatePercentage
public void setRatePercentage(double ratePercentage) Sets the rate percentage of this commerce shipping fixed option rel.- Specified by:
setRatePercentage
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
ratePercentage
- the rate percentage of this commerce shipping fixed option rel
-
setRateUnitWeightPrice
Sets the rate unit weight price of this commerce shipping fixed option rel.- Specified by:
setRateUnitWeightPrice
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
rateUnitWeightPrice
- the rate unit weight price of this commerce shipping fixed option rel
-
setRegionId
public void setRegionId(long regionId) Sets the region ID of this commerce shipping fixed option rel.- Specified by:
setRegionId
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
regionId
- the region ID of this commerce shipping fixed option rel
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce shipping fixed option rel.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
userId
- the user ID of this commerce shipping fixed option rel
-
setUserName
Sets the user name of this commerce shipping fixed option rel.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
userName
- the user name of this commerce shipping fixed option rel
-
setUserUuid
Sets the user uuid of this commerce shipping fixed option rel.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
userUuid
- the user uuid of this commerce shipping fixed option rel
-
setWeightFrom
public void setWeightFrom(double weightFrom) Sets the weight from of this commerce shipping fixed option rel.- Specified by:
setWeightFrom
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
weightFrom
- the weight from of this commerce shipping fixed option rel
-
setWeightTo
public void setWeightTo(double weightTo) Sets the weight to of this commerce shipping fixed option rel.- Specified by:
setWeightTo
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
weightTo
- the weight to of this commerce shipping fixed option rel
-
setZip
Sets the zip of this commerce shipping fixed option rel.- Specified by:
setZip
in interfaceCommerceShippingFixedOptionRelModel
- Parameters:
zip
- the zip of this commerce shipping fixed option rel
-
toXmlString
- Specified by:
toXmlString
in interfaceCommerceShippingFixedOptionRelModel
-
wrap
protected CommerceShippingFixedOptionRelWrapper wrap(CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingFixedOptionRel>
-