com.xtravelsystem.online.published.V1_0RC1.common
Class Section

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.SectionBase
      extended by com.xtravelsystem.online.published.V1_0RC1.common.Section

public class Section
extends SectionBase


Constructor Summary
Section()
           
 
Method Summary
 int compareTo(Section sectionNew)
           
 Area[] getAreas()
           
 void setAreas(Area[] areas)
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.common.SectionBase
getId, getName, getOrder, getSlug, setId, setName, setOrder, setSlug
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Section

public Section()
Method Detail

getAreas

public Area[] getAreas()

setAreas

public void setAreas(Area[] areas)

compareTo

public int compareTo(Section sectionNew)