com.xtravelsystem.online.published.V1_0RC1.common
Class HandlingFee
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlingFee
public HandlingFee()
HandlingFee
public HandlingFee(java.lang.String code,
java.lang.String name,
double quantity,
com.jumbotours.disponibility.Amount amount)
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)