org.kuali.kfs.gl.batch
Class CollectorBatchTrailerRecordFieldUtil
java.lang.Object
org.kuali.kfs.sys.businessobject.BusinessObjectStringParserFieldUtils
org.kuali.kfs.gl.batch.CollectorBatchTrailerRecordFieldUtil
public class CollectorBatchTrailerRecordFieldUtil
- extends BusinessObjectStringParserFieldUtils
This class has utility methods for parsing CollectorBatch from Strings for trailer record
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectorBatchTrailerRecordFieldUtil
public CollectorBatchTrailerRecordFieldUtil()
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.