public class StorageGroupDirectory extends Object
| Constructor and Description |
|---|
StorageGroupDirectory() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public int getId()
public void setId(int id)
id - the id to setpublic String getGroupName()
public void setGroupName(String groupName)
groupName - the groupName to setpublic String getHostname()
public void setHostname(String hostname)
hostname - the hostname to setpublic String getDirectoryName()
public void setDirectoryName(String directoryName)
directoryName - the directoryName to setCopyright © 2012. All Rights Reserved.