public class Event extends AbstractObject
Modifier and Type | Field and Description |
---|---|
protected EventCollection |
collection |
protected static org.apache.commons.logging.Log |
LOG |
protected int |
seconds |
protected String |
type |
protected int |
year |
id
Constructor and Description |
---|
Event() |
Modifier and Type | Method and Description |
---|---|
EventCollection |
getCollection() |
String |
getDate() |
String |
getDescription() |
int |
getSeconds() |
String |
getSentence() |
String |
getShortDescription() |
String |
getType() |
int |
getYear() |
void |
process() |
void |
setCollection(EventCollection collection) |
void |
setSeconds(int seconds) |
void |
setType(String type) |
void |
setYear(int year) |
getId, setId
protected static final org.apache.commons.logging.Log LOG
protected int year
protected int seconds
protected String type
protected EventCollection collection
public int getYear()
public void setYear(int year)
public int getSeconds()
public void setSeconds(int seconds)
public String getType()
public void setType(String type)
public EventCollection getCollection()
public void setCollection(EventCollection collection)
public void process()
public String getDescription()
public String getShortDescription()
public String getSentence()
public String getDate()
Copyright © 2017. All rights reserved.