public class Releases extends DBConnector
Modifier and Type | Field and Description |
---|---|
static String |
COMMENTCOLUME |
static String |
DATECOLUME |
static String |
DESCCOLUME |
static String |
EMAILCOLUME |
static org.apache.log4j.Logger |
logger |
static String |
LOGIDENTIFIERCOLUME |
static String |
NAMECOLUME |
static String |
VERSIONCOLUME |
ARCHIVE_STATUS_TABLE_NAME, CERTIFICATION_STATUS_TABLE_NAME, ISO_BASIC, NSSDCA_STATUS_TABLE_NAME
Constructor and Description |
---|
Releases() |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getDate() |
String |
getDescription() |
String |
getEmail() |
Releases |
getLatestReleases(String logical_identifier,
String ver) |
String |
getLogIdentifier() |
String |
getName() |
List<Releases> |
getReleasesList(String logical_identifier,
String ver) |
String |
getVersion() |
void |
insesrtReleases(String logical_identifier,
String ver,
String date,
String name,
String description,
String email,
String comment) |
void |
setComment(String comment) |
void |
setDate(String date) |
void |
setDescription(String description) |
void |
setEmail(String email) |
void |
setLogIdentifier(String logIdentifier) |
void |
setName(String name) |
void |
setVersion(String version) |
getConnection
public static org.apache.log4j.Logger logger
public static final String LOGIDENTIFIERCOLUME
public static final String VERSIONCOLUME
public static final String DATECOLUME
public static final String NAMECOLUME
public static final String DESCCOLUME
public static final String EMAILCOLUME
public static final String COMMENTCOLUME
public Releases() throws ClassNotFoundException, SQLException
ClassNotFoundException
SQLException
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 String getDate()
public void setDate(String date)
date,
- the date to setpublic String getName()
public void setName(String name)
name,
- the name to setpublic String getDescription()
public void setDescription(String description)
description,
- the description 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 void insesrtReleases(String logical_identifier, String ver, String date, String name, String description, String email, String comment)
public Releases getLatestReleases(String logical_identifier, String ver)
logical_identifier
- ver
- Copyright © 2010–2017 Planetary Data System. All rights reserved.