|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ls.util.validation.ValidatorRuleSet
Contains the definition of a rule.
Field Summary | |
String |
defaultValue
The default value |
String |
fieldName
The field name |
boolean |
isMandatory
A booean variable that shows that is mandatory or not |
int |
maxLength
The maximum length |
int |
minLength
The minimum length |
String |
typeCode
The type code name |
Constructor Summary | |
ValidatorRuleSet(String fieldName,
String typeCode,
String isMandatory,
String defaultValue,
String minLength,
String maxLength)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String fieldName
public String typeCode
public boolean isMandatory
public String defaultValue
public int maxLength
public int minLength
Constructor Detail |
public ValidatorRuleSet(String fieldName, String typeCode, String isMandatory, String defaultValue, String minLength, String maxLength)
fieldName
- The name of the fieldtypeCode
- The code of typeisMandatory
- A boolean variable that shows that the function is mandatory or notdefaultValue
- The default valueminLength
- Miminum lengthmaxLength
- Maximum length
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |