com.elasticpath.domain.tax
Interface TaxCode

All Superinterfaces:
Entity, EpDomain, Persistence, java.io.Serializable
All Known Implementing Classes:
TaxCodeImpl

public interface TaxCode
extends Entity

SaleTaxCode represens a type of sales tax, e.g Books, Liquor, Tobacco, Clothing.


Field Summary
static java.lang.String TAX_CODE_SHIPPING
          The REQUIRED sales tax code for Shipping.
 
Method Summary
 java.lang.String getCode()
          Return the sales tax code.
 void setCode(java.lang.String code)
          Set the sales tax code.
 
Methods inherited from interface com.elasticpath.domain.Entity
getGuid, setGuid
 
Methods inherited from interface com.elasticpath.domain.Persistence
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Field Detail

TAX_CODE_SHIPPING

static final java.lang.String TAX_CODE_SHIPPING
The REQUIRED sales tax code for Shipping.

See Also:
Constant Field Values
Method Detail

getCode

java.lang.String getCode()
Return the sales tax code.

Returns:
the sales tax code.

setCode

void setCode(java.lang.String code)
Set the sales tax code.

Parameters:
code - - the sales tax code.