|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.access.ISeriesNetServerShare
public abstract class ISeriesNetServerShare extends Object implements Serializable
The ISeriesNetServerShare class represents a NetServer share (either a file share or a print share).
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISeriesNetServerShare()
| Method Detail |
|---|
public String getName()
public String getDescription()
public void setDescription(String description)
description - The description of the share.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||