RichFaces Examples Validators 4.2.0.CR1

org.richfaces.example
Class MinMaxBean

java.lang.Object
  extended by org.richfaces.example.Validable<Integer>
      extended by org.richfaces.example.MinMaxBean

public class MinMaxBean
extends Validable<Integer>

Author:
asmirnov

Constructor Summary
MinMaxBean()
           
 
Method Summary
 String getDescription()
           
 String getLabel()
           
 Integer getValue()
           
 void setValue(Integer intValue)
           
 
Methods inherited from class org.richfaces.example.Validable
getConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinMaxBean

public MinMaxBean()
Method Detail

getValue

public Integer getValue()
Overrides:
getValue in class Validable<Integer>
Returns:
the intValue

setValue

public void setValue(Integer intValue)
Overrides:
setValue in class Validable<Integer>
Parameters:
intValue - the intValue to set

getDescription

public String getDescription()
Specified by:
getDescription in class Validable<Integer>

getLabel

public String getLabel()
Specified by:
getLabel in class Validable<Integer>

RichFaces Examples Validators 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.