Package edu.ucsb.cs156.courses.documents
Class Section
java.lang.Object
edu.ucsb.cs156.courses.documents.Section
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Section
public Section()
-
-
Method Details
-
status
-
instructorList
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
isPrimary
public boolean isPrimary()Check if the section is a primary section (i.e. section number ends with "00").- Returns:
- true if the section is a primary section, false otherwise
-