Class Designation
- java.lang.Object
-
- com.ellucian.generated.eedm.external_contributions.v11_0.Designation
-
@Generated("jsonschema2pojo") public class Designation extends Object
DesignationThe designated use of the allocated portion of the contribution.
-
-
Constructor Summary
Constructors Constructor Description Designation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()DesignationwithId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Designation.") private String idIDThe global identifier for the Designation. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Designation. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Designation. (Required)
-
withId
public Designation withId(String id)
-
-