Interface CommerceShippingFixedOptionRelModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<CommerceShippingFixedOptionRel>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
CommerceShippingFixedOptionRel
- All Known Implementing Classes:
CommerceShippingFixedOptionRelWrapper
@ProviderType
public interface CommerceShippingFixedOptionRelModel
extends com.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the CommerceShippingFixedOptionRel service. Represents a row in the "CShippingFixedOptionRel" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.commerce.shipping.engine.fixed.model.impl.CommerceShippingFixedOptionRelModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.shipping.engine.fixed.model.impl.CommerceShippingFixedOptionRelImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns 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.longReturns the commerce shipping method ID of this commerce shipping fixed option rel.longReturns the company ID of this commerce shipping fixed option rel.longReturns 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.longReturns 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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this commerce shipping fixed option rel.- Returns:
- the primary key of this commerce shipping fixed option rel
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this commerce shipping fixed option rel.- Parameters:
primaryKey- the primary key of this commerce shipping fixed option rel
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this commerce shipping fixed option rel.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce shipping fixed option rel
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce shipping fixed option rel.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this commerce shipping fixed option rel
-
getCommerceShippingFixedOptionRelId
long getCommerceShippingFixedOptionRelId()Returns the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.- Returns:
- the commerce shipping fixed option rel ID of this commerce shipping fixed option rel
-
setCommerceShippingFixedOptionRelId
void setCommerceShippingFixedOptionRelId(long commerceShippingFixedOptionRelId) Sets the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.- Parameters:
commerceShippingFixedOptionRelId- the commerce shipping fixed option rel ID of this commerce shipping fixed option rel
-
getGroupId
long getGroupId()Returns the group ID of this commerce shipping fixed option rel.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this commerce shipping fixed option rel
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this commerce shipping fixed option rel.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this commerce shipping fixed option rel
-
getCompanyId
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 interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this commerce shipping fixed option rel
-
setCompanyId
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 interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this commerce shipping fixed option rel
-
getUserId
long getUserId()Returns the user ID of this commerce shipping fixed option rel.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this commerce shipping fixed option rel
-
setUserId
void setUserId(long userId) Sets the user ID of this commerce shipping fixed option rel.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this commerce shipping fixed option rel
-
getUserUuid
String getUserUuid()Returns the user uuid of this commerce shipping fixed option rel.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid 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- Parameters:
userUuid- the user uuid 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- Returns:
- the user name 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- Parameters:
userName- the user name of this commerce shipping fixed option rel
-
getCreateDate
Date getCreateDate()Returns the create date of this commerce shipping fixed option rel.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date 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- Parameters:
createDate- the create date of this commerce shipping fixed option rel
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this commerce shipping fixed option rel.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date 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- Parameters:
modifiedDate- the modified date of this commerce shipping fixed option rel
-
getCommerceShippingMethodId
long getCommerceShippingMethodId()Returns the commerce shipping method ID of this commerce shipping fixed option rel.- Returns:
- the commerce shipping method ID of this commerce shipping fixed option rel
-
setCommerceShippingMethodId
void setCommerceShippingMethodId(long commerceShippingMethodId) Sets the commerce shipping method ID of this commerce shipping fixed option rel.- Parameters:
commerceShippingMethodId- the commerce shipping method ID of this commerce shipping fixed option rel
-
getCommerceShippingFixedOptionId
long getCommerceShippingFixedOptionId()Returns the commerce shipping fixed option ID of this commerce shipping fixed option rel.- Returns:
- the commerce shipping fixed option ID of this commerce shipping fixed option rel
-
setCommerceShippingFixedOptionId
void setCommerceShippingFixedOptionId(long commerceShippingFixedOptionId) Sets the commerce shipping fixed option ID of this commerce shipping fixed option rel.- Parameters:
commerceShippingFixedOptionId- the commerce shipping fixed option ID of this commerce shipping fixed option rel
-
getCommerceInventoryWarehouseId
long getCommerceInventoryWarehouseId()Returns the commerce inventory warehouse ID of this commerce shipping fixed option rel.- Returns:
- the commerce inventory warehouse ID of this commerce shipping fixed option rel
-
setCommerceInventoryWarehouseId
void setCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) Sets the commerce inventory warehouse ID of this commerce shipping fixed option rel.- Parameters:
commerceInventoryWarehouseId- the commerce inventory warehouse ID of this commerce shipping fixed option rel
-
getCountryId
long getCountryId()Returns the country ID of this commerce shipping fixed option rel.- Returns:
- the country ID of this commerce shipping fixed option rel
-
setCountryId
void setCountryId(long countryId) Sets the country ID of this commerce shipping fixed option rel.- Parameters:
countryId- the country ID of this commerce shipping fixed option rel
-
getRegionId
long getRegionId()Returns the region ID of this commerce shipping fixed option rel.- Returns:
- the region ID of this commerce shipping fixed option rel
-
setRegionId
void setRegionId(long regionId) Sets the region ID of this commerce shipping fixed option rel.- Parameters:
regionId- the region ID of this commerce shipping fixed option rel
-
getZip
Returns the zip of this commerce shipping fixed option rel.- Returns:
- the zip of this commerce shipping fixed option rel
-
setZip
Sets the zip of this commerce shipping fixed option rel.- Parameters:
zip- the zip of this commerce shipping fixed option rel
-
getWeightFrom
double getWeightFrom()Returns the weight from of this commerce shipping fixed option rel.- Returns:
- the weight from of this commerce shipping fixed option rel
-
setWeightFrom
void setWeightFrom(double weightFrom) Sets the weight from of this commerce shipping fixed option rel.- Parameters:
weightFrom- the weight from of this commerce shipping fixed option rel
-
getWeightTo
double getWeightTo()Returns the weight to of this commerce shipping fixed option rel.- Returns:
- the weight to of this commerce shipping fixed option rel
-
setWeightTo
void setWeightTo(double weightTo) Sets the weight to of this commerce shipping fixed option rel.- Parameters:
weightTo- the weight to of this commerce shipping fixed option rel
-
getFixedPrice
BigDecimal getFixedPrice()Returns the fixed price of this commerce shipping fixed option rel.- Returns:
- the fixed price of this commerce shipping fixed option rel
-
setFixedPrice
Sets the fixed price of this commerce shipping fixed option rel.- Parameters:
fixedPrice- the fixed price of this commerce shipping fixed option rel
-
getRateUnitWeightPrice
BigDecimal getRateUnitWeightPrice()Returns the rate unit weight price of this commerce shipping fixed option rel.- Returns:
- the rate unit weight price of this commerce shipping fixed option rel
-
setRateUnitWeightPrice
Sets the rate unit weight price of this commerce shipping fixed option rel.- Parameters:
rateUnitWeightPrice- the rate unit weight price of this commerce shipping fixed option rel
-
getRatePercentage
double getRatePercentage()Returns the rate percentage of this commerce shipping fixed option rel.- Returns:
- the rate percentage of this commerce shipping fixed option rel
-
setRatePercentage
void setRatePercentage(double ratePercentage) Sets the rate percentage of this commerce shipping fixed option rel.- Parameters:
ratePercentage- the rate percentage of this commerce shipping fixed option rel
-
cloneWithOriginalValues
CommerceShippingFixedOptionRel cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>
-
toXmlString
-