public class BranchingModel extends Object
| Constructor and Description |
|---|
BranchingModel() |
| Modifier and Type | Method and Description |
|---|---|
BranchingModel |
branchTypes(java.util.List<Object> branchTypes)
The active branch types.
|
BranchingModel |
development(Object development) |
boolean |
equals(java.lang.Object o) |
@Size(min=0,max=4) java.util.List<Object> |
getBranchTypes() |
Object |
getDevelopment() |
Object |
getProduction() |
int |
hashCode() |
BranchingModel |
production(Object production) |
void |
setBranchTypes(java.util.List<Object> branchTypes) |
void |
setDevelopment(Object development) |
void |
setProduction(Object production) |
java.lang.String |
toString() |
public BranchingModel branchTypes(java.util.List<Object> branchTypes)
@Size(min=0,
max=4)
public @Size(min=0,max=4) java.util.List<Object> getBranchTypes()
public void setBranchTypes(java.util.List<Object> branchTypes)
public BranchingModel production(Object production)
public Object getProduction()
public void setProduction(Object production)
public BranchingModel development(Object development)
public Object getDevelopment()
public void setDevelopment(Object development)