org.apache.commons.scaffold.util
Class FunctionBean

java.lang.Object
  extended by org.apache.commons.scaffold.util.FunctionBean

public class FunctionBean
extends Object


Constructor Summary
FunctionBean()
           
 
Method Summary
 Integer getCount()
          Return the count.
 void setCount(Integer count)
          Set the count.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionBean

public FunctionBean()
Method Detail

getCount

public Integer getCount()
Return the count.

Returns:
the count

setCount

public void setCount(Integer count)
Set the count.

Parameters:
count - The new count


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.