Class TaxGroup

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

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

  • Constructor Details

    • TaxGroup

      public TaxGroup()
  • Method Details

    • createdBy

      public TaxGroup createdBy(Long createdBy)
    • getCreatedBy

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

      public void setCreatedBy(Long createdBy)
    • createdDate

      public TaxGroup createdDate(OffsetDateTime createdDate)
    • getCreatedDate

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

      public void setCreatedDate(OffsetDateTime createdDate)
    • id

      public TaxGroup id(Long id)
    • getId

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

      public void setId(Long id)
    • lastModifiedBy

      public TaxGroup lastModifiedBy(Long lastModifiedBy)
    • getLastModifiedBy

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

      public void setLastModifiedBy(Long lastModifiedBy)
    • lastModifiedDate

      public TaxGroup lastModifiedDate(OffsetDateTime lastModifiedDate)
    • getLastModifiedDate

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

      public void setLastModifiedDate(OffsetDateTime lastModifiedDate)
    • name

      public TaxGroup name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • _new

      public TaxGroup _new(Boolean _new)
    • getNew

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

      public void setNew(Boolean _new)
    • taxGroupMappings

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

      public TaxGroup 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