|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object insensa.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 ICommandProblem
ICommandProblem.addSolution(insensa.commands.ISolution)
public java.lang.String getErrorMessage()
getErrorMessage
in interface ICommandProblem
ICommandProblem.getErrorMessage()
public java.util.List<ISolution> getSolutions()
getSolutions
in interface ICommandProblem
ICommandProblem.getSolutions()
public void setErrorMessage(java.lang.String errorMessage)
setErrorMessage
in interface ICommandProblem
ICommandProblem.setErrorMessage(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |