Class Notes

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

public class Notes extends Object
  • Constructor Details

    • Notes

      public Notes()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getClientId

      public Long getClientId()
    • setClientId

      public void setClientId(Long clientId)
    • getPropertyId

      public Long getPropertyId()
    • setPropertyId

      public void setPropertyId(Long propertyId)
    • getOfficeId

      public Long getOfficeId()
    • setOfficeId

      public void setOfficeId(Long officeId)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • toString

      public String toString()
      Overrides:
      toString in class Object