com.agimatec.utility.fileimport
Class ImportControl
java.lang.Object
com.agimatec.utility.fileimport.ImportControl
- All Implemented Interfaces:
- Serializable
public class ImportControl
- extends Object
- implements Serializable
Description: a row in table import_control can be represented by an instance
of this class.
User: roman.stumm
Date: 30.08.2007
Time: 13:29:51
Copyright: Agimatec GmbH
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
importId
protected long importId
importName
protected String importName
startTime
protected Timestamp startTime
endTime
protected Timestamp endTime
status
protected ImportState status
rowCount
protected Integer rowCount
errorCount
protected Integer errorCount
description
protected String description
fileName
protected String fileName
errorMessage
protected String errorMessage
ImportControl
public ImportControl()
getEndTime
public Timestamp getEndTime()
getErrorCount
public Integer getErrorCount()
getImportId
public long getImportId()
getImportName
public String getImportName()
getRowCount
public Integer getRowCount()
getStartTime
public Timestamp getStartTime()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getFileName
public String getFileName()
setFileName
public void setFileName(String fileName)
setEndTime
public void setEndTime(Timestamp endTime)
setErrorCount
public void setErrorCount(Integer errorCount)
setImportId
public void setImportId(long importId)
setImportName
public void setImportName(String importName)
setRowCount
public void setRowCount(Integer rowCount)
setStartTime
public void setStartTime(Timestamp startTime)
getStatus
public ImportState getStatus()
setStatus
public void setStatus(ImportState status)
getErrorMessage
public String getErrorMessage()
setErrorMessage
public void setErrorMessage(String errorMessage)
Copyright © 2008-2011. All Rights Reserved.