org.kuali.kfs.module.cam.businessobject.defaultvalue
Class NextAssetNumberFinder

java.lang.Object
  extended by org.kuali.kfs.module.cam.businessobject.defaultvalue.NextAssetNumberFinder
All Implemented Interfaces:
org.kuali.rice.kns.lookup.valueFinder.ValueFinder

public class NextAssetNumberFinder
extends Object
implements org.kuali.rice.kns.lookup.valueFinder.ValueFinder

Returns the next Asset number available.


Constructor Summary
NextAssetNumberFinder()
           
 
Method Summary
static Long getLongValue()
          Gets the next sequence number as a long.
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NextAssetNumberFinder

public NextAssetNumberFinder()
Method Detail

getValue

public String getValue()
Specified by:
getValue in interface org.kuali.rice.kns.lookup.valueFinder.ValueFinder
See Also:
ValueFinder.getValue()

getLongValue

public static Long getLongValue()
Gets the next sequence number as a long.

Returns:


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.