public class EntityLawEvent extends HfEvent implements EntityRelatedEvent
id
Constructor and Description |
---|
EntityLawEvent() |
Modifier and Type | Method and Description |
---|---|
int |
getEntityId() |
String |
getLaw() |
String |
getLawType() |
String |
getShortDescription() |
boolean |
isRelatedToEntity(int entityId) |
static void |
printUnknownLaws() |
void |
setEntityId(int entityId) |
void |
setLaw(String law) |
void |
setLawAdd(String law) |
void |
setLawRemove(String law) |
void |
setLawType(String lawType) |
getHfId, isRelatedToHf, setHfId
getCollection, getDate, getDescription, getSeconds, getSentence, getType, getYear, process, setCollection, setSeconds, setType, setYear
getId, setId
public int getEntityId()
public void setEntityId(int entityId)
public String getLawType()
public void setLawType(String lawType)
public String getLaw()
public void setLaw(String law)
public void setLawAdd(String law)
public void setLawRemove(String law)
public boolean isRelatedToEntity(int entityId)
isRelatedToEntity
in interface EntityRelatedEvent
public String getShortDescription()
getShortDescription
in class Event
public static void printUnknownLaws()
Copyright © 2018. All rights reserved.