|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.DirectoryError
public class DirectoryError
class DirectoryError
Constructor Summary | |
---|---|
DirectoryError()
|
Method Summary | |
---|---|
java.lang.String |
getErrorMessage()
Gets the error Message |
java.lang.String |
getTitleField()
|
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 |
setTitleField(java.lang.String titleField)
set the title of the field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryError()
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 getTitleField()
public void setTitleField(java.lang.String titleField)
titleField
- the title of the field
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |