org.ow2.jasmine.agent.server.groups
Class Group

java.lang.Object
  extended by org.ow2.jasmine.agent.server.groups.Group
All Implemented Interfaces:
Serializable

public class Group
extends Object
implements Serializable

A Group (of ressources) is a set of managed elements defined by the user

Author:
Julien Vey
See Also:
Serialized Form

Constructor Summary
Group()
          Default constructor
 
Method Summary
 List<String> getApplicationList()
           
 int getColor()
           
 String getId()
           
 String getName()
           
 void setApplicationList(List<String> applicationList)
           
 void setColor(int color)
           
 void setId(String id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()
Default constructor

Method Detail

getName

public String getName()
Returns:
the name

setName

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

getColor

public int getColor()
Returns:
the color

setColor

public void setColor(int color)
Parameters:
color - the color to set

getApplicationList

public List<String> getApplicationList()
Returns:
the applicationList

setApplicationList

public void setApplicationList(List<String> applicationList)
Parameters:
applicationList - the applicationList to set

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set


Copyright © 2012 OW2 Consortium. All Rights Reserved.