public class GoalPlanResultBDI.BGoal
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
result |
| Constructor and Description |
|---|
BGoal() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResult()
Get the result.
|
void |
setResult(java.lang.String result)
Set the result.
|