public interface FlatFilePropertySpecification
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName() |
void |
setProperty(String value,
Object businessObject,
int lineNumber)
Sets the property on the business object
|
void setProperty(String value, Object businessObject, int lineNumber)
value - the substring of the parsed line to setbusinessObject - the business object to set the parsed line onlineNumber - the current line numberString getPropertyName()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.