Interface CommerceShippingFixedOptionRel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,CommerceShippingFixedOptionRelModel,Comparable<CommerceShippingFixedOptionRel>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
CommerceShippingFixedOptionRelWrapper
@ProviderType
public interface CommerceShippingFixedOptionRel
extends CommerceShippingFixedOptionRelModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CommerceShippingFixedOptionRel service. Represents a row in the "CShippingFixedOptionRel" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<CommerceShippingFixedOptionRel,Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.inventory.model.CommerceInventoryWarehousecom.liferay.commerce.model.CommerceShippingMethodcom.liferay.portal.kernel.model.Countrycom.liferay.portal.kernel.model.RegionMethods 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 com.liferay.commerce.shipping.engine.fixed.model.CommerceShippingFixedOptionRelModel
cloneWithOriginalValues, getCommerceInventoryWarehouseId, getCommerceShippingFixedOptionId, getCommerceShippingFixedOptionRelId, getCommerceShippingMethodId, getCompanyId, getCountryId, getCreateDate, getFixedPrice, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, getRatePercentage, getRateUnitWeightPrice, getRegionId, getUserId, getUserName, getUserUuid, getWeightFrom, getWeightTo, getZip, setCommerceInventoryWarehouseId, setCommerceShippingFixedOptionId, setCommerceShippingFixedOptionRelId, setCommerceShippingMethodId, setCompanyId, setCountryId, setCreateDate, setFixedPrice, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, setRatePercentage, setRateUnitWeightPrice, setRegionId, setUserId, setUserName, setUserUuid, setWeightFrom, setWeightTo, setZip, toXmlStringMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
COMMERCE_SHIPPING_FIXED_OPTION_REL_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CommerceShippingFixedOptionRel,Long> COMMERCE_SHIPPING_FIXED_OPTION_REL_ID_ACCESSOR
-
-
Method Details
-
getCommerceInventoryWarehouse
com.liferay.commerce.inventory.model.CommerceInventoryWarehouse getCommerceInventoryWarehouse() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingFixedOption
CommerceShippingFixedOption getCommerceShippingFixedOption() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingMethod
com.liferay.commerce.model.CommerceShippingMethod getCommerceShippingMethod() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCountry
com.liferay.portal.kernel.model.Country getCountry() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRegion
com.liferay.portal.kernel.model.Region getRegion() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-