org.mythtv.services.api
Class Bool

java.lang.Object
  extended by org.mythtv.services.api.Bool

public class Bool
extends Object

Author:
Daniel Frey

Constructor Summary
Bool()
           
 
Method Summary
 Boolean getBool()
           
 void setBool(Boolean bool)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bool

public Bool()
Method Detail

getBool

public Boolean getBool()
Returns:
the bool

setBool

public void setBool(Boolean bool)
Parameters:
bool - the bool to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.