Package client.dto.objects
Class Parallel
- java.lang.Object
-
- client.dto.objects.Parallel
-
- All Implemented Interfaces:
Serializable
public final class Parallel extends Object implements Serializable
- Author:
- Tomáš Hamsa on 20.08.2017.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Parallel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)shortgetCapacity()PermissiongetCapacityOverfill()shortgetOccupied()ParallelTypegetParallelType()List<String>getTeacher()List<TimetableSlot>getTimetableSlot()inthashCode()
-
-
-
Method Detail
-
getTimetableSlot
public List<TimetableSlot> getTimetableSlot()
-
getParallelType
public ParallelType getParallelType()
-
getCapacity
public short getCapacity()
-
getOccupied
public short getOccupied()
-
getCapacityOverfill
public Permission getCapacityOverfill()
-
-