gov.nih.nci.caarray.services.fileparse2.parsers
Class DesignElementColumnsMap
java.lang.Object
gov.nih.nci.caarray.services.fileparse2.parsers.DesignElementColumnsMap
public class DesignElementColumnsMap
- extends java.lang.Object
- Author:
- TranP
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DesignElementColumnsMap
public DesignElementColumnsMap()
getTargetDesignElementClassName
public java.lang.String getTargetDesignElementClassName()
- Returns:
- Returns the targetDesignElementClass.
setTargetDesignElementClassName
public void setTargetDesignElementClassName(java.lang.String targetDesignElementClass)
- Parameters:
targetDesignElementClass
- The targetDesignElementClass to set.
getDesignElementColumn2PropertyMappings
public java.util.LinkedHashMap getDesignElementColumn2PropertyMappings()
- Returns:
- Returns the designElementAttributeColumnMappings.
setDesignElementColumn2PropertyMappings
public void setDesignElementColumn2PropertyMappings(java.util.LinkedHashMap designElementAttributeColumnMappings)
- Parameters:
designElementAttributeColumnMappings
- The designElementAttributeColumnMappings to set.
getDesignElementColumnNames
public java.lang.String[] getDesignElementColumnNames()
getTargetDesignElementPropertyNames
public java.lang.String[] getTargetDesignElementPropertyNames()
getTargetSimpleDesignElementClass
public org.apache.commons.beanutils.BasicDynaClass getTargetSimpleDesignElementClass()