public class Submission extends DBConnector
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
ARCHIVE_STATUS_TABLE_NAME, CERTIFICATION_STATUS_TABLE_NAME, ISO_BASIC, NSSDCA_STATUS_TABLE_NAME
Constructor and Description |
---|
Submission() |
Modifier and Type | Method and Description |
---|---|
int |
getDel_identifier() |
Timestamp |
getSubmissionDate() |
void |
insertSubmission(int deliveryIdentifier,
String status,
String email,
String comment) |
void |
setDel_identifier(int del_identifier) |
void |
setSubmissionDate(Timestamp submissionDate) |
getConnection
public Submission() throws ClassNotFoundException, SQLException
ClassNotFoundException
SQLException
public int getDel_identifier()
public void setDel_identifier(int del_identifier)
del_identifier,
- the del_identifier to setpublic Timestamp getSubmissionDate()
public void setSubmissionDate(Timestamp submissionDate)
submissionDate,
- the submissionDate to setCopyright © 2019. All rights reserved.