Class AwardPeriod
- java.lang.Object
-
- com.ellucian.generated.eedm.restricted_student_financial_aid_awards.v7_0.AwardPeriod
-
@Generated("jsonschema2pojo") public class AwardPeriod extends Object
Award PeriodThe period in which the award was bestowed.
-
-
Constructor Summary
Constructors Constructor Description AwardPeriod()
-
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()
AwardPeriod
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Award Period.") private String id
IDThe global identifier for the Award Period. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Award Period. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Award Period. (Required)
-
withId
public AwardPeriod withId(String id)
-
-