|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.regularexpression.RegularExpression
public class RegularExpression
RegularExpression
Constructor Summary | |
---|---|
RegularExpression()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getErrorMessage()
return the error message |
int |
getIdExpression()
return the id of the regular expression |
java.lang.String |
getInformationMessage()
return the information message |
java.lang.String |
getTitle()
return the title of the regular expression |
java.lang.String |
getValidExemple()
return a valid exemple which is validate by the regular expression |
java.lang.String |
getValue()
return the value of the regular expression |
int |
hashCode()
|
void |
setErrorMessage(java.lang.String errorMessage)
set the error message |
void |
setIdExpression(int idExpression)
set the id of the regular expression |
void |
setInformationMessage(java.lang.String informationMessage)
set the information message |
void |
setTitle(java.lang.String title)
set the title of the regular expression |
void |
setValidExemple(java.lang.String exempleValide)
set a valid exemple which is validate by the regular expression |
void |
setValue(java.lang.String value)
set the value of the regular expression |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegularExpression()
Method Detail |
---|
public int getIdExpression()
public void setIdExpression(int idExpression)
idExpression
- the id of the regular expressionpublic java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String errorMessage)
errorMessage
- the error messagepublic java.lang.String getValidExemple()
public void setValidExemple(java.lang.String exempleValide)
exempleValide
- a valid exemplepublic java.lang.String getInformationMessage()
public void setInformationMessage(java.lang.String informationMessage)
informationMessage
- the information messagepublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title of the regular expressionpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value of the regular expressionpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to compare
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |