org.ow2.jonas.webapp.jonasadmin.cmi
Class ClusterAttribute

java.lang.Object
  extended by org.ow2.jonas.webapp.jonasadmin.cmi.ClusterAttribute
All Implemented Interfaces:
Serializable

public class ClusterAttribute
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ClusterAttribute(String name, Set<String> objectList)
           
 
Method Summary
 String getName()
           
 Set<String> getObjectList()
           
 void setName(String name)
           
 void setObjectList(Set<String> objectList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterAttribute

public ClusterAttribute(String name,
                        Set<String> objectList)
Parameters:
name -
objectList -
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getObjectList

public Set<String> getObjectList()
Returns:
the objectList

setObjectList

public void setObjectList(Set<String> objectList)
Parameters:
objectList - the objectList to set


Copyright © 2010 OW2 Consortium. All Rights Reserved.