org.mythtv.services.api.frontend
Class State

java.lang.Object
  extended by org.mythtv.services.api.frontend.State

public class State
extends Object

Author:
Thomas G. Kenny Jr

Constructor Summary
State()
           
 
Method Summary
 String getCurrentLocation()
           
 List<StateStringItem> getStates()
           
 void setCurrentLocation(String location)
           
 void setStates(List<StateStringItem> states)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

State

public State()
Method Detail

getStates

public List<StateStringItem> getStates()
Returns:
the states

setStates

public void setStates(List<StateStringItem> states)
Parameters:
states - the states to set

getCurrentLocation

public String getCurrentLocation()

setCurrentLocation

public void setCurrentLocation(String location)


Copyright © 2012. All Rights Reserved.