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

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

public class PropertiesGroup
extends java.lang.Object

this class represents a group of excursion properties

Author:
Miguel Pérez

Constructor Summary
PropertiesGroup()
           
PropertiesGroup(java.lang.String title, Property[] properties)
           
 
Method Summary
 Property[] getProperties()
           
 java.lang.String getTitle()
           
 void setProperties(Property[] properties)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesGroup

public PropertiesGroup(java.lang.String title,
                       Property[] properties)

PropertiesGroup

public PropertiesGroup()
Method Detail

getProperties

public Property[] getProperties()

setProperties

public void setProperties(Property[] properties)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)