Class BudgetPhases
- java.lang.Object
-
- com.ellucian.generated.eedm.budget_phases.v12_0.BudgetPhases
-
@Generated("jsonschema2pojo") public class BudgetPhases extends Object
Budget PhasesInformation on versions of working or final budgets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BudgetPhases.Status
Status
-
Field Summary
Fields Modifier and Type Field Description private Object
basePhase
Base Phaseprivate BudgetCode
budgetCode
Budget Codeprivate String
code
Codeprivate String
description
Descriptionprivate String
id
IDprivate Metadata
metadata
Metadataprivate BudgetPhases.Status
status
Statusprivate String
title
Title
-
Constructor Summary
Constructors Constructor Description BudgetPhases()
-
Method Summary
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the budget phase.") private String id
IDThe global identifier of the budget phase. (Required)
-
title
@JsonPropertyDescription("The full name of the budget phase.") private String title
TitleThe full name of the budget phase. (Required)
-
description
@JsonPropertyDescription("The description of the budget phase.") private String description
DescriptionThe description of the budget phase.
-
code
@JsonPropertyDescription("The code used to identify the budget phase.") private String code
CodeThe code used to identify the budget phase.
-
budgetCode
@JsonPropertyDescription("The budget code with which the budget phase is associated.") private BudgetCode budgetCode
Budget CodeThe budget code with which the budget phase is associated. (Required)
-
status
@JsonPropertyDescription("The status of the budget phase.") private BudgetPhases.Status status
StatusThe status of the budget phase. (Required)
-
basePhase
@JsonPropertyDescription("The phase on which the budget phase is based.") private Object basePhase
Base PhaseThe phase on which the budget phase is based.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public BudgetPhases withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the budget phase. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the budget phase. (Required)
-
withId
public BudgetPhases withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the budget phase. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the budget phase. (Required)
-
withTitle
public BudgetPhases withTitle(String title)
-
getDescription
public String getDescription()
DescriptionThe description of the budget phase.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the budget phase.
-
withDescription
public BudgetPhases withDescription(String description)
-
getCode
public String getCode()
CodeThe code used to identify the budget phase.
-
setCode
public void setCode(String code)
CodeThe code used to identify the budget phase.
-
withCode
public BudgetPhases withCode(String code)
-
getBudgetCode
public BudgetCode getBudgetCode()
Budget CodeThe budget code with which the budget phase is associated. (Required)
-
setBudgetCode
public void setBudgetCode(BudgetCode budgetCode)
Budget CodeThe budget code with which the budget phase is associated. (Required)
-
withBudgetCode
public BudgetPhases withBudgetCode(BudgetCode budgetCode)
-
getStatus
public BudgetPhases.Status getStatus()
StatusThe status of the budget phase. (Required)
-
setStatus
public void setStatus(BudgetPhases.Status status)
StatusThe status of the budget phase. (Required)
-
withStatus
public BudgetPhases withStatus(BudgetPhases.Status status)
-
getBasePhase
public Object getBasePhase()
Base PhaseThe phase on which the budget phase is based.
-
setBasePhase
public void setBasePhase(Object basePhase)
Base PhaseThe phase on which the budget phase is based.
-
withBasePhase
public BudgetPhases withBasePhase(Object basePhase)
-
-