org.richfaces.example
Class GraphValidatorBean
java.lang.Object
org.richfaces.example.GraphValidatorBean
- All Implemented Interfaces:
- Cloneable
public class GraphValidatorBean
- extends Object
- implements Cloneable
- Author:
- asmirnov
GraphValidatorBean
public GraphValidatorBean()
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.