org.mythtv.services.api.frontend
Class Action

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

public class Action
extends Object

Author:
Daniel Frey

Constructor Summary
Action()
           
 
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

Action

public Action()
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.