org.mythtv.services.api.frontend
Class StateStringItem

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

public class StateStringItem
extends Object

Author:
Daniel Frey, Thomas G. Kenny Jr

Constructor Summary
StateStringItem()
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateStringItem

public StateStringItem()
Method Detail

getKey

public String getKey()
Returns:
the key

setKey

public void setKey(String key)
Parameters:
key - the key to set

getValue

public String getValue()
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.