org.mythtv.services.api.v026.beans
Class CaptureCardList

java.lang.Object
  extended by org.mythtv.services.api.v026.beans.CaptureCardList

public class CaptureCardList
extends java.lang.Object


Constructor Summary
CaptureCardList()
           
CaptureCardList(CaptureCards captureCards)
           
 
Method Summary
 CaptureCards getCaptureCards()
           
 void setCaptureCards(CaptureCards captureCards)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptureCardList

public CaptureCardList()

CaptureCardList

public CaptureCardList(CaptureCards captureCards)
Method Detail

getCaptureCards

public CaptureCards getCaptureCards()
Returns:
the captureCards

setCaptureCards

public void setCaptureCards(CaptureCards captureCards)
Parameters:
captureCards - the captureCards to set