public class Stage extends Object
| Constructor and Description |
|---|
Stage() |
Stage(int id,
String name,
int counter,
String result,
String approvedBy,
List<Job> jobs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApprovedBy() |
int |
getCounter() |
int |
getId() |
List<Job> |
getJobs() |
String |
getName() |
String |
getResult() |
int |
hashCode() |
List<String> |
jobNames() |
Copyright © 2016. All rights reserved.