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.
|
equals, hashCode, toString
public Problem getProblem()
public Resolution getResolution()
public void setProblem(Problem problem)
problem
- The problempublic void setResolution(Resolution resolution)
resolution
- The resolution