Class PropertyIds

java.lang.Object
com.maplander.backend.model.manage.property.complex.PropertyIds

public class PropertyIds extends Object
  • Constructor Details

    • PropertyIds

      public PropertyIds()
    • PropertyIds

      public PropertyIds(String integratorPropertyID, Long globalMLSKey)
    • PropertyIds

      public PropertyIds(com.google.cloud.bigquery.FieldValueList row)
  • Method Details

    • getIntegratorPropertyID

      public String getIntegratorPropertyID()
    • setIntegratorPropertyID

      public void setIntegratorPropertyID(String integratorPropertyID)
    • getGlobalMLSKey

      public Long getGlobalMLSKey()
    • setGlobalMLSKey

      public void setGlobalMLSKey(Long globalMLSKey)
    • toString

      public String toString()
      Overrides:
      toString in class Object