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