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