RichFaces Examples Validators 4.3.3.Final

org.richfaces.example
Class GraphValidatorBean

java.lang.Object
  extended by org.richfaces.example.GraphValidatorBean
All Implemented Interfaces:
Cloneable

public class GraphValidatorBean
extends Object
implements Cloneable

Author:
asmirnov

Constructor Summary
GraphValidatorBean()
           
 
Method Summary
 String action()
           
 Object clone()
           
 String getActionResult()
           
 int getFirst()
           
 int getSecond()
           
 int getSumm()
           
 int getThird()
           
 void setActionResult(String actionResult)
           
 void setFirst(int first)
           
 void setSecond(int second)
           
 void setThird(int third)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphValidatorBean

public GraphValidatorBean()
Method Detail

getActionResult

public String getActionResult()
Returns:
the actionResult

setActionResult

public void setActionResult(String actionResult)
Parameters:
actionResult - the actionResult to set

getFirst

public int getFirst()
Returns:
the first

setFirst

public void setFirst(int first)
Parameters:
first - the first to set

getSecond

public int getSecond()
Returns:
the second

setSecond

public void setSecond(int second)
Parameters:
second - the second to set

getThird

public int getThird()
Returns:
the third

setThird

public void setThird(int third)
Parameters:
third - the third to set

getSumm

@Max(value=20L,
     message="Total value should be less then 20")
public int getSumm()
Returns:
total summ of the list values.

action

public String action()

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

RichFaces Examples Validators 4.3.3.Final

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