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, setIdpublic 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 AbstractPersistablepublic Topic withId(long id)
public Topic withDuration(int duration)
public Topic withFrontLoadLarge(boolean frontLoadLarge)
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.