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 boolean
equals(Object other)
String
getId()
IDint
hashCode()
void
setId(String id)
IDString
toString()
Designation
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Designation.") private String id
IDThe 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)
-
-