org.mythtv.services.api.myth
Class WOLInfo

java.lang.Object
  extended by org.mythtv.services.api.myth.WOLInfo

public class WOLInfo
extends Object

Author:
Daniel Frey

Constructor Summary
WOLInfo()
           
 
Method Summary
 String getCommand()
           
 int getReconnect()
           
 int getRetry()
           
 boolean isEnabled()
           
 void setCommand(String command)
           
 void setEnabled(boolean enabled)
           
 void setReconnect(int reconnect)
           
 void setRetry(int retry)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WOLInfo

public WOLInfo()
Method Detail

isEnabled

public boolean isEnabled()
Returns:
the enabled

setEnabled

public void setEnabled(boolean enabled)
Parameters:
enabled - the enabled to set

getReconnect

public int getReconnect()
Returns:
the reconnect

setReconnect

public void setReconnect(int reconnect)
Parameters:
reconnect - the reconnect to set

getRetry

public int getRetry()
Returns:
the retry

setRetry

public void setRetry(int retry)
Parameters:
retry - the retry to set

getCommand

public String getCommand()
Returns:
the command

setCommand

public void setCommand(String command)
Parameters:
command - the command to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.