public class Doi extends DBConnector
Modifier and Type | Field and Description |
---|---|
static String |
COMMENTCOLUME |
static String |
DATECOLUME |
static String |
DOICOLUME |
static String |
EMAILCOLUME |
static String |
LOG_IDENTIFIERCOLUME |
static org.apache.log4j.Logger |
logger |
static String |
URLCOLUME |
static String |
VERSIONCOLUME |
ARCHIVE_STATUS_TABLE_NAME, CERTIFICATION_STATUS_TABLE_NAME, ISO_BASIC, NSSDCA_STATUS_TABLE_NAME
Constructor and Description |
---|
Doi() |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getDate() |
String |
getDoi() |
List<Doi> |
getDOIList() |
List<Doi> |
getDOIList(String logical_identifier,
String ver)
DOI Query - Query the doi table for the DOI and associated information of a given product.
|
String |
getEmail() |
String |
getLog_identifier() |
String |
getUrl() |
String |
getVersion() |
void |
insertDOI(String logical_identifier,
String ver,
String doi,
String date,
String url,
String email,
String comment) |
void |
setComment(String comment) |
void |
setDate(String date) |
void |
setDoi(String doi) |
void |
setEmail(String email) |
void |
setLog_identifier(String log_identifier) |
void |
setUrl(String url) |
void |
setVersion(String version) |
void |
update(String logical_identifier,
String ver,
String url,
String email,
String comment) |
getConnection
public static org.apache.log4j.Logger logger
public static final String LOG_IDENTIFIERCOLUME
public static final String VERSIONCOLUME
public static final String DOICOLUME
public static final String DATECOLUME
public static final String URLCOLUME
public static final String EMAILCOLUME
public static final String COMMENTCOLUME
public Doi() throws ClassNotFoundException, SQLException
ClassNotFoundException
SQLException
public String getLog_identifier()
public void setLog_identifier(String log_identifier)
log_identifier,
- the log_identifier to setpublic String getVersion()
public void setVersion(String version)
version,
- the version to setpublic String getDoi()
public void setDoi(String doi)
doi,
- the doi to setpublic String getUrl()
public void setUrl(String url)
url,
- the url to setpublic String getDate()
public void setDate(String date)
date,
- the date 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 insertDOI(String logical_identifier, String ver, String doi, String date, String url, String email, String comment)
logical_identifier
- ver
- doi
- date
- url
- email
- comment
- public void update(String logical_identifier, String ver, String url, String email, String comment)
logical_identifier
- ver
- url
- Copyright © 2010–2018 Planetary Data System. All rights reserved.