Class Client

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

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

  • Constructor Details

    • Client

      public Client()
  • Method Details

    • accountNumber

      public Client accountNumber(String accountNumber)
    • getAccountNumber

      @Nullable public String getAccountNumber()
      Get accountNumber
      Returns:
      accountNumber
    • setAccountNumber

      public void setAccountNumber(String accountNumber)
    • activatedBy

      public Client activatedBy(AppUser activatedBy)
    • getActivatedBy

      @Nullable public AppUser getActivatedBy()
      Get activatedBy
      Returns:
      activatedBy
    • setActivatedBy

      public void setActivatedBy(AppUser activatedBy)
    • activationDate

      public Client activationDate(LocalDate activationDate)
    • getActivationDate

      @Nullable public LocalDate getActivationDate()
      Get activationDate
      Returns:
      activationDate
    • setActivationDate

      public void setActivationDate(LocalDate activationDate)
    • active

      public Client active(Boolean active)
    • getActive

      @Nullable public Boolean getActive()
      Get active
      Returns:
      active
    • setActive

      public void setActive(Boolean active)
    • clientClassification

      public Client clientClassification(CodeValue clientClassification)
    • getClientClassification

      @Nullable public CodeValue getClientClassification()
      Get clientClassification
      Returns:
      clientClassification
    • setClientClassification

      public void setClientClassification(CodeValue clientClassification)
    • clientType

      public Client clientType(CodeValue clientType)
    • getClientType

      @Nullable public CodeValue getClientType()
      Get clientType
      Returns:
      clientType
    • setClientType

      public void setClientType(CodeValue clientType)
    • closed

      public Client closed(Boolean closed)
    • getClosed

      @Nullable public Boolean getClosed()
      Get closed
      Returns:
      closed
    • setClosed

      public void setClosed(Boolean closed)
    • closedBy

      public Client closedBy(AppUser closedBy)
    • getClosedBy

      @Nullable public AppUser getClosedBy()
      Get closedBy
      Returns:
      closedBy
    • setClosedBy

      public void setClosedBy(AppUser closedBy)
    • closureDate

      public Client closureDate(LocalDate closureDate)
    • getClosureDate

      @Nullable public LocalDate getClosureDate()
      Get closureDate
      Returns:
      closureDate
    • setClosureDate

      public void setClosureDate(LocalDate closureDate)
    • closureReason

      public Client closureReason(CodeValue closureReason)
    • getClosureReason

      @Nullable public CodeValue getClosureReason()
      Get closureReason
      Returns:
      closureReason
    • setClosureReason

      public void setClosureReason(CodeValue closureReason)
    • createdBy

      public Client createdBy(Long createdBy)
    • getCreatedBy

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

      public void setCreatedBy(Long createdBy)
    • createdDate

      public Client createdDate(OffsetDateTime createdDate)
    • getCreatedDate

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

      public void setCreatedDate(OffsetDateTime createdDate)
    • dateOfBirth

      public Client dateOfBirth(LocalDate dateOfBirth)
    • getDateOfBirth

      @Nullable public LocalDate getDateOfBirth()
      Get dateOfBirth
      Returns:
      dateOfBirth
    • setDateOfBirth

      public void setDateOfBirth(LocalDate dateOfBirth)
    • displayName

      public Client displayName(String displayName)
    • getDisplayName

      @Nullable public String getDisplayName()
      Get displayName
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName(String displayName)
    • emailAddress

      public Client emailAddress(String emailAddress)
    • getEmailAddress

      @Nullable public String getEmailAddress()
      Get emailAddress
      Returns:
      emailAddress
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
    • externalId

      public Client externalId(ExternalId externalId)
    • getExternalId

      @Nullable public ExternalId getExternalId()
      Get externalId
      Returns:
      externalId
    • setExternalId

      public void setExternalId(ExternalId externalId)
    • firstname

      public Client firstname(String firstname)
    • getFirstname

      @Nullable public String getFirstname()
      Get firstname
      Returns:
      firstname
    • setFirstname

      public void setFirstname(String firstname)
    • fullname

      public Client fullname(String fullname)
    • getFullname

      @Nullable public String getFullname()
      Get fullname
      Returns:
      fullname
    • setFullname

      public void setFullname(String fullname)
    • gender

      public Client gender(CodeValue gender)
    • getGender

      @Nullable public CodeValue getGender()
      Get gender
      Returns:
      gender
    • setGender

      public void setGender(CodeValue gender)
    • groups

      public Client groups(Set<Group> groups)
    • addGroupsItem

      public Client addGroupsItem(Group groupsItem)
    • getGroups

      @Nullable public Set<Group> getGroups()
      Get groups
      Returns:
      groups
    • setGroups

      public void setGroups(Set<Group> groups)
    • id

      public Client id(Long id)
    • getId

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

      public void setId(Long id)
    • identifiers

      public Client identifiers(Set<ClientIdentifier> identifiers)
    • addIdentifiersItem

      public Client addIdentifiersItem(ClientIdentifier identifiersItem)
    • getIdentifiers

      @Nullable public Set<ClientIdentifier> getIdentifiers()
      Get identifiers
      Returns:
      identifiers
    • setIdentifiers

      public void setIdentifiers(Set<ClientIdentifier> identifiers)
    • image

      public Client image(Image image)
    • getImage

      @Nullable public Image getImage()
      Get image
      Returns:
      image
    • setImage

      public void setImage(Image image)
    • lastModifiedBy

      public Client lastModifiedBy(Long lastModifiedBy)
    • getLastModifiedBy

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

      public void setLastModifiedBy(Long lastModifiedBy)
    • lastModifiedDate

      public Client lastModifiedDate(OffsetDateTime lastModifiedDate)
    • getLastModifiedDate

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

      public void setLastModifiedDate(OffsetDateTime lastModifiedDate)
    • lastname

      public Client lastname(String lastname)
    • getLastname

      @Nullable public String getLastname()
      Get lastname
      Returns:
      lastname
    • setLastname

      public void setLastname(String lastname)
    • legalForm

      public Client legalForm(Integer legalForm)
    • getLegalForm

      @Nullable public Integer getLegalForm()
      Get legalForm
      Returns:
      legalForm
    • setLegalForm

      public void setLegalForm(Integer legalForm)
    • middlename

      public Client middlename(String middlename)
    • getMiddlename

      @Nullable public String getMiddlename()
      Get middlename
      Returns:
      middlename
    • setMiddlename

      public void setMiddlename(String middlename)
    • mobileNo

      public Client mobileNo(String mobileNo)
    • getMobileNo

      @Nullable public String getMobileNo()
      Get mobileNo
      Returns:
      mobileNo
    • setMobileNo

      public void setMobileNo(String mobileNo)
    • _new

      public Client _new(Boolean _new)
    • getNew

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

      public void setNew(Boolean _new)
    • notActive

      public Client notActive(Boolean notActive)
    • getNotActive

      @Nullable public Boolean getNotActive()
      Get notActive
      Returns:
      notActive
    • setNotActive

      public void setNotActive(Boolean notActive)
    • notPending

      public Client notPending(Boolean notPending)
    • getNotPending

      @Nullable public Boolean getNotPending()
      Get notPending
      Returns:
      notPending
    • setNotPending

      public void setNotPending(Boolean notPending)
    • notStaff

      public Client notStaff(Boolean notStaff)
    • getNotStaff

      @Nullable public Boolean getNotStaff()
      Get notStaff
      Returns:
      notStaff
    • setNotStaff

      public void setNotStaff(Boolean notStaff)
    • office

      public Client office(Office office)
    • getOffice

      @Nullable public Office getOffice()
      Get office
      Returns:
      office
    • setOffice

      public void setOffice(Office office)
    • officeJoiningDate

      public Client officeJoiningDate(LocalDate officeJoiningDate)
    • getOfficeJoiningDate

      @Nullable public LocalDate getOfficeJoiningDate()
      Get officeJoiningDate
      Returns:
      officeJoiningDate
    • setOfficeJoiningDate

      public void setOfficeJoiningDate(LocalDate officeJoiningDate)
    • pending

      public Client pending(Boolean pending)
    • getPending

      @Nullable public Boolean getPending()
      Get pending
      Returns:
      pending
    • setPending

      public void setPending(Boolean pending)
    • proposedTransferDate

      public Client proposedTransferDate(LocalDate proposedTransferDate)
    • getProposedTransferDate

      @Nullable public LocalDate getProposedTransferDate()
      Get proposedTransferDate
      Returns:
      proposedTransferDate
    • setProposedTransferDate

      public void setProposedTransferDate(LocalDate proposedTransferDate)
    • reactivateDate

      public Client reactivateDate(LocalDate reactivateDate)
    • getReactivateDate

      @Nullable public LocalDate getReactivateDate()
      Get reactivateDate
      Returns:
      reactivateDate
    • setReactivateDate

      public void setReactivateDate(LocalDate reactivateDate)
    • reactivatedBy

      public Client reactivatedBy(AppUser reactivatedBy)
    • getReactivatedBy

      @Nullable public AppUser getReactivatedBy()
      Get reactivatedBy
      Returns:
      reactivatedBy
    • setReactivatedBy

      public void setReactivatedBy(AppUser reactivatedBy)
    • rejected

      public Client rejected(Boolean rejected)
    • getRejected

      @Nullable public Boolean getRejected()
      Get rejected
      Returns:
      rejected
    • setRejected

      public void setRejected(Boolean rejected)
    • rejectedBy

      public Client rejectedBy(AppUser rejectedBy)
    • getRejectedBy

      @Nullable public AppUser getRejectedBy()
      Get rejectedBy
      Returns:
      rejectedBy
    • setRejectedBy

      public void setRejectedBy(AppUser rejectedBy)
    • rejectedDate

      public Client rejectedDate(LocalDate rejectedDate)
    • getRejectedDate

      @Nullable public LocalDate getRejectedDate()
      Get rejectedDate
      Returns:
      rejectedDate
    • setRejectedDate

      public void setRejectedDate(LocalDate rejectedDate)
    • rejectionDate

      public Client rejectionDate(LocalDate rejectionDate)
    • getRejectionDate

      @Nullable public LocalDate getRejectionDate()
      Get rejectionDate
      Returns:
      rejectionDate
    • setRejectionDate

      public void setRejectionDate(LocalDate rejectionDate)
    • rejectionReason

      public Client rejectionReason(CodeValue rejectionReason)
    • getRejectionReason

      @Nullable public CodeValue getRejectionReason()
      Get rejectionReason
      Returns:
      rejectionReason
    • setRejectionReason

      public void setRejectionReason(CodeValue rejectionReason)
    • reopenedBy

      public Client reopenedBy(AppUser reopenedBy)
    • getReopenedBy

      @Nullable public AppUser getReopenedBy()
      Get reopenedBy
      Returns:
      reopenedBy
    • setReopenedBy

      public void setReopenedBy(AppUser reopenedBy)
    • reopenedDate

      public Client reopenedDate(LocalDate reopenedDate)
    • getReopenedDate

      @Nullable public LocalDate getReopenedDate()
      Get reopenedDate
      Returns:
      reopenedDate
    • setReopenedDate

      public void setReopenedDate(LocalDate reopenedDate)
    • savingsAccountId

      public Client savingsAccountId(Long savingsAccountId)
    • getSavingsAccountId

      @Nullable public Long getSavingsAccountId()
      Get savingsAccountId
      Returns:
      savingsAccountId
    • setSavingsAccountId

      public void setSavingsAccountId(Long savingsAccountId)
    • savingsProductId

      public Client savingsProductId(Long savingsProductId)
    • getSavingsProductId

      @Nullable public Long getSavingsProductId()
      Get savingsProductId
      Returns:
      savingsProductId
    • setSavingsProductId

      public void setSavingsProductId(Long savingsProductId)
    • staff

      public Client staff(Staff staff)
    • getStaff

      @Nullable public Staff getStaff()
      Get staff
      Returns:
      staff
    • setStaff

      public void setStaff(Staff staff)
    • status

      public Client status(Integer status)
    • getStatus

      @Nullable public Integer getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(Integer status)
    • subStatus

      public Client subStatus(CodeValue subStatus)
    • getSubStatus

      @Nullable public CodeValue getSubStatus()
      Get subStatus
      Returns:
      subStatus
    • setSubStatus

      public void setSubStatus(CodeValue subStatus)
    • submittedOnDate

      public Client submittedOnDate(LocalDate submittedOnDate)
    • getSubmittedOnDate

      @Nullable public LocalDate getSubmittedOnDate()
      Get submittedOnDate
      Returns:
      submittedOnDate
    • setSubmittedOnDate

      public void setSubmittedOnDate(LocalDate submittedOnDate)
    • transferInProgress

      public Client transferInProgress(Boolean transferInProgress)
    • getTransferInProgress

      @Nullable public Boolean getTransferInProgress()
      Get transferInProgress
      Returns:
      transferInProgress
    • setTransferInProgress

      public void setTransferInProgress(Boolean transferInProgress)
    • transferInProgressOrOnHold

      public Client transferInProgressOrOnHold(Boolean transferInProgressOrOnHold)
    • getTransferInProgressOrOnHold

      @Nullable public Boolean getTransferInProgressOrOnHold()
      Get transferInProgressOrOnHold
      Returns:
      transferInProgressOrOnHold
    • setTransferInProgressOrOnHold

      public void setTransferInProgressOrOnHold(Boolean transferInProgressOrOnHold)
    • transferOnHold

      public Client transferOnHold(Boolean transferOnHold)
    • getTransferOnHold

      @Nullable public Boolean getTransferOnHold()
      Get transferOnHold
      Returns:
      transferOnHold
    • setTransferOnHold

      public void setTransferOnHold(Boolean transferOnHold)
    • transferToOffice

      public Client transferToOffice(Office transferToOffice)
    • getTransferToOffice

      @Nullable public Office getTransferToOffice()
      Get transferToOffice
      Returns:
      transferToOffice
    • setTransferToOffice

      public void setTransferToOffice(Office transferToOffice)
    • withdrawalDate

      public Client withdrawalDate(LocalDate withdrawalDate)
    • getWithdrawalDate

      @Nullable public LocalDate getWithdrawalDate()
      Get withdrawalDate
      Returns:
      withdrawalDate
    • setWithdrawalDate

      public void setWithdrawalDate(LocalDate withdrawalDate)
    • withdrawalReason

      public Client withdrawalReason(CodeValue withdrawalReason)
    • getWithdrawalReason

      @Nullable public CodeValue getWithdrawalReason()
      Get withdrawalReason
      Returns:
      withdrawalReason
    • setWithdrawalReason

      public void setWithdrawalReason(CodeValue withdrawalReason)
    • withdrawn

      public Client withdrawn(Boolean withdrawn)
    • getWithdrawn

      @Nullable public Boolean getWithdrawn()
      Get withdrawn
      Returns:
      withdrawn
    • setWithdrawn

      public void setWithdrawn(Boolean withdrawn)
    • withdrawnBy

      public Client withdrawnBy(AppUser withdrawnBy)
    • getWithdrawnBy

      @Nullable public AppUser getWithdrawnBy()
      Get withdrawnBy
      Returns:
      withdrawnBy
    • setWithdrawnBy

      public void setWithdrawnBy(AppUser withdrawnBy)
    • 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