|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jadort.api.entities.topology.TopologyBean
public class TopologyBean
Bean that represents a topology of servers
| Constructor Summary | |
|---|---|
TopologyBean()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<GroupBean> |
getGroups()
Get the groups |
Integer |
getId()
Get the id |
void |
setGroups(List<GroupBean> groups)
Set the groups |
void |
setId(Integer id)
Set the id |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TopologyBean()
| Method Detail |
|---|
public Integer getId()
public void setId(Integer id)
id - the idpublic List<GroupBean> getGroups()
public void setGroups(List<GroupBean> groups)
groups - The groups list to setpublic String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectobj is a TopologyBean and the
getId() is the same for both objects, false
otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||