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

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

public class Supplement
extends java.lang.Object

description of a supplement

Author:
Miguel Pérez

Constructor Summary
Supplement()
           
Supplement(int code, java.lang.String name)
           
 
Method Summary
 int getCode()
           
 java.lang.String getName()
           
 void setCode(int code)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Supplement

public Supplement()

Supplement

public Supplement(int code,
                  java.lang.String name)
Method Detail

getCode

public int getCode()

setCode

public void setCode(int code)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)