public class NssdcaStatus extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
NssdcaStatus() |
NssdcaStatus(String logIdenf,
String ver,
Timestamp date,
String nda,
String email,
String comm) |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
Timestamp |
getDate() |
String |
getEmail() |
String |
getLogIdentifier() |
String |
getNssdca() |
String |
getVersion() |
void |
setComment(String comment) |
void |
setDate(Timestamp date) |
void |
setEmail(String email) |
void |
setLogIdentifier(String logIdentifier) |
void |
setNssdca(String nssdca) |
void |
setVersion(String version) |
public NssdcaStatus(String logIdenf, String ver, Timestamp date, String nda, String email, String comm)
public NssdcaStatus()
public String getLogIdentifier()
public void setLogIdentifier(String logIdentifier)
logIdentifier,
- the logIdentifier to setpublic String getVersion()
public void setVersion(String version)
version,
- the version to setpublic Timestamp getDate()
public void setDate(Timestamp date)
date,
- the date to setpublic String getNssdca()
public void setNssdca(String nssdca)
nssdca,
- the nssdca 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.