org.ow2.jasmine.agent.server.groups
Class Group
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group()
- Default constructor
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.