com.ibm.as400.access
Class ISeriesNetServerShare

java.lang.Object
  extended by com.ibm.as400.access.ISeriesNetServerShare
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ISeriesNetServerFileShare, ISeriesNetServerPrintShare

public abstract class ISeriesNetServerShare
extends Object
implements Serializable

The ISeriesNetServerShare class represents a NetServer share (either a file share or a print share).

See Also:
Serialized Form

Constructor Summary
Constructor and Description
ISeriesNetServerShare()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISeriesNetServerShare

public ISeriesNetServerShare()
Method Detail

getName

public String getName()
Returns the name of the share.

Returns:
The name of the share.

getDescription

public String getDescription()
Returns the text description of the share.

Returns:
The description of the share.

setDescription

public void setDescription(String description)
Sets the text description of the share.

Parameters:
description - The description of the share.