org.mythtv.services.api
Class Int

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

public class Int
extends java.lang.Object


Constructor Summary
Int()
           
Int(java.lang.String val)
           
 
Method Summary
 java.lang.Integer getValue()
           
 void setValue(java.lang.Integer integer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Int

public Int(java.lang.String val)

Int

public Int()
Method Detail

getValue

public java.lang.Integer getValue()
Returns:
the integer

setValue

public void setValue(java.lang.Integer integer)
Parameters:
integer - the integer to set