public class Dilemma extends Object
| 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.
|
String |
toString() |
Dilemma |
withProblem(Problem problem)
With problem.
|
Dilemma |
withResolution(Resolution resolution)
With resolution.
|
public Problem getProblem()
public void setProblem(Problem problem)
problem - The problempublic Dilemma withProblem(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.