org.richfaces.example
Class BooleanBean
java.lang.Object
org.richfaces.example.Validable<Boolean>
org.richfaces.example.BooleanBean
public class BooleanBean
- extends Validable<Boolean>
- Author:
- asmirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanBean
public BooleanBean()
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>
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.