public class Dilemma extends GenericModel
| Constructor and Description | 
|---|
| Dilemma() | 
| Modifier and Type | Method and Description | 
|---|---|
| Problem | getProblem()Gets the problem. | 
| Resolution | getResolution()Gets the resolution. | 
| void | setProblem(Problem problem)Sets the problem. | 
| void | setResolution(Resolution resolution)Sets the resolution. | 
| Dilemma | withProblem(Problem problem)With problem. | 
| Dilemma | withResolution(Resolution resolution)With resolution. | 
equals, hashCode, toStringpublic Problem getProblem()
public Resolution getResolution()
public void setProblem(Problem problem)
problem - The problempublic void setResolution(Resolution resolution)
resolution - The resolutionpublic Dilemma withProblem(Problem problem)
problem - the problempublic Dilemma withResolution(Resolution resolution)
resolution - the resolutionCopyright © 2015–2016. All rights reserved.