public class InsurrectionStartedEvent extends Event implements EntityRelatedEvent, SiteRelatedEvent
id
Constructor and Description |
---|
InsurrectionStartedEvent() |
Modifier and Type | Method and Description |
---|---|
String |
getOutcome() |
String |
getShortDescription() |
int |
getSiteId() |
int |
getTargetCivId() |
boolean |
isRelatedToEntity(int entityId) |
boolean |
isRelatedToSite(int siteId) |
static void |
printUnknownOutcomes() |
void |
setOutcome(String outcome) |
void |
setSiteId(int siteId) |
void |
setTargetCivId(int targetCivId) |
getCollection, getDate, getDescription, getSeconds, getSentence, getType, getYear, process, setCollection, setSeconds, setType, setYear
getId, setId
public int getTargetCivId()
public void setTargetCivId(int targetCivId)
public int getSiteId()
public void setSiteId(int siteId)
public String getOutcome()
public void setOutcome(String outcome)
public boolean isRelatedToEntity(int entityId)
isRelatedToEntity
in interface EntityRelatedEvent
public boolean isRelatedToSite(int siteId)
isRelatedToSite
in interface SiteRelatedEvent
public String getShortDescription()
getShortDescription
in class Event
public static void printUnknownOutcomes()
Copyright © 2017. All rights reserved.