public class Doi extends Object implements Serializable
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 |
Constructor and Description |
---|
Doi() |
Doi(String logical_id,
String ver,
String doi,
Timestamp date,
String url,
String email,
String comment) |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
Timestamp |
getDate() |
String |
getDoi() |
String |
getEmail() |
String |
getLog_identifier() |
String |
getUrl() |
String |
getVersion() |
void |
setComment(String comment) |
void |
setDate(Timestamp date) |
void |
setDoi(String doi) |
void |
setEmail(String email) |
void |
setLog_identifier(String log_identifier) |
void |
setUrl(String url) |
void |
setVersion(String version) |
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(String logical_id, String ver, String doi, Timestamp date, String url, String email, String comment)
ClassNotFoundException
SQLException
public Doi()
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 Timestamp getDate()
public void setDate(Timestamp 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 setCopyright © 2019. All rights reserved.