Class StaffData

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

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

  • Constructor Details

    • StaffData

      public StaffData()
  • Method Details

    • allowedOffices

      public StaffData allowedOffices(List<OfficeData> allowedOffices)
    • addAllowedOfficesItem

      public StaffData addAllowedOfficesItem(OfficeData allowedOfficesItem)
    • getAllowedOffices

      @Nullable public List<OfficeData> getAllowedOffices()
      Get allowedOffices
      Returns:
      allowedOffices
    • setAllowedOffices

      public void setAllowedOffices(List<OfficeData> allowedOffices)
    • dateFormat

      public StaffData dateFormat(String dateFormat)
    • getDateFormat

      @Nullable public String getDateFormat()
      Get dateFormat
      Returns:
      dateFormat
    • setDateFormat

      public void setDateFormat(String dateFormat)
    • displayName

      public StaffData displayName(String displayName)
    • getDisplayName

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

      public void setDisplayName(String displayName)
    • externalId

      public StaffData externalId(String externalId)
    • getExternalId

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

      public void setExternalId(String externalId)
    • firstname

      public StaffData firstname(String firstname)
    • getFirstname

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

      public void setFirstname(String firstname)
    • id

      public StaffData id(Long id)
    • getId

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

      public void setId(Long id)
    • isActive

      public StaffData isActive(Boolean isActive)
    • getIsActive

      @Nullable public Boolean getIsActive()
      Get isActive
      Returns:
      isActive
    • setIsActive

      public void setIsActive(Boolean isActive)
    • isLoanOfficer

      public StaffData isLoanOfficer(Boolean isLoanOfficer)
    • getIsLoanOfficer

      @Nullable public Boolean getIsLoanOfficer()
      Get isLoanOfficer
      Returns:
      isLoanOfficer
    • setIsLoanOfficer

      public void setIsLoanOfficer(Boolean isLoanOfficer)
    • joiningDate

      public StaffData joiningDate(LocalDate joiningDate)
    • getJoiningDate

      @Nullable public LocalDate getJoiningDate()
      Get joiningDate
      Returns:
      joiningDate
    • setJoiningDate

      public void setJoiningDate(LocalDate joiningDate)
    • lastname

      public StaffData lastname(String lastname)
    • getLastname

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

      public void setLastname(String lastname)
    • locale

      public StaffData locale(String locale)
    • getLocale

      @Nullable public String getLocale()
      Get locale
      Returns:
      locale
    • setLocale

      public void setLocale(String locale)
    • mobileNo

      public StaffData mobileNo(String mobileNo)
    • getMobileNo

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

      public void setMobileNo(String mobileNo)
    • officeId

      public StaffData officeId(Long officeId)
    • getOfficeId

      @Nullable public Long getOfficeId()
      Get officeId
      Returns:
      officeId
    • setOfficeId

      public void setOfficeId(Long officeId)
    • officeName

      public StaffData officeName(String officeName)
    • getOfficeName

      @Nullable public String getOfficeName()
      Get officeName
      Returns:
      officeName
    • setOfficeName

      public void setOfficeName(String officeName)
    • rowIndex

      public StaffData rowIndex(Integer rowIndex)
    • getRowIndex

      @Nullable public Integer getRowIndex()
      Get rowIndex
      Returns:
      rowIndex
    • setRowIndex

      public void setRowIndex(Integer rowIndex)
    • 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