RichFaces Examples Validators 4.3.3.Final

org.richfaces.example
Class MinBean

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

public class MinBean
extends Validable<Integer>

Author:
asmirnov

Constructor Summary
MinBean()
           
 
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

MinBean

public MinBean()
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.3.3.Final

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