org.resilientedge.jockey.peer
Class PeerGroupDescriptor
java.lang.Object
|
+--org.resilientedge.jockey.peer.PeerGroupDescriptor
- public class PeerGroupDescriptor
- extends java.lang.Object
Describes a group that already exists or a group desired to be created.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- John Gardner
Method Summary |
java.lang.String |
getDescription()
Gets the description of the group. |
java.lang.String |
getName()
Gets the name of the group. |
void |
setDescription(java.lang.String description)
Sets the description of the group. |
void |
setName(java.lang.String name)
Sets the name of the group. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeerGroupDescriptor
public PeerGroupDescriptor()
setName
public void setName(java.lang.String name)
- Sets the name of the group.
- Parameters:
name
- The new Name value
setDescription
public void setDescription(java.lang.String description)
- Sets the description of the group.
- Parameters:
description
- The new Description value
getName
public java.lang.String getName()
- Gets the name of the group.
- Returns:
- The Name value
getDescription
public java.lang.String getDescription()
- Gets the description of the group.
- Returns:
- The Description value
Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.