Class Interested

java.lang.Object
com.maplander.backend.model.manage.CRM.Interested

public class Interested extends Object
  • Constructor Details

    • Interested

      public Interested()
    • Interested

      public Interested(Long propertyId, Long clientId, Long officeId)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getPropertyId

      public Long getPropertyId()
    • setPropertyId

      public void setPropertyId(Long propertyId)
    • getClientId

      public Long getClientId()
    • setClientId

      public void setClientId(Long clientId)
    • getOfficeId

      public Long getOfficeId()
    • setOfficeId

      public void setOfficeId(Long officeId)
    • toString

      public String toString()
      Overrides:
      toString in class Object