public class OccasionEvent extends Event implements LocalEvent, EntityRelatedEvent
| Modifier and Type | Field and Description |
|---|---|
protected int |
civId |
protected EventLocation |
location |
protected int |
occasionId |
protected int |
scheduleId |
id| Constructor and Description |
|---|
OccasionEvent() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCivId() |
EventLocation |
getLocation() |
int |
getOccasionId() |
int |
getScheduleId() |
String |
getShortDescription() |
boolean |
isRelatedToEntity(int entityId) |
void |
setCivId(int civId) |
void |
setOccasionId(int occasionId) |
void |
setScheduleId(int scheduleId) |
getCollection, getDate, getDescription, getSeconds, getSentence, getType, getYear, process, setCollection, setSeconds, setType, setYeargetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRelatedToRegion, isRelatedToSiteprotected int civId
protected int occasionId
protected int scheduleId
protected EventLocation location
public int getCivId()
public void setCivId(int civId)
public int getOccasionId()
public void setOccasionId(int occasionId)
public int getScheduleId()
public void setScheduleId(int scheduleId)
public EventLocation getLocation()
getLocation in interface LocalEventpublic boolean isRelatedToEntity(int entityId)
isRelatedToEntity in interface EntityRelatedEventpublic String getShortDescription()
getShortDescription in class EventCopyright © 2017. All rights reserved.