org.mythtv.services.api.myth
Class StorageGroupDirectory
java.lang.Object
org.mythtv.services.api.myth.StorageGroupDirectory
public class StorageGroupDirectory
- extends Object
- Author:
- Daniel Frey
StorageGroupDirectory
public StorageGroupDirectory()
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.