Groovy Documentation

com.ace.mws.jobs
[Groovy] Class JobBlock

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

category

private JobBlockCategory category


message

private String message


type

private JobBlockType type


 
Constructor Detail

JobBlock

JobBlock()


 
Method Detail

getCategory

JobBlockCategory getCategory()


getMessage

String getMessage()


getType

JobBlockType getType()


setCategory

void setCategory(JobBlockCategory category)


setMessage

void setMessage(String message)


setType

void setType(JobBlockType type)


toString

String toString()


 

Groovy Documentation