org.mythtv.services.api.v026.beans
Class StorageGroupDirectory
java.lang.Object
org.mythtv.services.api.v026.beans.StorageGroupDirectory
public class StorageGroupDirectory
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StorageGroupDirectory
public StorageGroupDirectory()
getId
public int getId()
- Returns:
- the id
setId
public void setId(int id)
- Parameters:
id - the id to set
getGroupName
public java.lang.String getGroupName()
- Returns:
- the groupName
setGroupName
public void setGroupName(java.lang.String groupName)
- Parameters:
groupName - the groupName to set
getHostname
public java.lang.String getHostname()
- Returns:
- the hostname
setHostname
public void setHostname(java.lang.String hostname)
- Parameters:
hostname - the hostname to set
getDirectoryName
public java.lang.String getDirectoryName()
- Returns:
- the directoryName
setDirectoryName
public void setDirectoryName(java.lang.String directoryName)
- Parameters:
directoryName - the directoryName to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object