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

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

public class EstablishmentCategory
extends java.lang.Object

this class represents the establishment category entity

Author:
Miguel Pérez

Constructor Summary
EstablishmentCategory()
           
EstablishmentCategory(java.lang.String code, java.lang.String name, java.lang.String group)
           
 
Method Summary
 java.lang.String getCode()
          the establishment category code
 java.lang.String getGroup()
          the establishment category group
 java.lang.String getName()
          the establishment category name
 void setCode(java.lang.String code)
          the establishment category code
 void setGroup(java.lang.String group)
          the establishment category group
 void setName(java.lang.String name)
          the establishment category name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EstablishmentCategory

public EstablishmentCategory()

EstablishmentCategory

public EstablishmentCategory(java.lang.String code,
                             java.lang.String name,
                             java.lang.String group)
Method Detail

getCode

public java.lang.String getCode()
the establishment category code


setCode

public void setCode(java.lang.String code)
the establishment category code


getName

public java.lang.String getName()
the establishment category name


setName

public void setName(java.lang.String name)
the establishment category name


getGroup

public java.lang.String getGroup()
the establishment category group


setGroup

public void setGroup(java.lang.String group)
the establishment category group