public class Topic extends AbstractPersistable
id
Constructor and Description |
---|
Topic() |
Modifier and Type | Method and Description |
---|---|
Set<Topic> |
getCoincidenceTopicSet() |
int |
getDuration() |
List<Student> |
getStudentList() |
int |
getStudentSize() |
boolean |
hasCoincidenceTopic() |
boolean |
isFrontLoadLarge() |
void |
setCoincidenceTopicSet(Set<Topic> coincidenceTopicSet) |
void |
setDuration(int duration) |
void |
setFrontLoadLarge(boolean frontLoadLarge) |
void |
setStudentList(List<Student> studentList) |
String |
toString() |
Topic |
withCoincidenceTopicSet(Set<Topic> coincidenceTopicSet) |
Topic |
withDuration(int duration) |
Topic |
withFrontLoadLarge(boolean frontLoadLarge) |
Topic |
withId(long id) |
Topic |
withStudentList(List<Student> studentList) |
getId, setId
public int getDuration()
public void setDuration(int duration)
public int getStudentSize()
public boolean isFrontLoadLarge()
public void setFrontLoadLarge(boolean frontLoadLarge)
public boolean hasCoincidenceTopic()
public String toString()
toString
in class AbstractPersistable
public Topic withId(long id)
public Topic withDuration(int duration)
public Topic withFrontLoadLarge(boolean frontLoadLarge)
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.