com.elasticpath.domain.tax.impl
Class TaxCodeImpl

java.lang.Object
  extended by com.elasticpath.domain.impl.AbstractEpDomainImpl
      extended by com.elasticpath.domain.impl.AbstractPersistenceImpl
          extended by com.elasticpath.domain.impl.AbstractEntityImpl
              extended by com.elasticpath.domain.tax.impl.TaxCodeImpl
All Implemented Interfaces:
Entity, EpDomain, Persistence, TaxCode, java.io.Serializable

public class TaxCodeImpl
extends AbstractEntityImpl
implements TaxCode

The default implementation of SalesTaxCode.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Fields inherited from interface com.elasticpath.domain.tax.TaxCode
TAX_CODE_SHIPPING
 
Constructor Summary
TaxCodeImpl()
           
 
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 class com.elasticpath.domain.impl.AbstractEntityImpl
convertAttributeGroupAttributes, getGuid, setDefaultValues, setGuid
 
Methods inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl
executeBeforePersistAction, getUidPk, isPersistent, setUidPk
 
Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl
getElasticPath, setElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

TaxCodeImpl

public TaxCodeImpl()
Method Detail

getCode

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

Specified by:
getCode in interface TaxCode
Returns:
the sales tax code.

setCode

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

Specified by:
setCode in interface TaxCode
Parameters:
code - - the sales tax code.