public abstract class ISeriesNetServerShare extends Object implements Serializable
Constructor and Description |
---|
ISeriesNetServerShare() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the text description of the share.
|
String |
getName()
Returns the name of the share.
|
void |
setDescription(String description)
Sets the text description of the share.
|
public String getName()
public String getDescription()
public void setDescription(String description)
description
- The description of the share.