Interface CommerceTaxFixedRate
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRate>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,CommerceTaxFixedRateModel,Comparable<CommerceTaxFixedRate>,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:
CommerceTaxFixedRateWrapper
@ProviderType
public interface CommerceTaxFixedRate
extends CommerceTaxFixedRateModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CommerceTaxFixedRate service. Represents a row in the "CommerceTaxFixedRate" 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<CommerceTaxFixedRate,Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.product.model.CPTaxCategoryMethods 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.tax.engine.fixed.model.CommerceTaxFixedRateModel
cloneWithOriginalValues, getCommerceTaxFixedRateId, getCommerceTaxMethodId, getCompanyId, getCPTaxCategoryId, getCreateDate, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, getRate, getUserId, getUserName, getUserUuid, setCommerceTaxFixedRateId, setCommerceTaxMethodId, setCompanyId, setCPTaxCategoryId, setCreateDate, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, setRate, setUserId, setUserName, setUserUuid, toXmlStringMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
COMMERCE_TAX_FIXED_RATE_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CommerceTaxFixedRate,Long> COMMERCE_TAX_FIXED_RATE_ID_ACCESSOR
-
-
Method Details
-
getCPTaxCategory
com.liferay.commerce.product.model.CPTaxCategory getCPTaxCategory() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-