|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.FormError
public class FormError
class FormError
Constructor Summary | |
---|---|
FormError()
|
Method Summary | |
---|---|
java.lang.String |
getErrorMessage()
Gets the error Message |
java.lang.String |
getTitleQuestion()
|
boolean |
isMandatoryError()
return true if the error is a mandatory error |
void |
setErrorMessage(java.lang.String errorMessage)
set the error message |
void |
setMandatoryError(boolean mandatoryError)
set true if the error is a mandatory error |
void |
setTitleQuestion(java.lang.String titleMandatoryQuestion)
set the title of the mandatory question |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormError()
Method Detail |
---|
public boolean isMandatoryError()
public void setMandatoryError(boolean mandatoryError)
mandatoryError
- true if the error is a mandatory errorpublic java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String errorMessage)
errorMessage
- the erroer messagepublic java.lang.String getTitleQuestion()
public void setTitleQuestion(java.lang.String titleMandatoryQuestion)
titleMandatoryQuestion
- the title of the mandatory question
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |