org.mythtv.services.api.v027.status.beans
Class Miscellaneous

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

public class Miscellaneous
extends java.lang.Object


Constructor Summary
Miscellaneous()
           
 
Method Summary
 java.util.List<Information> getInformations()
           
 void setInformations(java.util.List<Information> informations)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Miscellaneous

public Miscellaneous()
Method Detail

getInformations

public java.util.List<Information> getInformations()
Returns:
the informations

setInformations

public void setInformations(java.util.List<Information> informations)
Parameters:
informations - the informations to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object