Class NoteData

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

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

  • Constructor Details

    • NoteData

      public NoteData()
  • Method Details

    • clientId

      public NoteData clientId(Long clientId)
    • getClientId

      @Nullable public Long getClientId()
      Get clientId
      Returns:
      clientId
    • setClientId

      public void setClientId(Long clientId)
    • createdById

      public NoteData createdById(Long createdById)
    • getCreatedById

      @Nullable public Long getCreatedById()
      Get createdById
      Returns:
      createdById
    • setCreatedById

      public void setCreatedById(Long createdById)
    • createdByUsername

      public NoteData createdByUsername(String createdByUsername)
    • getCreatedByUsername

      @Nullable public String getCreatedByUsername()
      Get createdByUsername
      Returns:
      createdByUsername
    • setCreatedByUsername

      public void setCreatedByUsername(String createdByUsername)
    • createdOn

      public NoteData createdOn(OffsetDateTime createdOn)
    • getCreatedOn

      @Nullable public OffsetDateTime getCreatedOn()
      Get createdOn
      Returns:
      createdOn
    • setCreatedOn

      public void setCreatedOn(OffsetDateTime createdOn)
    • depositAccountId

      public NoteData depositAccountId(Long depositAccountId)
    • getDepositAccountId

      @Nullable public Long getDepositAccountId()
      Get depositAccountId
      Returns:
      depositAccountId
    • setDepositAccountId

      public void setDepositAccountId(Long depositAccountId)
    • groupId

      public NoteData groupId(Long groupId)
    • getGroupId

      @Nullable public Long getGroupId()
      Get groupId
      Returns:
      groupId
    • setGroupId

      public void setGroupId(Long groupId)
    • id

      public NoteData id(Long id)
    • getId

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

      public void setId(Long id)
    • loanId

      public NoteData loanId(Long loanId)
    • getLoanId

      @Nullable public Long getLoanId()
      Get loanId
      Returns:
      loanId
    • setLoanId

      public void setLoanId(Long loanId)
    • loanTransactionId

      public NoteData loanTransactionId(Long loanTransactionId)
    • getLoanTransactionId

      @Nullable public Long getLoanTransactionId()
      Get loanTransactionId
      Returns:
      loanTransactionId
    • setLoanTransactionId

      public void setLoanTransactionId(Long loanTransactionId)
    • note

      public NoteData note(String note)
    • getNote

      @Nullable public String getNote()
      Get note
      Returns:
      note
    • setNote

      public void setNote(String note)
    • noteType

      public NoteData noteType(EnumOptionData noteType)
    • getNoteType

      @Nullable public EnumOptionData getNoteType()
      Get noteType
      Returns:
      noteType
    • setNoteType

      public void setNoteType(EnumOptionData noteType)
    • savingAccountId

      public NoteData savingAccountId(Long savingAccountId)
    • getSavingAccountId

      @Nullable public Long getSavingAccountId()
      Get savingAccountId
      Returns:
      savingAccountId
    • setSavingAccountId

      public void setSavingAccountId(Long savingAccountId)
    • updatedById

      public NoteData updatedById(Long updatedById)
    • getUpdatedById

      @Nullable public Long getUpdatedById()
      Get updatedById
      Returns:
      updatedById
    • setUpdatedById

      public void setUpdatedById(Long updatedById)
    • updatedByUsername

      public NoteData updatedByUsername(String updatedByUsername)
    • getUpdatedByUsername

      @Nullable public String getUpdatedByUsername()
      Get updatedByUsername
      Returns:
      updatedByUsername
    • setUpdatedByUsername

      public void setUpdatedByUsername(String updatedByUsername)
    • updatedOn

      public NoteData updatedOn(OffsetDateTime updatedOn)
    • getUpdatedOn

      @Nullable public OffsetDateTime getUpdatedOn()
      Get updatedOn
      Returns:
      updatedOn
    • setUpdatedOn

      public void setUpdatedOn(OffsetDateTime updatedOn)
    • 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