com.xtravelsystem.online.published.V1_0RC1.common
Class HandlingFee

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.HandlingFee

public class HandlingFee
extends java.lang.Object

the famous handling fees

Author:
Miguel Pérez

Constructor Summary
HandlingFee()
           
HandlingFee(java.lang.String code, java.lang.String name, double quantity, com.jumbotours.disponibility.Amount amount)
           
 
Method Summary
 com.jumbotours.disponibility.Amount getAmount()
           
 java.lang.String getCode()
           
 java.lang.String getName()
           
 double getQuantity()
           
 void setAmount(com.jumbotours.disponibility.Amount amount)
           
 void setCode(java.lang.String code)
           
 void setName(java.lang.String name)
           
 void setQuantity(double quantity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlingFee

public HandlingFee()

HandlingFee

public HandlingFee(java.lang.String code,
                   java.lang.String name,
                   double quantity,
                   com.jumbotours.disponibility.Amount amount)
Method Detail

getAmount

public com.jumbotours.disponibility.Amount getAmount()

setAmount

public void setAmount(com.jumbotours.disponibility.Amount amount)

getCode

public java.lang.String getCode()

setCode

public void setCode(java.lang.String code)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getQuantity

public double getQuantity()

setQuantity

public void setQuantity(double quantity)