public class ArtifactStoredEvent extends HfEvent implements SiteRelatedEvent, ArtifactRelatedEvent
id
Constructor and Description |
---|
ArtifactStoredEvent() |
Modifier and Type | Method and Description |
---|---|
int |
getArtifactId() |
String |
getShortDescription() |
int |
getSiteId() |
int |
getUnitId() |
boolean |
isRelatedToArtifact(int artifactId) |
boolean |
isRelatedToSite(int siteId) |
void |
setArtifactId(int artifactId) |
void |
setSiteId(int siteId) |
void |
setUnitId(int unitId) |
getHfId, isRelatedToHf, setHfId
getCollection, getDate, getDescription, getSeconds, getSentence, getType, getYear, process, setCollection, setSeconds, setType, setYear
getId, setId
public int getArtifactId()
public void setArtifactId(int artifactId)
public int getUnitId()
public void setUnitId(int unitId)
public int getSiteId()
public void setSiteId(int siteId)
public boolean isRelatedToArtifact(int artifactId)
isRelatedToArtifact
in interface ArtifactRelatedEvent
public boolean isRelatedToSite(int siteId)
isRelatedToSite
in interface SiteRelatedEvent
public String getShortDescription()
getShortDescription
in class Event
Copyright © 2019. All rights reserved.