public class ItemStolenEvent extends HfEvent implements SiteRelatedEvent, StructureRelatedEvent, ArtifactRelatedEvent
id
Constructor and Description |
---|
ItemStolenEvent() |
Modifier and Type | Method and Description |
---|---|
int |
getCalcSiteId() |
String |
getCircumstance() |
int |
getEntityId() |
String |
getShortDescription() |
int |
getStructureId() |
boolean |
isRelatedToArtifact(int artifactId) |
boolean |
isRelatedToHf(int hfId) |
boolean |
isRelatedToSite(int siteId) |
boolean |
isRelatedToStructure(int structureId,
int siteId) |
void |
process() |
void |
setCalcSiteId(int calcSiteId) |
void |
setCircumstance(String circumstance) |
void |
setEntityId(int entityId) |
void |
setStructureId(int structureId) |
getCollection, getDate, getDescription, getSeconds, getSentence, getType, getYear, setCollection, setSeconds, setType, setYear
getId, setId
public int getCalcSiteId()
public void setCalcSiteId(int calcSiteId)
public int getStructureId()
public void setStructureId(int structureId)
public int getEntityId()
public void setEntityId(int entityId)
public String getCircumstance()
public void setCircumstance(String circumstance)
public boolean isRelatedToHf(int hfId)
isRelatedToHf
in interface HfRelatedEvent
isRelatedToHf
in class HfEvent
public boolean isRelatedToSite(int siteId)
isRelatedToSite
in interface SiteRelatedEvent
public boolean isRelatedToStructure(int structureId, int siteId)
isRelatedToStructure
in interface StructureRelatedEvent
public boolean isRelatedToArtifact(int artifactId)
isRelatedToArtifact
in interface ArtifactRelatedEvent
public String getShortDescription()
getShortDescription
in class Event
Copyright © 2018. All rights reserved.