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 TypeMethodDescriptionlong
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.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.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.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
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
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.default String
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods 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:
getMvccVersion
in 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:
setMvccVersion
in 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:
getGroupId
in 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:
setGroupId
in 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:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in 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:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in 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:
getUserId
in 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:
setUserId
in 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:
getUserUuid
in 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:
setUserUuid
in 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:
getUserName
in 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:
setUserName
in 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:
getCreateDate
in 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:
setCreateDate
in 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:
getModifiedDate
in 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:
setModifiedDate
in 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:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>
-
toXmlString
-