org.mmbase.applications.packaging.sharehandlers
Class ShareGroup

java.lang.Object
  extended by org.mmbase.applications.packaging.sharehandlers.ShareGroup

public class ShareGroup
extends java.lang.Object

Author:
Daniel Ockeloen

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

ShareGroup

public ShareGroup(java.lang.String name)
Constructor for the ShareGroup object

Parameters:
name - Description of the Parameter
Method Detail

setName

public void setName(java.lang.String name)
Sets the name attribute of the ShareGroup object

Parameters:
name - The new name value

getName

public java.lang.String getName()
Gets the name attribute of the ShareGroup object

Returns:
The name value

addMember

public boolean addMember(java.lang.String name)
Adds a feature to the Member attribute of the ShareGroup object

Parameters:
name - The feature to be added to the Member attribute
Returns:
Description of the Return Value

removeMember

public boolean removeMember(java.lang.String name)
Description of the Method

Parameters:
name - Description of the Parameter
Returns:
Description of the Return Value

getMembers

public java.util.Iterator getMembers()
Gets the members attribute of the ShareGroup object

Returns:
The members value


packaging build ${version}