com.konakartadmin.app
Class AdminCustomValidator

java.lang.Object
  extended by com.konakartadmin.app.AdminCustomValidator

public class AdminCustomValidator
extends java.lang.Object

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

minStr

private java.lang.String minStr
minimum as String


maxStr

private java.lang.String maxStr
maximum as String


minInt

private java.lang.Integer minInt
minimum as Integer


maxInt

private java.lang.Integer maxInt
maximum as Integer


minDouble

private java.lang.Double minDouble
minimum as Double


maxDouble

private java.lang.Double maxDouble
maximum as Double

Constructor Detail

AdminCustomValidator

public AdminCustomValidator()
Constructor

Method Detail

clear

public void clear()
Clears this AdminCustomValidator to its starting state


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the AdminMessageSet object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing the attributes of the AdminMessageSet object.

getMinInt

public java.lang.Integer getMinInt()
Returns:
Returns the minInt.

setMinInt

public void setMinInt(java.lang.Integer minInt)
Parameters:
minInt - The minInt to set.

getMaxInt

public java.lang.Integer getMaxInt()
Returns:
Returns the maxInt.

setMaxInt

public void setMaxInt(java.lang.Integer maxInt)
Parameters:
maxInt - The maxInt to set.

getMinDouble

public java.lang.Double getMinDouble()
Returns:
Returns the minDouble.

setMinDouble

public void setMinDouble(java.lang.Double minDouble)
Parameters:
minDouble - The minDouble to set.

getMaxDouble

public java.lang.Double getMaxDouble()
Returns:
Returns the maxDouble.

setMaxDouble

public void setMaxDouble(java.lang.Double maxDouble)
Parameters:
maxDouble - The maxDouble to set.

getMinStr

public java.lang.String getMinStr()
Returns:
Returns the minStr.

setMinStr

public void setMinStr(java.lang.String minStr)
Parameters:
minStr - The minStr to set.

getMaxStr

public java.lang.String getMaxStr()
Returns:
Returns the maxStr.

setMaxStr

public void setMaxStr(java.lang.String maxStr)
Parameters:
maxStr - The maxStr to set.


Copyright © 2011 DS Data Systems UK Ltd.