public class HfRelationshipDeniedEvent extends Event implements LocalEvent, HfRelatedEvent
id
Constructor and Description |
---|
HfRelationshipDeniedEvent() |
Modifier and Type | Method and Description |
---|---|
EventLocation |
getLocation() |
String |
getReason() |
int |
getReasonId() |
String |
getRelationship() |
int |
getSeekerHfId() |
String |
getShortDescription() |
int |
getTargetHfId() |
boolean |
isRelatedToHf(int hfId) |
static void |
printUnknownReasons() |
static void |
printUnknownRelationships() |
void |
setReason(String reason) |
void |
setReasonId(int reasonId) |
void |
setRelationship(String relationship) |
void |
setSeekerHfId(int seekerHfId) |
void |
setTargetHfId(int targetHfId) |
getCollection, getDate, getDescription, getSeconds, getSentence, getType, getYear, process, setCollection, setSeconds, setType, setYear
getId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRelatedToRegion, isRelatedToSite
public int getSeekerHfId()
public void setSeekerHfId(int seekerHfId)
public int getTargetHfId()
public void setTargetHfId(int targetHfId)
public String getRelationship()
public void setRelationship(String relationship)
public String getReason()
public void setReason(String reason)
public int getReasonId()
public void setReasonId(int reasonId)
public EventLocation getLocation()
getLocation
in interface LocalEvent
public boolean isRelatedToHf(int hfId)
isRelatedToHf
in interface HfRelatedEvent
public String getShortDescription()
getShortDescription
in class Event
public static void printUnknownRelationships()
public static void printUnknownReasons()
Copyright © 2020. All rights reserved.