org.apache.commons.scaffold.util
Class FunctionBean

java.lang.Object
  extended byorg.apache.commons.scaffold.util.FunctionBean

public class FunctionBean
extends java.lang.Object


Constructor Summary
FunctionBean()
           
 
Method Summary
 java.lang.Integer getCount()
          Return the count.
 void setCount(java.lang.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 java.lang.Integer getCount()
Return the count.

Returns:
the count

setCount

public void setCount(java.lang.Integer count)
Set the count.

Parameters:
count - The new count


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.