org.mythtv.services.api.myth
Class StorageGroupDirectory

java.lang.Object
  extended by org.mythtv.services.api.myth.StorageGroupDirectory

public class StorageGroupDirectory
extends Object

Author:
Daniel Frey

Constructor Summary
StorageGroupDirectory()
           
 
Method Summary
 String getDirectoryName()
           
 String getGroupName()
           
 String getHostname()
           
 int getId()
           
 void setDirectoryName(String directoryName)
           
 void setGroupName(String groupName)
           
 void setHostname(String hostname)
           
 void setId(int id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorageGroupDirectory

public StorageGroupDirectory()
Method Detail

getId

public int getId()
Returns:
the id

setId

public void setId(int id)
Parameters:
id - the id to set

getGroupName

public String getGroupName()
Returns:
the groupName

setGroupName

public void setGroupName(String groupName)
Parameters:
groupName - the groupName to set

getHostname

public String getHostname()
Returns:
the hostname

setHostname

public void setHostname(String hostname)
Parameters:
hostname - the hostname to set

getDirectoryName

public String getDirectoryName()
Returns:
the directoryName

setDirectoryName

public void setDirectoryName(String directoryName)
Parameters:
directoryName - the directoryName to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.