|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ace.mws.nodes.AllocatedNode
class AllocatedNode
| Field Summary | |
|---|---|
private String |
name
|
private Integer |
taskCount
|
| Constructor Summary | |
AllocatedNode()
|
|
| Method Summary | |
|---|---|
String
|
getName()
|
Integer
|
getTaskCount()
|
void
|
setName(String name)
|
void
|
setTaskCount(Integer taskCount)
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private String name
private Integer taskCount
| Constructor Detail |
|---|
AllocatedNode()
| Method Detail |
|---|
String getName()
Integer getTaskCount()
void setName(String name)
void setTaskCount(Integer taskCount)
String toString()
Groovy Documentation