com.ibm.as400.access
Class ISeriesNetServerShare

java.lang.Object
  |
  +--com.ibm.as400.access.ISeriesNetServerShare
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ISeriesNetServerFileShare, ISeriesNetServerPrintShare

public abstract class ISeriesNetServerShare
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ISeriesNetServerShare()
           
 
Method Summary
 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.
 
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 java.lang.String getName()
Returns the name of the share.

Returns:
The name of the share.

getDescription

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

Returns:
The description of the share.

setDescription

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

Parameters:
description - The description of the share.