public class EventCollection extends AbstractObject
Modifier and Type | Field and Description |
---|---|
protected int |
endSeconds |
protected int |
endYear |
protected List<Integer> |
eventCols |
protected List<Integer> |
events |
protected int |
ordinal |
protected int |
parentEventCol |
protected int |
startSeconds |
protected int |
startYear |
protected String |
type |
id
Constructor and Description |
---|
EventCollection() |
Modifier and Type | Method and Description |
---|---|
List<Event> |
getAllHistoricalEvents() |
EventCollection |
getCollection() |
String |
getDate() |
String |
getDescription() |
int |
getEndSeconds() |
int |
getEndYear() |
List<Integer> |
getEventCols() |
List<Integer> |
getEvents() |
List<EventCollection> |
getHistoricalEventCollections() |
List<Event> |
getHistoricalEvents() |
String |
getLink() |
int |
getOrdinal() |
String |
getOrdinalString() |
int |
getParentEventCol() |
String |
getSentence() |
String |
getShortDescription() |
int |
getStartSeconds() |
int |
getStartYear() |
String |
getType() |
String |
getUrl() |
void |
process() |
void |
setCollection(EventCollection collection) |
void |
setEndSeconds(int endSeconds) |
void |
setEndYear(int endYear) |
void |
setOrdinal(int ordinal) |
void |
setParentEventCol(int parentEventCol) |
void |
setStartSeconds(int startSeconds) |
void |
setStartYear(int startYear) |
void |
setType(String type) |
getId, setId
protected int startYear
protected int startSeconds
protected int endYear
protected int endSeconds
protected String type
protected int parentEventCol
protected int ordinal
public int getStartYear()
public void setStartYear(int startYear)
public int getStartSeconds()
public void setStartSeconds(int startSeconds)
public int getEndYear()
public void setEndYear(int endYear)
public int getEndSeconds()
public void setEndSeconds(int endSeconds)
public String getType()
public void setType(String type)
public int getParentEventCol()
public void setParentEventCol(int parentEventCol)
public int getOrdinal()
public void setOrdinal(int ordinal)
public EventCollection getCollection()
public void setCollection(EventCollection collection)
public String getDescription()
public String getShortDescription()
public String getSentence()
public void process()
public List<EventCollection> getHistoricalEventCollections()
public String getOrdinalString()
public String getUrl()
public String getLink()
public String getDate()
Copyright © 2016. All rights reserved.