org.kuali.kfs.gl.businessobject
Class CollectorDetailFieldUtil

java.lang.Object
  extended by org.kuali.kfs.sys.businessobject.BusinessObjectStringParserFieldUtils
      extended by org.kuali.kfs.gl.businessobject.CollectorDetailFieldUtil

public class CollectorDetailFieldUtil
extends BusinessObjectStringParserFieldUtils

This class has utility methods for parsing OriginEntries from Strings


Field Summary
 
Fields inherited from class org.kuali.kfs.sys.businessobject.BusinessObjectStringParserFieldUtils
LOG
 
Constructor Summary
CollectorDetailFieldUtil()
           
 
Method Summary
 Class<? extends org.kuali.rice.kns.bo.BusinessObject> getBusinessObjectClass()
          Returns the class to parse into - OriginEntryFull
 String[] getOrderedProperties()
          Returns the fields to be parsed from a String, in order, to form an OriginEntryFull
 
Methods inherited from class org.kuali.kfs.sys.businessobject.BusinessObjectStringParserFieldUtils
getFieldBeginningPositionMap, getFieldLengthMap, initializeFieldBeginningPositionMap, initializeFieldLengthMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectorDetailFieldUtil

public CollectorDetailFieldUtil()
Method Detail

getBusinessObjectClass

public Class<? extends org.kuali.rice.kns.bo.BusinessObject> getBusinessObjectClass()
Returns the class to parse into - OriginEntryFull

Specified by:
getBusinessObjectClass in class BusinessObjectStringParserFieldUtils
Returns:
the class of the BusinessObject that this utility class will help parse from a String
See Also:
BusinessObjectStringParserFieldUtils.getBusinessObjectClass()

getOrderedProperties

public String[] getOrderedProperties()
Returns the fields to be parsed from a String, in order, to form an OriginEntryFull

Specified by:
getOrderedProperties in class BusinessObjectStringParserFieldUtils
Returns:
an array of String names of fields in a business object in the order they will show up in the String to be parsed
See Also:
BusinessObjectStringParserFieldUtils.getOrderedProperties()


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