Richfaces Examples: Richfaces Showcase Application 4.1.0.20110805-M1

org.richfaces.demo.validation
Class ValidationBean

java.lang.Object
  extended by org.richfaces.demo.validation.ValidationBean

public class ValidationBean
extends Object


Constructor Summary
ValidationBean()
           
 
Method Summary
 Integer getAge()
           
 String getCountry()
           
 String getEmail()
           
 String getJobTitle()
           
 String getName()
           
 boolean isAgreed()
           
 void setAge(Integer age)
           
 void setAgreed(boolean agreed)
           
 void setCountry(String country)
           
 void setEmail(String email)
           
 void setJobTitle(String jobTitle)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationBean

public ValidationBean()
Method Detail

isAgreed

public boolean isAgreed()

setAgreed

public void setAgreed(boolean agreed)

getName

public String getName()

setName

public void setName(String name)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getAge

public Integer getAge()

setAge

public void setAge(Integer age)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getJobTitle

public String getJobTitle()

setJobTitle

public void setJobTitle(String jobTitle)

Richfaces Examples: Richfaces Showcase Application 4.1.0.20110805-M1

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