public class HfLearnsSecretEvent extends Event implements HfRelatedEvent, ArtifactRelatedEvent
id
Constructor and Description |
---|
HfLearnsSecretEvent() |
Modifier and Type | Method and Description |
---|---|
int |
getArtifactId() |
String |
getInteraction() |
String |
getSecretText() |
String |
getShortDescription() |
int |
getStudentHfId() |
int |
getTeacherHfId() |
boolean |
isRelatedToArtifact(int artifactId) |
boolean |
isRelatedToHf(int hfId) |
void |
setArtifactId(int artifactId) |
void |
setInteraction(String interaction) |
void |
setSecretText(String secretText) |
void |
setStudentHfId(int studentHfId) |
void |
setTeacherHfId(int teacherHfId) |
getCollection, getDate, getDescription, getSeconds, getSentence, getType, getYear, process, setCollection, setSeconds, setType, setYear
getId, setId
public int getStudentHfId()
public void setStudentHfId(int studentHfId)
public int getTeacherHfId()
public void setTeacherHfId(int teacherHfId)
public int getArtifactId()
public void setArtifactId(int artifactId)
public String getInteraction()
public void setInteraction(String interaction)
public String getSecretText()
public void setSecretText(String secretText)
public boolean isRelatedToArtifact(int artifactId)
isRelatedToArtifact
in interface ArtifactRelatedEvent
public boolean isRelatedToHf(int hfId)
isRelatedToHf
in interface HfRelatedEvent
public String getShortDescription()
getShortDescription
in class Event
Copyright © 2019. All rights reserved.