|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.design.JRValidationFault
public class JRValidationFault
A report validation fault.
JRVerifier,
Serialized Form| Constructor Summary | |
|---|---|
JRValidationFault()
Creates an empty fault. |
|
| Method Summary | |
|---|---|
String |
getMessage()
Returns the fault message/description. |
Object |
getSource()
Returns the fault source object. |
void |
setMessage(String message)
Sets the fault message/description. |
void |
setSource(Object source)
Set the fault source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRValidationFault()
| Method Detail |
|---|
public String getMessage()
public void setMessage(String message)
message - the descriptionpublic Object getSource()
expression,
or a report element.
public void setSource(Object source)
source - the fault source
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||