Class SingleDebitOrCreditEntryCommand

java.lang.Object
org.apache.fineract.client.models.SingleDebitOrCreditEntryCommand

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class SingleDebitOrCreditEntryCommand extends Object
SingleDebitOrCreditEntryCommand
  • Field Details

  • Constructor Details

    • SingleDebitOrCreditEntryCommand

      public SingleDebitOrCreditEntryCommand()
  • Method Details

    • amount

    • getAmount

      @Nullable public BigDecimal getAmount()
      Get amount
      Returns:
      amount
    • setAmount

      public void setAmount(BigDecimal amount)
    • comments

      public SingleDebitOrCreditEntryCommand comments(String comments)
    • getComments

      @Nullable public String getComments()
      Get comments
      Returns:
      comments
    • setComments

      public void setComments(String comments)
    • commentsChanged

      public SingleDebitOrCreditEntryCommand commentsChanged(Boolean commentsChanged)
    • getCommentsChanged

      @Nullable public Boolean getCommentsChanged()
      Get commentsChanged
      Returns:
      commentsChanged
    • setCommentsChanged

      public void setCommentsChanged(Boolean commentsChanged)
    • glAccountId

      public SingleDebitOrCreditEntryCommand glAccountId(Long glAccountId)
    • getGlAccountId

      @Nullable public Long getGlAccountId()
      Get glAccountId
      Returns:
      glAccountId
    • setGlAccountId

      public void setGlAccountId(Long glAccountId)
    • glAccountIdChanged

      public SingleDebitOrCreditEntryCommand glAccountIdChanged(Boolean glAccountIdChanged)
    • getGlAccountIdChanged

      @Nullable public Boolean getGlAccountIdChanged()
      Get glAccountIdChanged
      Returns:
      glAccountIdChanged
    • setGlAccountIdChanged

      public void setGlAccountIdChanged(Boolean glAccountIdChanged)
    • glAmountChanged

      public SingleDebitOrCreditEntryCommand glAmountChanged(Boolean glAmountChanged)
    • getGlAmountChanged

      @Nullable public Boolean getGlAmountChanged()
      Get glAmountChanged
      Returns:
      glAmountChanged
    • setGlAmountChanged

      public void setGlAmountChanged(Boolean glAmountChanged)
    • parametersPassedInRequest

      public SingleDebitOrCreditEntryCommand parametersPassedInRequest(Set<String> parametersPassedInRequest)
    • addParametersPassedInRequestItem

      public SingleDebitOrCreditEntryCommand addParametersPassedInRequestItem(String parametersPassedInRequestItem)
    • getParametersPassedInRequest

      @Nullable public Set<String> getParametersPassedInRequest()
      Get parametersPassedInRequest
      Returns:
      parametersPassedInRequest
    • setParametersPassedInRequest

      public void setParametersPassedInRequest(Set<String> parametersPassedInRequest)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object