com.xtravelsystem.online.published.V1_0RC1.rentACar
Class RentACarAmount

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.rentACar.RentACarAmount

public class RentACarAmount
extends java.lang.Object


Constructor Summary
RentACarAmount()
           
RentACarAmount(java.lang.String currencyCode, double value)
           
RentACarAmount(java.lang.String currencyCode, double value, double salePercentCommission, double saleCommissionValue)
           
 
Method Summary
 java.lang.String getCurrencyCode()
          iso code for the currency
 double getSaleCommissionValue()
           
 double getSalePercentCommission()
           
 double getValue()
          value of the amount
 void setCurrencyCode(java.lang.String string)
          iso code for the currency
 void setSaleCommissionValue(double saleCommissionValue)
           
 void setSalePercentCommission(double salePercentCommission)
           
 void setValue(double d)
          value of the amount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RentACarAmount

public RentACarAmount()

RentACarAmount

public RentACarAmount(java.lang.String currencyCode,
                      double value)

RentACarAmount

public RentACarAmount(java.lang.String currencyCode,
                      double value,
                      double salePercentCommission,
                      double saleCommissionValue)
Method Detail

getSaleCommissionValue

public double getSaleCommissionValue()

setSaleCommissionValue

public void setSaleCommissionValue(double saleCommissionValue)

getSalePercentCommission

public double getSalePercentCommission()

setSalePercentCommission

public void setSalePercentCommission(double salePercentCommission)

getCurrencyCode

public java.lang.String getCurrencyCode()
iso code for the currency


getValue

public double getValue()
value of the amount


setCurrencyCode

public void setCurrencyCode(java.lang.String string)
iso code for the currency


setValue

public void setValue(double d)
value of the amount