public class MasterpieceEvent extends HfEvent implements SiteRelatedEvent, EntityRelatedEvent
| Modifier and Type | Field and Description |
|---|---|
protected int |
entityId |
protected int |
siteId |
protected int |
skillAtTime |
id| Constructor and Description |
|---|
MasterpieceEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getCreation() |
int |
getEntityId() |
String |
getShortDescription() |
int |
getSiteId() |
int |
getSkillAtTime() |
boolean |
isRelatedToEntity(int entityId) |
boolean |
isRelatedToSite(int siteId) |
void |
setEntityId(int entityId) |
void |
setHfId(int hfId) |
void |
setSiteId(int siteId) |
void |
setSkillAtTime(int skillAtTime) |
getHfId, isRelatedToHfgetCollection, getDate, getDescription, getSeconds, getSentence, getType, getYear, process, setCollection, setSeconds, setType, setYeargetId, setIdprotected int entityId
protected int siteId
protected int skillAtTime
public int getEntityId()
public void setEntityId(int entityId)
public int getSiteId()
public void setSiteId(int siteId)
public int getSkillAtTime()
public void setSkillAtTime(int skillAtTime)
public boolean isRelatedToSite(int siteId)
isRelatedToSite in interface SiteRelatedEventpublic boolean isRelatedToEntity(int entityId)
isRelatedToEntity in interface EntityRelatedEventpublic String getShortDescription()
getShortDescription in class Eventpublic String getAction()
public String getCreation()
Copyright © 2017. All rights reserved.