Class PropertyInfo

java.lang.Object
com.maplander.backend.repository.model_table.common.PropertyInfo

@Embeddable public class PropertyInfo extends Object
  • Constructor Details

    • PropertyInfo

      public PropertyInfo()
  • Method Details

    • getStartPublishDate

      public Integer getStartPublishDate()
    • setStartPublishDate

      public void setStartPublishDate(Integer startPublishDate)
    • getEndPublishDate

      public Integer getEndPublishDate()
    • setEndPublishDate

      public void setEndPublishDate(Integer endPublishDate)
    • getMls

      public Boolean getMls()
    • setMls

      public void setMls(Boolean mls)
    • getSharedCommission

      public Float getSharedCommission()
    • setSharedCommission

      public void setSharedCommission(Float sharedCommission)
    • getCommission

      public Float getCommission()
    • setCommission

      public void setCommission(Float commission)
    • getLowestPrice

      public Double getLowestPrice()
    • setLowestPrice

      public void setLowestPrice(Double lowestPrice)
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes(String notes)
    • getOwner

      public Owner getOwner()
    • setOwner

      public void setOwner(Owner owner)
    • getLeaseTransferPrice

      public Float getLeaseTransferPrice()
    • setLeaseTransferPrice

      public void setLeaseTransferPrice(Float leaseTransferPrice)
    • getExclusivity

      public Boolean getExclusivity()
    • setExclusivity

      public void setExclusivity(Boolean exclusivity)
    • getListingAgreementTime

      public Integer getListingAgreementTime()
    • setListingAgreementTime

      public void setListingAgreementTime(Integer listingAgreementTime)
    • getListingAgreementStartDate

      public Integer getListingAgreementStartDate()
    • setListingAgreementStartDate

      public void setListingAgreementStartDate(Integer listingAgreementStartDate)
    • getConsumerReporting

      public Integer getConsumerReporting()
    • setConsumerReporting

      public void setConsumerReporting(Integer consumerReporting)
    • toString

      public String toString()
      Overrides:
      toString in class Object