org.kuali.kfs.gl.batch
Class CollectorBatchTrailerRecordFieldUtil

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

public class CollectorBatchTrailerRecordFieldUtil
extends BusinessObjectStringParserFieldUtils

This class has utility methods for parsing CollectorBatch from Strings for trailer record


Field Summary
 
Fields inherited from class org.kuali.kfs.sys.businessobject.BusinessObjectStringParserFieldUtils
LOG
 
Constructor Summary
CollectorBatchTrailerRecordFieldUtil()
           
 
Method Summary
 Class<? extends org.kuali.rice.kns.bo.BusinessObject> getBusinessObjectClass()
          Returns the class to parse into - CollectorBatch
 String[] getOrderedProperties()
          Returns the fields to be parsed from a String, in order, to form a CollectorBatch
 
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

CollectorBatchTrailerRecordFieldUtil

public CollectorBatchTrailerRecordFieldUtil()
Method Detail

getBusinessObjectClass

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

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 a CollectorBatch

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.