|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.RegularExpression
public class RegularExpression
RegularExpression
Field Summary | |
---|---|
static java.lang.String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
RegularExpression()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getErrorMessage()
|
int |
getIdExpression()
|
java.lang.String |
getInformationMessage()
|
java.lang.String |
getResourceId()
RBAC resource implmentation |
java.lang.String |
getResourceTypeCode()
RBAC resource implmentation |
java.lang.String |
getTitle()
|
java.lang.String |
getValidExemple()
|
java.lang.String |
getValue()
|
int |
hashCode()
|
boolean |
isMatches(java.lang.String strValueToTest)
return true if the value in parameter verify regular expression |
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 |
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 |
Field Detail |
---|
public static final java.lang.String RESOURCE_TYPE
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 isMatches(java.lang.String strValueToTest)
strValueToTest
- the value to test
public java.lang.String getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public java.lang.String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public 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 |