com.xtravelsystem.online.published.V1_0RC1.transfer.answers
Class OptionalSupplementsRS

java.lang.Object
  extended by com.jumbotours.disponibility.Amount
      extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.Supplements
          extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.OptionalSupplementsRS

public class OptionalSupplementsRS
extends Supplements


Constructor Summary
OptionalSupplementsRS()
           
OptionalSupplementsRS(java.lang.String currencyCode, double value, java.lang.String concept, java.lang.String pax, java.lang.String supplementCode, int quantity)
           
 
Method Summary
 int getQuantity()
           
 java.lang.String getSupplementCode()
           
 void setQuantity(int quantity)
           
 void setSupplementCode(java.lang.String supplementCode)
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.transfer.answers.Supplements
getConcept, getPax, setConcept, setPax
 
Methods inherited from class com.jumbotours.disponibility.Amount
_getComissionSalePercent, _getComissionSaleValue, _setComissionSalePercent, _setComissionSaleValue, getCurrencyCode, getValue, setCurrencyCode, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionalSupplementsRS

public OptionalSupplementsRS()

OptionalSupplementsRS

public OptionalSupplementsRS(java.lang.String currencyCode,
                             double value,
                             java.lang.String concept,
                             java.lang.String pax,
                             java.lang.String supplementCode,
                             int quantity)
Method Detail

getSupplementCode

public java.lang.String getSupplementCode()

setSupplementCode

public void setSupplementCode(java.lang.String supplementCode)

getQuantity

public int getQuantity()

setQuantity

public void setQuantity(int quantity)