org.kuali.kfs.module.cg.businessobject.defaultvalue
Class NextSubcontractorNumberFinder

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

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

Gets the next subcontract number from the database sequence.


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

Constructor Detail

NextSubcontractorNumberFinder

public NextSubcontractorNumberFinder()
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 value as a Long.

Returns:

getStringValue

public static String getStringValue()
Gets the next sequence number value as a String.



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