|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakartadmin.app.AdminCustomValidator
public class AdminCustomValidator
AdminCustomValidator object for holding some field validation rules
| Field Summary | |
|---|---|
private java.lang.Double |
maxDouble
maximum as Double |
private java.lang.Integer |
maxInt
maximum as Integer |
private java.lang.String |
maxStr
maximum as String |
private java.lang.Double |
minDouble
minimum as Double |
private java.lang.Integer |
minInt
minimum as Integer |
private java.lang.String |
minStr
minimum as String |
| Constructor Summary | |
|---|---|
AdminCustomValidator()
Constructor |
|
| Method Summary | |
|---|---|
void |
clear()
Clears this AdminCustomValidator to its starting state |
java.lang.Double |
getMaxDouble()
|
java.lang.Integer |
getMaxInt()
|
java.lang.String |
getMaxStr()
|
java.lang.Double |
getMinDouble()
|
java.lang.Integer |
getMinInt()
|
java.lang.String |
getMinStr()
|
void |
setMaxDouble(java.lang.Double maxDouble)
|
void |
setMaxInt(java.lang.Integer maxInt)
|
void |
setMaxStr(java.lang.String maxStr)
|
void |
setMinDouble(java.lang.Double minDouble)
|
void |
setMinInt(java.lang.Integer minInt)
|
void |
setMinStr(java.lang.String minStr)
|
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String minStr
private java.lang.String maxStr
private java.lang.Integer minInt
private java.lang.Integer maxInt
private java.lang.Double minDouble
private java.lang.Double maxDouble
| Constructor Detail |
|---|
public AdminCustomValidator()
| Method Detail |
|---|
public void clear()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringBrief()
public java.lang.Integer getMinInt()
public void setMinInt(java.lang.Integer minInt)
minInt - The minInt to set.public java.lang.Integer getMaxInt()
public void setMaxInt(java.lang.Integer maxInt)
maxInt - The maxInt to set.public java.lang.Double getMinDouble()
public void setMinDouble(java.lang.Double minDouble)
minDouble - The minDouble to set.public java.lang.Double getMaxDouble()
public void setMaxDouble(java.lang.Double maxDouble)
maxDouble - The maxDouble to set.public java.lang.String getMinStr()
public void setMinStr(java.lang.String minStr)
minStr - The minStr to set.public java.lang.String getMaxStr()
public void setMaxStr(java.lang.String maxStr)
maxStr - The maxStr to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||