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, setYeargetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRelatedToRegion, isRelatedToSitepublic 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 LocalEventpublic boolean isRelatedToHf(int hfId)
isRelatedToHf in interface HfRelatedEventpublic String getShortDescription()
getShortDescription in class Eventpublic static void printUnknownRelationships()
public static void printUnknownReasons()
Copyright © 2017. All rights reserved.