Class BudgetPhases


  • @Generated("jsonschema2pojo")
    public class BudgetPhases
    extends Object
    Budget Phases

    Information on versions of working or final budgets.

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of the budget phase.")
        private String id
        ID

        The global identifier of the budget phase. (Required)

      • title

        @JsonPropertyDescription("The full name of the budget phase.")
        private String title
        Title

        The full name of the budget phase. (Required)

      • description

        @JsonPropertyDescription("The description of the budget phase.")
        private String description
        Description

        The description of the budget phase.

      • code

        @JsonPropertyDescription("The code used to identify the budget phase.")
        private String code
        Code

        The code used to identify the budget phase.

      • budgetCode

        @JsonPropertyDescription("The budget code with which the budget phase is associated.")
        private BudgetCode budgetCode
        Budget Code

        The budget code with which the budget phase is associated. (Required)

      • status

        @JsonPropertyDescription("The status of the budget phase.")
        private BudgetPhases.Status status
        Status

        The status of the budget phase. (Required)

      • basePhase

        @JsonPropertyDescription("The phase on which the budget phase is based.")
        private Object basePhase
        Base Phase

        The phase on which the budget phase is based.

    • Constructor Detail

      • BudgetPhases

        public BudgetPhases()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        The global identifier of the budget phase. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the budget phase. (Required)

      • getTitle

        public String getTitle()
        Title

        The full name of the budget phase. (Required)

      • setTitle

        public void setTitle​(String title)
        Title

        The full name of the budget phase. (Required)

      • getDescription

        public String getDescription()
        Description

        The description of the budget phase.

      • setDescription

        public void setDescription​(String description)
        Description

        The description of the budget phase.

      • getCode

        public String getCode()
        Code

        The code used to identify the budget phase.

      • setCode

        public void setCode​(String code)
        Code

        The code used to identify the budget phase.

      • getBudgetCode

        public BudgetCode getBudgetCode()
        Budget Code

        The budget code with which the budget phase is associated. (Required)

      • setBudgetCode

        public void setBudgetCode​(BudgetCode budgetCode)
        Budget Code

        The budget code with which the budget phase is associated. (Required)

      • getStatus

        public BudgetPhases.Status getStatus()
        Status

        The status of the budget phase. (Required)

      • setStatus

        public void setStatus​(BudgetPhases.Status status)
        Status

        The status of the budget phase. (Required)

      • getBasePhase

        public Object getBasePhase()
        Base Phase

        The phase on which the budget phase is based.

      • setBasePhase

        public void setBasePhase​(Object basePhase)
        Base Phase

        The phase on which the budget phase is based.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object