Class BudgetPhase
- java.lang.Object
-
- com.ellucian.generated.eedm.budget_phase_line_items.v12_0.BudgetPhase
-
@Generated("jsonschema2pojo") public class BudgetPhase extends Object
Budget PhaseThe budget phase to which the line item belongs.
-
-
Constructor Summary
Constructors Constructor Description BudgetPhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()BudgetPhasewithId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Budget Phase.") private String idIDThe global identifier for the Budget Phase. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Budget Phase. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Budget Phase. (Required)
-
withId
public BudgetPhase withId(String id)
-
-