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, setYear
getId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRelatedToRegion, isRelatedToSite
protected 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 LocalEvent
public boolean isRelatedToEntity(int entityId)
isRelatedToEntity
in interface EntityRelatedEvent
public String getShortDescription()
getShortDescription
in class Event
Copyright © 2019. All rights reserved.