Class Arrangement
- java.lang.Object
-
- com.ellucian.generated.eedm.contribution_payroll_deductions.v8_0.Arrangement
-
@Generated("jsonschema2pojo") public class Arrangement extends Object
ArrangementThe arrangement details related to the payroll deduction.
-
-
Constructor Summary
Constructors Constructor Description Arrangement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()ArrangementwithId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Arrangement.") private String idIDThe global identifier for the Arrangement. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Arrangement. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Arrangement. (Required)
-
withId
public Arrangement withId(String id)
-
-