public class SubmissionAndStatus extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
SubmissionAndStatus() |
SubmissionAndStatus(int deliveryIdentifier,
Timestamp subDateTime,
Timestamp statusDateTime,
String status,
String email,
String comment) |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
int |
getDel_identifier() |
String |
getEmail() |
String |
getStatus() |
Timestamp |
getStatusDate() |
Timestamp |
getSubmissionDate() |
void |
setComment(String comment) |
void |
setDel_identifier(int del_identifier) |
void |
setEmail(String email) |
void |
setStatus(String status) |
void |
setStatusDate(Timestamp statusDate) |
void |
setSubmissionDate(Timestamp submissionDate) |
public SubmissionAndStatus(int deliveryIdentifier, Timestamp subDateTime, Timestamp statusDateTime, String status, String email, String comment)
public SubmissionAndStatus()
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 setpublic Timestamp getStatusDate()
public void setStatusDate(Timestamp statusDate)
statusDate,
- the statusDate to setpublic String getStatus()
public void setStatus(String status)
status,
- the status to setpublic String getEmail()
public void setEmail(String email)
email,
- the email to setpublic String getComment()
public void setComment(String comment)
comment,
- the comment to setCopyright © 2019. All rights reserved.