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
modelFields 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.CommerceInventoryWarehouselongReturns the commerce inventory warehouse ID of this commerce shipping fixed option rel.longReturns the commerce shipping fixed option ID of this commerce shipping fixed option rel.longReturns the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.com.liferay.commerce.model.CommerceShippingMethodlongReturns the commerce shipping method ID of this commerce shipping fixed option rel.longReturns the company ID of this commerce shipping fixed option rel.com.liferay.portal.kernel.model.CountrylongReturns 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.longReturns the group ID of this commerce shipping fixed option rel.Returns the modified date of this commerce shipping fixed option rel.longReturns the mvcc version of this commerce shipping fixed option rel.longReturns the primary key of this commerce shipping fixed option rel.doubleReturns 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.RegionlongReturns the region ID of this commerce shipping fixed option rel.longReturns 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.doubleReturns the weight from of this commerce shipping fixed option rel.doubleReturns the weight to of this commerce shipping fixed option rel.getZip()Returns the zip of this commerce shipping fixed option rel.voidpersist()voidsetCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) Sets the commerce inventory warehouse ID of this commerce shipping fixed option rel.voidsetCommerceShippingFixedOptionId(long commerceShippingFixedOptionId) Sets the commerce shipping fixed option ID of this commerce shipping fixed option rel.voidsetCommerceShippingFixedOptionRelId(long commerceShippingFixedOptionRelId) Sets the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.voidsetCommerceShippingMethodId(long commerceShippingMethodId) Sets the commerce shipping method ID of this commerce shipping fixed option rel.voidsetCompanyId(long companyId) Sets the company ID of this commerce shipping fixed option rel.voidsetCountryId(long countryId) Sets the country ID of this commerce shipping fixed option rel.voidsetCreateDate(Date createDate) Sets the create date of this commerce shipping fixed option rel.voidsetFixedPrice(BigDecimal fixedPrice) Sets the fixed price of this commerce shipping fixed option rel.voidsetGroupId(long groupId) Sets the group ID of this commerce shipping fixed option rel.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this commerce shipping fixed option rel.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this commerce shipping fixed option rel.voidsetPrimaryKey(long primaryKey) Sets the primary key of this commerce shipping fixed option rel.voidsetRatePercentage(double ratePercentage) Sets the rate percentage of this commerce shipping fixed option rel.voidsetRateUnitWeightPrice(BigDecimal rateUnitWeightPrice) Sets the rate unit weight price of this commerce shipping fixed option rel.voidsetRegionId(long regionId) Sets the region ID of this commerce shipping fixed option rel.voidsetUserId(long userId) Sets the user ID of this commerce shipping fixed option rel.voidsetUserName(String userName) Sets the user name of this commerce shipping fixed option rel.voidsetUserUuid(String userUuid) Sets the user uuid of this commerce shipping fixed option rel.voidsetWeightFrom(double weightFrom) Sets the weight from of this commerce shipping fixed option rel.voidsetWeightTo(double weightTo) Sets the weight to of this commerce shipping fixed option rel.voidSets the zip of this commerce shipping fixed option rel.protected CommerceShippingFixedOptionRelWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CommerceShippingFixedOptionRelWrapper
public CommerceShippingFixedOptionRelWrapper(CommerceShippingFixedOptionRel commerceShippingFixedOptionRel)
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>- Specified by:
cloneWithOriginalValuesin interfaceCommerceShippingFixedOptionRelModel
-
getCommerceInventoryWarehouse
public com.liferay.commerce.inventory.model.CommerceInventoryWarehouse getCommerceInventoryWarehouse() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCommerceInventoryWarehousein 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:
getCommerceInventoryWarehouseIdin 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:
getCommerceShippingFixedOptionin 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:
getCommerceShippingFixedOptionIdin 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:
getCommerceShippingFixedOptionRelIdin 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:
getCommerceShippingMethodin 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:
getCommerceShippingMethodIdin 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommerceShippingFixedOptionRelModel- Specified by:
getCompanyIdin 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:
getCountryin 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:
getCountryIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein 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:
getFixedPricein 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:
getGroupIdin interfaceCommerceShippingFixedOptionRelModel- Specified by:
getGroupIdin 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:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceCommerceShippingFixedOptionRelModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin 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:
getRatePercentagein 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:
getRateUnitWeightPricein 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:
getRegionin 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:
getRegionIdin 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin 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:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein 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:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin 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:
getWeightFromin 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:
getWeightToin 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:
getZipin interfaceCommerceShippingFixedOptionRelModel- Returns:
- the zip of this commerce shipping fixed option rel
-
persist
public void persist()- Specified by:
persistin 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:
setCommerceInventoryWarehouseIdin 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:
setCommerceShippingFixedOptionIdin 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:
setCommerceShippingFixedOptionRelIdin 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:
setCommerceShippingMethodIdin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommerceShippingFixedOptionRelModel- Specified by:
setCompanyIdin 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:
setCountryIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setFixedPricein 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:
setGroupIdin interfaceCommerceShippingFixedOptionRelModel- Specified by:
setGroupIdin 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceCommerceShippingFixedOptionRelModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin 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:
setRatePercentagein 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:
setRateUnitWeightPricein 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:
setRegionIdin 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin 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:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein 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:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin 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:
setWeightFromin 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:
setWeightToin 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:
setZipin interfaceCommerceShippingFixedOptionRelModel- Parameters:
zip- the zip of this commerce shipping fixed option rel
-
toXmlString
- Specified by:
toXmlStringin interfaceCommerceShippingFixedOptionRelModel
-
wrap
protected CommerceShippingFixedOptionRelWrapper wrap(CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) - Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingFixedOptionRel>
-