com.softslate.commerce.businessobjects.tax
Class BasicTaxRateBean

java.lang.Object
  extended bycom.softslate.commerce.businessobjects.core.BaseBusinessObject
      extended bycom.softslate.commerce.businessobjects.tax.BasicTaxRateBean
All Implemented Interfaces:
BasicTaxRate, BusinessObject

public class BasicTaxRateBean
extends BaseBusinessObject
implements BasicTaxRate

Object representing a basic tax rate within the system.

BasicTaxRateBean is the default implementation of the BasicTaxRate interface for the application.

Author:
David Tobey

Field Summary
private  int basicTaxRateID
           
private  java.lang.String city
           
private  int countryID
           
private  boolean isActive
           
private  java.lang.String postalCode
           
private  double rate
           
private  int stateID
           
 
Fields inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessObject
 
Constructor Summary
BasicTaxRateBean()
           
 
Method Summary
 int getBasicTaxRateID()
           
 java.lang.String getCity()
           
 int getCountryID()
           
 boolean getIsActive()
           
 java.lang.String getPostalCode()
           
 double getRate()
           
 int getStateID()
           
 void setBasicTaxRateID(int basicTaxRateID)
           
 void setCity(java.lang.String city)
           
 void setCountryID(int countryID)
           
 void setIsActive(boolean isActive)
           
 void setPostalCode(java.lang.String postalCode)
           
 void setRate(double rate)
           
 void setStateID(int stateID)
           
 
Methods inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessObject
formatDateTime, initialize, parseDateTime, prepareRequestData, sendHTTPPost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
 

Field Detail

basicTaxRateID

private int basicTaxRateID

countryID

private int countryID

stateID

private int stateID

city

private java.lang.String city

postalCode

private java.lang.String postalCode

rate

private double rate

isActive

private boolean isActive
Constructor Detail

BasicTaxRateBean

public BasicTaxRateBean()
Method Detail

getBasicTaxRateID

public int getBasicTaxRateID()
Specified by:
getBasicTaxRateID in interface BasicTaxRate

setBasicTaxRateID

public void setBasicTaxRateID(int basicTaxRateID)
Specified by:
setBasicTaxRateID in interface BasicTaxRate

getCity

public java.lang.String getCity()
Specified by:
getCity in interface BasicTaxRate

setCity

public void setCity(java.lang.String city)
Specified by:
setCity in interface BasicTaxRate

getCountryID

public int getCountryID()
Specified by:
getCountryID in interface BasicTaxRate

setCountryID

public void setCountryID(int countryID)
Specified by:
setCountryID in interface BasicTaxRate

getIsActive

public boolean getIsActive()
Specified by:
getIsActive in interface BasicTaxRate

setIsActive

public void setIsActive(boolean isActive)
Specified by:
setIsActive in interface BasicTaxRate

getPostalCode

public java.lang.String getPostalCode()
Specified by:
getPostalCode in interface BasicTaxRate

setPostalCode

public void setPostalCode(java.lang.String postalCode)
Specified by:
setPostalCode in interface BasicTaxRate

getRate

public double getRate()
Specified by:
getRate in interface BasicTaxRate

setRate

public void setRate(double rate)
Specified by:
setRate in interface BasicTaxRate

getStateID

public int getStateID()
Specified by:
getStateID in interface BasicTaxRate

setStateID

public void setStateID(int stateID)
Specified by:
setStateID in interface BasicTaxRate


Copyright © SoftSlate, Inc. 2003–2005