Package com.liferay.commerce.tax.model
Interface CommerceTaxMethod
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceTaxMethod>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,CommerceTaxMethodModel
,Comparable<CommerceTaxMethod>
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
CommerceTaxMethodWrapper
@ProviderType
public interface CommerceTaxMethod
extends CommerceTaxMethodModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CommerceTaxMethod service. Represents a row in the "CommerceTaxMethod" 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<CommerceTaxMethod,
Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.util.UnicodeProperties
void
setTypeSettingsUnicodeProperties
(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) 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 com.liferay.commerce.tax.model.CommerceTaxMethodModel
cloneWithOriginalValues, getActive, getAvailableLanguageIds, getCommerceTaxMethodId, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getEngineKey, getGroupId, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPercentage, getPrimaryKey, getTypeSettings, getUserId, getUserName, getUserUuid, isActive, isPercentage, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setActive, setCommerceTaxMethodId, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setEngineKey, setGroupId, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPercentage, setPrimaryKey, setTypeSettings, setUserId, setUserName, setUserUuid, toXmlString
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
COMMERCE_TAX_METHOD_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CommerceTaxMethod,Long> COMMERCE_TAX_METHOD_ID_ACCESSOR
-
-
Method Details
-
getTypeSettingsUnicodeProperties
com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsUnicodeProperties() -
setTypeSettingsUnicodeProperties
void setTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)
-