com.xtravelsystem.online.published.V1_0RC1.hotel.answers
Class BookingSupplement

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.hotel.answers.BookingSupplement

public class BookingSupplement
extends java.lang.Object

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Author:
juan

Constructor Summary
BookingSupplement()
           
BookingSupplement(int supplementCode, java.lang.String supplementName, java.lang.String character, java.util.Date fromDate, java.util.Date toDate, double quantity, com.jumbotours.disponibility.Amount amount)
           
 
Method Summary
 com.jumbotours.disponibility.Amount getAmount()
           
 java.lang.String getCharacter()
           
 java.util.Date getFromDate()
           
 double getQuantity()
           
 int getSupplementCode()
           
 java.lang.String getSupplementName()
           
 java.util.Date getToDate()
           
 void setAmount(com.jumbotours.disponibility.Amount amount)
           
 void setCharacter(java.lang.String i)
           
 void setFromDate(java.util.Date i)
           
 void setQuantity(double i)
           
 void setSupplementCode(int i)
           
 void setSupplementName(java.lang.String i)
           
 void setToDate(java.util.Date i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookingSupplement

public BookingSupplement()

BookingSupplement

public BookingSupplement(int supplementCode,
                         java.lang.String supplementName,
                         java.lang.String character,
                         java.util.Date fromDate,
                         java.util.Date toDate,
                         double quantity,
                         com.jumbotours.disponibility.Amount amount)
Parameters:
supplementCode -
supplementName -
character -
fromDate -
toDate -
quantity -
amount -
Method Detail

getSupplementCode

public int getSupplementCode()
Returns:

setSupplementCode

public void setSupplementCode(int i)
Parameters:
i -

getQuantity

public double getQuantity()
Returns:

setQuantity

public void setQuantity(double i)
Parameters:
i -

getFromDate

public java.util.Date getFromDate()
Returns:

setFromDate

public void setFromDate(java.util.Date i)
Parameters:
i -

getToDate

public java.util.Date getToDate()
Returns:

setToDate

public void setToDate(java.util.Date i)
Parameters:
i -

getSupplementName

public java.lang.String getSupplementName()
Returns:

setSupplementName

public void setSupplementName(java.lang.String i)
Parameters:
i -

getCharacter

public java.lang.String getCharacter()
Returns:

setCharacter

public void setCharacter(java.lang.String i)
Parameters:
i -

setAmount

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

getAmount

public com.jumbotours.disponibility.Amount getAmount()