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