com.xtravelsystem.online.published.V1_0RC1.common.requests
Class DesiredSupplement

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

public class DesiredSupplement
extends java.lang.Object


Constructor Summary
DesiredSupplement()
           
 
Method Summary
 java.lang.String getCode()
          the supplement code
 int getQuantity()
          how many
 void setCode(java.lang.String code)
          the supplement code
 void setQuantity(int quantity)
          how many
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesiredSupplement

public DesiredSupplement()
Method Detail

getCode

public java.lang.String getCode()
the supplement code


setCode

public void setCode(java.lang.String code)
the supplement code


getQuantity

public int getQuantity()
how many


setQuantity

public void setQuantity(int quantity)
how many