org.kuali.kfs.module.ld.businessobject
Class LaborOriginEntryFieldUtil

java.lang.Object
  extended by org.kuali.kfs.sys.businessobject.BusinessObjectStringParserFieldUtils
      extended by org.kuali.kfs.module.ld.businessobject.LaborOriginEntryFieldUtil

public class LaborOriginEntryFieldUtil
extends BusinessObjectStringParserFieldUtils

This class has utility methods for OriginEntry


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

LaborOriginEntryFieldUtil

public LaborOriginEntryFieldUtil()
Method Detail

getBusinessObjectClass

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

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, in order, to parse to create a LaborOriginEntry

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.