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
Constructors Constructor and Description ISeriesNetServerShare()
-
Method Summary
Methods 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.
-
-
-
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.
-
-