Class TaxComponent

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

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

  • Constructor Details

    • TaxComponent

      public TaxComponent()
  • Method Details

    • createdBy

      public TaxComponent createdBy(Long createdBy)
    • getCreatedBy

      @Nullable public Long getCreatedBy()
      Get createdBy
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(Long createdBy)
    • createdDate

      public TaxComponent createdDate(OffsetDateTime createdDate)
    • getCreatedDate

      @Nullable public OffsetDateTime getCreatedDate()
      Get createdDate
      Returns:
      createdDate
    • setCreatedDate

      public void setCreatedDate(OffsetDateTime createdDate)
    • creditAccountType

      public TaxComponent creditAccountType(Integer creditAccountType)
    • getCreditAccountType

      @Nullable public Integer getCreditAccountType()
      Get creditAccountType
      Returns:
      creditAccountType
    • setCreditAccountType

      public void setCreditAccountType(Integer creditAccountType)
    • creditAcount

      public TaxComponent creditAcount(GLAccount creditAcount)
    • getCreditAcount

      @Nullable public GLAccount getCreditAcount()
      Get creditAcount
      Returns:
      creditAcount
    • setCreditAcount

      public void setCreditAcount(GLAccount creditAcount)
    • debitAccountType

      public TaxComponent debitAccountType(Integer debitAccountType)
    • getDebitAccountType

      @Nullable public Integer getDebitAccountType()
      Get debitAccountType
      Returns:
      debitAccountType
    • setDebitAccountType

      public void setDebitAccountType(Integer debitAccountType)
    • debitAcount

      public TaxComponent debitAcount(GLAccount debitAcount)
    • getDebitAcount

      @Nullable public GLAccount getDebitAcount()
      Get debitAcount
      Returns:
      debitAcount
    • setDebitAcount

      public void setDebitAcount(GLAccount debitAcount)
    • id

      public TaxComponent id(Long id)
    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • lastModifiedBy

      public TaxComponent lastModifiedBy(Long lastModifiedBy)
    • getLastModifiedBy

      @Nullable public Long getLastModifiedBy()
      Get lastModifiedBy
      Returns:
      lastModifiedBy
    • setLastModifiedBy

      public void setLastModifiedBy(Long lastModifiedBy)
    • lastModifiedDate

      public TaxComponent lastModifiedDate(OffsetDateTime lastModifiedDate)
    • getLastModifiedDate

      @Nullable public OffsetDateTime getLastModifiedDate()
      Get lastModifiedDate
      Returns:
      lastModifiedDate
    • setLastModifiedDate

      public void setLastModifiedDate(OffsetDateTime lastModifiedDate)
    • _new

      public TaxComponent _new(Boolean _new)
    • getNew

      @Nullable public Boolean getNew()
      Get _new
      Returns:
      _new
    • setNew

      public void setNew(Boolean _new)
    • percentage

      public TaxComponent percentage(BigDecimal percentage)
    • getPercentage

      @Nullable public BigDecimal getPercentage()
      Get percentage
      Returns:
      percentage
    • setPercentage

      public void setPercentage(BigDecimal percentage)
    • taxComponentHistories

      public TaxComponent taxComponentHistories(Set<TaxComponentHistory> taxComponentHistories)
    • addTaxComponentHistoriesItem

      public TaxComponent addTaxComponentHistoriesItem(TaxComponentHistory taxComponentHistoriesItem)
    • getTaxComponentHistories

      @Nullable public Set<TaxComponentHistory> getTaxComponentHistories()
      Get taxComponentHistories
      Returns:
      taxComponentHistories
    • setTaxComponentHistories

      public void setTaxComponentHistories(Set<TaxComponentHistory> taxComponentHistories)
    • taxGroupMappings

      public TaxComponent taxGroupMappings(Set<TaxGroupMappings> taxGroupMappings)
    • addTaxGroupMappingsItem

      public TaxComponent addTaxGroupMappingsItem(TaxGroupMappings taxGroupMappingsItem)
    • getTaxGroupMappings

      @Nullable public Set<TaxGroupMappings> getTaxGroupMappings()
      Get taxGroupMappings
      Returns:
      taxGroupMappings
    • setTaxGroupMappings

      public void setTaxGroupMappings(Set<TaxGroupMappings> taxGroupMappings)
    • 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