Class Commitment.Builder

  • Enclosing class:
    Commitment

    public static class Commitment.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • timeStart

        public Commitment.Builder timeStart​(Date timeStart)
        Commitment start date
        Parameters:
        timeStart - the value to set
        Returns:
        this builder
      • timeEnd

        public Commitment.Builder timeEnd​(Date timeEnd)
        Commitment end date
        Parameters:
        timeEnd - the value to set
        Returns:
        this builder
      • quantity

        public Commitment.Builder quantity​(String quantity)
        Commitment quantity
        Parameters:
        quantity - the value to set
        Returns:
        this builder
      • availableAmount

        public Commitment.Builder availableAmount​(String availableAmount)
        Commitment available amount
        Parameters:
        availableAmount - the value to set
        Returns:
        this builder
      • lineNetAmount

        public Commitment.Builder lineNetAmount​(String lineNetAmount)
        Commitment line net amount
        Parameters:
        lineNetAmount - the value to set
        Returns:
        this builder
      • fundedAllocationValue

        public Commitment.Builder fundedAllocationValue​(String fundedAllocationValue)
        Funded Allocation line value
        Parameters:
        fundedAllocationValue - the value to set
        Returns:
        this builder