Class CourseCategory
- java.lang.Object
-
- com.ellucian.generated.eedm.sections.v16_0_0.CourseCategory
-
@Generated("jsonschema2pojo") public class CourseCategory extends Object
Course CategoriesThe categories to which the course may belong (for example - Vocational, Co-op Work Experience, Lab, Music, etc.)
-
-
Constructor Summary
Constructors Constructor Description CourseCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getId()
IDint
hashCode()
void
setId(String id)
IDString
toString()
CourseCategory
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Course Categories.") private String id
IDThe global identifier for the Course Categories. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Course Categories. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Course Categories. (Required)
-
withId
public CourseCategory withId(String id)
-
-