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

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

public class EstablishmentCategoryGroup
extends java.lang.Object

this class represents the establishment category entity

Author:
Miguel Pérez

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

Constructor Detail

EstablishmentCategoryGroup

public EstablishmentCategoryGroup()

EstablishmentCategoryGroup

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

getCode

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


setCode

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


getName

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


setName

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