org.mythtv.services.api.v025.beans
Class StorageGroupDirList

java.lang.Object
  extended by org.mythtv.services.api.v025.beans.StorageGroupDirList

public class StorageGroupDirList
extends java.lang.Object

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


Constructor Summary
StorageGroupDirList()
           
 
Method Summary
 StorageGroupDir[] getStorageGroupDirs()
           
 void setStorageGroupDirs(StorageGroupDir[] storageGroupDirs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageGroupDirList

public StorageGroupDirList()
Method Detail

getStorageGroupDirs

public StorageGroupDir[] getStorageGroupDirs()
Returns:
the storageGroupDirs

setStorageGroupDirs

public void setStorageGroupDirs(StorageGroupDir[] storageGroupDirs)
Parameters:
storageGroupDirs - the storageGroupDirs to set