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