public class Releases extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
Releases() |
Releases(String logIdenf,
String ver,
Timestamp date,
Timestamp announceMDate,
String name,
String desc,
String email,
String comm) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
getAnnouncement_date() |
String |
getComment() |
Timestamp |
getDate() |
String |
getDescription() |
String |
getEmail() |
String |
getLogIdentifier() |
String |
getName() |
String |
getVersion() |
void |
setAnnouncement_date(Timestamp announcement_date) |
void |
setComment(String comment) |
void |
setDate(Timestamp date) |
void |
setDescription(String description) |
void |
setEmail(String email) |
void |
setLogIdentifier(String logIdentifier) |
void |
setName(String name) |
void |
setVersion(String version) |
public Releases(String logIdenf, String ver, Timestamp date, Timestamp announceMDate, String name, String desc, String email, String comm)
public Releases()
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 Timestamp getDate()
public void setDate(Timestamp date)
date,
- the date to setpublic Timestamp getAnnouncement_date()
public void setAnnouncement_date(Timestamp announcement_date)
announcement_date
- the announcement_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 setCopyright © 2019. All rights reserved.