RichFaces Examples Validators 4.1.0.20111101-M4

org.richfaces.example
Class BooleanBean

java.lang.Object
  extended by org.richfaces.example.Validable<Boolean>
      extended by org.richfaces.example.BooleanBean

public class BooleanBean
extends Validable<Boolean>

Author:
asmirnov

Constructor Summary
BooleanBean()
           
 
Method Summary
 String getDescription()
           
 String getLabel()
           
 Boolean getValue()
           
 void setValue(Boolean 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

BooleanBean

public BooleanBean()
Method Detail

getValue

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

setValue

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

getDescription

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

getLabel

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

RichFaces Examples Validators 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.