org.mythtv.services.api.frontend
Class FrontendActionList

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

public class FrontendActionList
extends Object

Author:
Daniel Frey

Constructor Summary
FrontendActionList()
           
 
Method Summary
 List<Action> getActions()
           
 void setActions(List<Action> actions)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FrontendActionList

public FrontendActionList()
Method Detail

getActions

public List<Action> getActions()
Returns:
the actions

setActions

public void setActions(List<Action> actions)
Parameters:
actions - the actions to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.