|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.server.ValidationIssue
public class ValidationIssue
The class represents issues related to design-time validation of some aspect of a TDI Component. It is reminiscent of the Eclipse IMarker abstraction.
Constructor Summary | |
---|---|
ValidationIssue(int severity,
String problem,
BaseConfiguration config,
String message)
Constructor. |
Method Summary | |
---|---|
BaseConfiguration |
getConfig()
Return the configuration that has the problem. |
String |
getMessage()
Return the message that will be displayed. |
String |
getProblem()
Return the problem. |
int |
getSeverity()
Return the level of the problem. |
void |
setConfig(BaseConfiguration config)
Set configuration that has the problem. |
void |
setMessage(String message)
Set message that will be displayed. |
void |
setProblem(String problem)
Set the problem. |
void |
setSeverity(int severity)
Set level of the problem. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationIssue(int severity, String problem, BaseConfiguration config, String message)
severity
- the level of the problem.problem
- the problem.config
- that has the problem.message
- that will be displayed.Method Detail |
---|
public int getSeverity()
public void setSeverity(int severity)
severity
- the severity to be setpublic String getProblem()
public void setProblem(String problem)
problem
- the problem to be setpublic BaseConfiguration getConfig()
public void setConfig(BaseConfiguration config)
config
- the configuration to be set.public String getMessage()
public void setMessage(String message)
message
- the message to be set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |