public class Dilemma extends Object
| Constructor and Description |
|---|
Dilemma() |
| Modifier and Type | Method and Description |
|---|---|
Problem |
getProblem() |
Resolution |
getResolution() |
void |
setProblem(Problem problem) |
void |
setResolution(Resolution resolution) |
String |
toString() |
Dilemma |
withProblem(Problem problem) |
Dilemma |
withResolution(Resolution resolution)
With resolution.
|
public Problem getProblem()
public void setProblem(Problem problem)
problem - The problempublic Resolution getResolution()
public void setResolution(Resolution resolution)
resolution - The resolutionpublic Dilemma withResolution(Resolution resolution)
resolution - the resolutionCopyright © 2015. All rights reserved.