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

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

public class PropertiesGroup
extends java.lang.Object

container for a properties group at the getEstablishmentData response

Author:
Miguel Pérez

Constructor Summary
PropertiesGroup()
           
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String getName()
           
 Property[] getProperties()
           
 void setCode(java.lang.String code)
           
 void setName(java.lang.String name)
           
 void setProperties(Property[] properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesGroup

public PropertiesGroup()
Method Detail

getCode

public java.lang.String getCode()
Returns:
Returns the code.

setCode

public void setCode(java.lang.String code)
Parameters:
code - The code to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getProperties

public Property[] getProperties()
Returns:
Returns the properties.

setProperties

public void setProperties(Property[] properties)
Parameters:
properties - The properties to set.