Uses of Class
com.xtravelsystem.online.published.V1_0RC1.common.State

Packages that use State
com.xtravelsystem.online.published.V1_0RC1.common   
 

Uses of State in com.xtravelsystem.online.published.V1_0RC1.common
 

Methods in com.xtravelsystem.online.published.V1_0RC1.common that return State
 State[] Country.getStates()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.common with parameters of type State
 void Country.setStates(State[] states)
           
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.common with parameters of type State
Country(java.lang.String code, java.lang.String name, State[] states)