public class ScanFileFieldMapping extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected SimpleDateFormat |
dateFormat |
protected String |
dateFormatStr |
static SimpleDateFormat |
DEFAULT_DATE_FORMAT |
protected String |
sourceAttribute |
protected String |
sourceXPath |
protected String |
targetType |
protected String |
targetXPath |
Constructor and Description |
---|
ScanFileFieldMapping() |
Modifier and Type | Method and Description |
---|---|
SimpleDateFormat |
getDateFormat() |
String |
getSourceAttribute() |
String |
getSourceXPath() |
String |
getTargetType() |
String |
getTargetXPath() |
public static final SimpleDateFormat DEFAULT_DATE_FORMAT
protected String sourceXPath
protected String sourceAttribute
protected String targetXPath
protected String targetType
protected String dateFormatStr
protected SimpleDateFormat dateFormat
public ScanFileFieldMapping()
public SimpleDateFormat getDateFormat()
public String getSourceXPath()
public String getSourceAttribute()
public String getTargetXPath()
public String getTargetType()
Copyright © 2015 Nuxeo SA. All rights reserved.