Class BudgetPhase


  • @Generated("jsonschema2pojo")
    public class BudgetPhase
    extends Object
    Budget Phase

    The budget phase to which the line item belongs.

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Budget Phase.")
        private String id
        ID

        The global identifier for the Budget Phase. (Required)

    • Constructor Detail

      • BudgetPhase

        public BudgetPhase()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Budget Phase. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Budget Phase. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object