public class CreatedWorldConstructionEvent extends Event implements EntityRelatedEvent, SiteRelatedEvent, WorldConstructionRelatedEvent
id
Constructor and Description |
---|
CreatedWorldConstructionEvent() |
Modifier and Type | Method and Description |
---|---|
int |
getCivId() |
int |
getMasterWcId() |
String |
getShortDescription() |
int |
getSiteCivId() |
int |
getSiteId1() |
int |
getSiteId2() |
int |
getWcId() |
boolean |
isRelatedToEntity(int entityId) |
boolean |
isRelatedToSite(int siteId) |
boolean |
isRelatedToWorldConstruction(int wcId) |
void |
process() |
void |
setCivId(int civId) |
void |
setMasterWcId(int masterWcId) |
void |
setSiteCivId(int siteCivId) |
void |
setSiteId1(int siteId1) |
void |
setSiteId2(int siteId2) |
void |
setWcId(int wcId) |
getCollection, getDate, getDescription, getSeconds, getSentence, getType, getYear, setCollection, setSeconds, setType, setYear
getId, setId
public int getCivId()
public void setCivId(int civId)
public int getSiteCivId()
public void setSiteCivId(int siteCivId)
public int getWcId()
public void setWcId(int wcId)
public int getMasterWcId()
public void setMasterWcId(int masterWcId)
public int getSiteId1()
public void setSiteId1(int siteId1)
public int getSiteId2()
public void setSiteId2(int siteId2)
public boolean isRelatedToEntity(int entityId)
isRelatedToEntity
in interface EntityRelatedEvent
public boolean isRelatedToSite(int siteId)
isRelatedToSite
in interface SiteRelatedEvent
public boolean isRelatedToWorldConstruction(int wcId)
isRelatedToWorldConstruction
in interface WorldConstructionRelatedEvent
public String getShortDescription()
getShortDescription
in class Event
Copyright © 2016. All rights reserved.