Class ValidatorBean.ValidatorBeanEntry
- java.lang.Object
-
- org.nuiton.validator.xwork2.field.ValidatorBean.ValidatorBeanEntry
-
- Enclosing class:
- ValidatorBean
public static class ValidatorBean.ValidatorBeanEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
intValue
protected String
stringValue
protected String
stringValue2
-
Constructor Summary
Constructors Constructor Description ValidatorBeanEntry(int intValue, String stringValue)
ValidatorBeanEntry(int intValue, String stringValue, String stringValue2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIntValue()
String
getStringValue()
String
getStringValue2()
void
setIntValue(int intValue)
void
setStringValue(String stringValue)
void
setStringValue2(String stringValue2)
-
-
-
Method Detail
-
getIntValue
public int getIntValue()
-
setIntValue
public void setIntValue(int intValue)
-
getStringValue
public String getStringValue()
-
setStringValue
public void setStringValue(String stringValue)
-
getStringValue2
public String getStringValue2()
-
setStringValue2
public void setStringValue2(String stringValue2)
-
-