public class Status 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| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getDate() |
String |
getEmail() |
String |
getLogIdentifier() |
String |
getStatus() |
String |
getStatusCOLUMN() |
List<Status> |
getStatusOrderByVersion() |
List<Status> |
getStatusOrderByVersion(String title) |
String |
getTableName() |
String |
getVersion() |
void |
setComment(String comment) |
void |
setDate(String date) |
void |
setEmail(String email) |
void |
setLogIdentifier(String logIdentifier) |
void |
setStatus(String status) |
void |
setStatusCOLUMN(String statusCOLUMN) |
void |
setTableName(String tableName) |
void |
setVersion(String version) |
getConnectionpublic Status()
throws ClassNotFoundException,
SQLException
ClassNotFoundExceptionSQLExceptionpublic Status(String tblName) throws ClassNotFoundException, SQLException
ClassNotFoundExceptionSQLExceptionpublic String getTableName()
public void setTableName(String tableName)
tableName - the tableName to setpublic String getStatusCOLUMN()
public void setStatusCOLUMN(String statusCOLUMN)
statusCOLUMN - the statusCOLUMN to setpublic String getLogIdentifier()
public void setLogIdentifier(String logIdentifier)
logIdentifier - the logIdentifier to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic String getDate()
public void setDate(String 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 setpublic List<Status> getStatusOrderByVersion()
Copyright © 2019. All rights reserved.