|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ace.mws.jobs.JobBlock
class JobBlock
Field Summary | |
---|---|
private JobBlockCategory |
category
|
private String |
message
|
private JobBlockType |
type
|
Constructor Summary | |
JobBlock()
|
Method Summary | |
---|---|
JobBlockCategory
|
getCategory()
|
String
|
getMessage()
|
JobBlockType
|
getType()
|
void
|
setCategory(JobBlockCategory category)
|
void
|
setMessage(String message)
|
void
|
setType(JobBlockType type)
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private JobBlockCategory category
private String message
private JobBlockType type
Constructor Detail |
---|
JobBlock()
Method Detail |
---|
JobBlockCategory getCategory()
String getMessage()
JobBlockType getType()
void setCategory(JobBlockCategory category)
void setMessage(String message)
void setType(JobBlockType type)
String toString()
Groovy Documentation