|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mmbase.applications.packaging.sharehandlers.ShareGroup
public class ShareGroup
| Constructor Summary | |
|---|---|
ShareGroup(java.lang.String name)
Constructor for the ShareGroup object |
|
| Method Summary | |
|---|---|
boolean |
addMember(java.lang.String name)
Adds a feature to the Member attribute of the ShareGroup object |
java.util.Iterator |
getMembers()
Gets the members attribute of the ShareGroup object |
java.lang.String |
getName()
Gets the name attribute of the ShareGroup object |
boolean |
removeMember(java.lang.String name)
Description of the Method |
void |
setName(java.lang.String name)
Sets the name attribute of the ShareGroup object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShareGroup(java.lang.String name)
name - Description of the Parameter| Method Detail |
|---|
public void setName(java.lang.String name)
name - The new name valuepublic java.lang.String getName()
public boolean addMember(java.lang.String name)
name - The feature to be added to the Member attribute
public boolean removeMember(java.lang.String name)
name - Description of the Parameter
public java.util.Iterator getMembers()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||