Class Subdiscipline
- java.lang.Object
-
- com.ellucian.generated.eedm.admission_applications.v9_0.Subdiscipline
-
@Generated("jsonschema2pojo") public class Subdiscipline extends Object
SubdisciplinesThe list of academic disciplines that are subordinate to the discipline
-
-
Constructor Summary
Constructors Constructor Description Subdiscipline()
-
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()
Subdiscipline
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Subdisciplines.") private String id
IDThe global identifier for the Subdisciplines. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Subdisciplines. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Subdisciplines. (Required)
-
withId
public Subdiscipline withId(String id)
-
-