|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinsensa.commands.AbstractCommandProblem
public class AbstractCommandProblem
| Field Summary | |
|---|---|
private java.lang.String |
errorMessage
|
private java.util.List<ISolution> |
solutions
|
| Constructor Summary | |
|---|---|
AbstractCommandProblem()
|
|
| Method Summary | |
|---|---|
void |
addSolution(ISolution solution)
|
java.lang.String |
getErrorMessage()
|
java.util.List<ISolution> |
getSolutions()
|
void |
setErrorMessage(java.lang.String errorMessage)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.List<ISolution> solutions
private java.lang.String errorMessage
| Constructor Detail |
|---|
public AbstractCommandProblem()
| Method Detail |
|---|
public void addSolution(ISolution solution)
addSolution in interface ICommandProblemICommandProblem.addSolution(insensa.commands.ISolution)public java.lang.String getErrorMessage()
getErrorMessage in interface ICommandProblemICommandProblem.getErrorMessage()public java.util.List<ISolution> getSolutions()
getSolutions in interface ICommandProblemICommandProblem.getSolutions()public void setErrorMessage(java.lang.String errorMessage)
setErrorMessage in interface ICommandProblemICommandProblem.setErrorMessage(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||