예제 #1
0
 /* Un-document */
 public void setComment(String comment) {
   model.comment = comment;
 }
예제 #2
0
 public void setRunningCluster(String runningCluster) {
   model.runningCluster = runningCluster;
 }
예제 #3
0
 /* Un-document */
 public void setName(String name) {
   model.name = name;
 }
예제 #4
0
 /* Un-document */
 public void setPriority(int priority) {
   model.priority = priority;
 }