public class HarvestDetailLog
extends java.lang.Object
Constructor and Description |
---|
HarvestDetailLog(Harvester harvester,
java.sql.Connection conn,
int detailLogID,
int harvestLogID,
HarvestDocument harvestDocument,
java.lang.String errorMessage)
Creates a new instance of HarvestDetailLog and inserts the data into
the HARVEST_DETAIL_LOG table.
|
Modifier and Type | Method and Description |
---|---|
void |
printOutput(java.io.PrintStream out)
Prints the contents of this HarvestLog object.
|
public HarvestDetailLog(Harvester harvester, java.sql.Connection conn, int detailLogID, int harvestLogID, HarvestDocument harvestDocument, java.lang.String errorMessage)
harvester
- the Harvester parent objectconn
- the database connectiondetailLogID
- primary key in the HARVEST_LOG tableharvestLogID
- foreign key value matching the HARVEST_LOG tableharvestDocument
- HarvestDocument object that generated an errorerrorMessage
- text of the error messageCopyright © 2020 Regents of the University of California. All Rights Reserved.