org.mythtv.services.api.v027.beans
Class WOLInfo

java.lang.Object
  extended by org.mythtv.services.api.v027.beans.WOLInfo

public class WOLInfo
extends java.lang.Object

Auto-generated file, do not modify manually !!!!


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

Constructor Detail

WOLInfo

public WOLInfo()
Method Detail

isEnabled

public java.lang.Boolean isEnabled()
Returns:
the enabled

setEnabled

public void setEnabled(java.lang.Boolean enabled)
Parameters:
enabled - the enabled to set

getReconnect

public java.lang.Integer getReconnect()
Returns:
the reconnect

setReconnect

public void setReconnect(java.lang.Integer reconnect)
Parameters:
reconnect - the reconnect to set

getRetry

public java.lang.Integer getRetry()
Returns:
the retry

setRetry

public void setRetry(java.lang.Integer retry)
Parameters:
retry - the retry to set

getCommand

public java.lang.String getCommand()
Returns:
the command

setCommand

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