public class RegularExpression extends Object
Constructor and Description |
---|
RegularExpression() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getErrorMessage()
return the error message
|
int |
getIdExpression()
return the id of the regular expression
|
String |
getInformationMessage()
return the information message
|
String |
getTitle()
return the title of the regular expression
|
String |
getValidExemple()
return a valid exemple which is validate by the regular expression
|
String |
getValue()
return the value of the regular expression
|
int |
hashCode() |
void |
setErrorMessage(String errorMessage)
set the error message
|
void |
setIdExpression(int idExpression)
set the id of the regular expression
|
void |
setInformationMessage(String informationMessage)
set the information message
|
void |
setTitle(String title)
set the title of the regular expression
|
void |
setValidExemple(String exempleValide)
set a valid exemple which is validate by the regular expression
|
void |
setValue(String value)
set the value of the regular expression
|
public int getIdExpression()
public void setIdExpression(int idExpression)
idExpression
- the id of the regular expressionpublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage
- the error messagepublic String getValidExemple()
public void setValidExemple(String exempleValide)
exempleValide
- a valid exemplepublic String getInformationMessage()
public void setInformationMessage(String informationMessage)
informationMessage
- the information messagepublic String getTitle()
public void setTitle(String title)
title
- the title of the regular expressionpublic String getValue()
public void setValue(String value)
value
- the value of the regular expressionpublic boolean equals(Object obj)
Copyright © 2020 City of Paris. All rights reserved.