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 classBudgetPhases.StatusStatus
-
Field Summary
Fields Modifier and Type Field Description private ObjectbasePhaseBase Phaseprivate BudgetCodebudgetCodeBudget Codeprivate StringcodeCodeprivate StringdescriptionDescriptionprivate StringidIDprivate MetadatametadataMetadataprivate BudgetPhases.StatusstatusStatusprivate StringtitleTitle
-
Constructor Summary
Constructors Constructor Description BudgetPhases()
-
Method Summary
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the budget phase.") private String idIDThe global identifier of the budget phase. (Required)
-
title
@JsonPropertyDescription("The full name of the budget phase.") private String titleTitleThe full name of the budget phase. (Required)
-
description
@JsonPropertyDescription("The description of the budget phase.") private String descriptionDescriptionThe description of the budget phase.
-
code
@JsonPropertyDescription("The code used to identify the budget phase.") private String codeCodeThe code used to identify the budget phase.
-
budgetCode
@JsonPropertyDescription("The budget code with which the budget phase is associated.") private BudgetCode budgetCodeBudget CodeThe budget code with which the budget phase is associated. (Required)
-
status
@JsonPropertyDescription("The status of the budget phase.") private BudgetPhases.Status statusStatusThe status of the budget phase. (Required)
-
basePhase
@JsonPropertyDescription("The phase on which the budget phase is based.") private Object basePhaseBase 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)
-
-