public abstract class AbstractFlatFileObjectSpecification extends Object implements FlatFileObjectSpecification
| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
businessObjectClass |
protected Class<?> |
parentBusinessObjectClass |
protected String |
parentTargetProperty |
protected List<FlatFilePropertySpecification> |
parseProperties |
| Constructor and Description |
|---|
AbstractFlatFileObjectSpecification() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getBusinessObjectClass() |
Class<?> |
getParentBusinessObjectClass() |
String |
getParentTargetProperty() |
List<FlatFilePropertySpecification> |
getParseProperties() |
void |
setBusinessObjectClass(Class<?> businessObjectClass) |
void |
setParentBusinessObjectClass(Class<?> parentBusinessObjectClass) |
void |
setParentTargetProperty(String parentProperty) |
void |
setParseProperties(List<FlatFilePropertySpecification> parseProperties) |
protected Class<?> businessObjectClass
protected List<FlatFilePropertySpecification> parseProperties
protected Class<?> parentBusinessObjectClass
protected String parentTargetProperty
public AbstractFlatFileObjectSpecification()
public Class<?> getBusinessObjectClass()
getBusinessObjectClass in interface FlatFileObjectSpecificationpublic void setBusinessObjectClass(Class<?> businessObjectClass)
public List<FlatFilePropertySpecification> getParseProperties()
getParseProperties in interface FlatFileObjectSpecificationpublic void setParseProperties(List<FlatFilePropertySpecification> parseProperties)
public Class<?> getParentBusinessObjectClass()
getParentBusinessObjectClass in interface FlatFileObjectSpecificationpublic void setParentBusinessObjectClass(Class<?> parentBusinessObjectClass)
public String getParentTargetProperty()
getParentTargetProperty in interface FlatFileObjectSpecificationpublic void setParentTargetProperty(String parentProperty)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.