Class PropertyReference

java.lang.Object
com.maplander.backend.model.manage.property.PropertyReference

public class PropertyReference extends Object
  • Constructor Details

    • PropertyReference

      public PropertyReference()
    • PropertyReference

      public PropertyReference(Property property)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getBrand

      public BrandTypeEnum getBrand()
    • setBrand

      public void setBrand(BrandTypeEnum brand)
    • getOfficeId

      public Long getOfficeId()
    • setOfficeId

      public void setOfficeId(Long officeId)
    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId(Long userId)
    • getType

      public PropertyTypeEnum getType()
    • setType

      public void setType(PropertyTypeEnum type)
    • getOffering

      public OfferingTypeEnum getOffering()
    • setOffering

      public void setOffering(OfferingTypeEnum offering)
    • getStatus

      public StatusTypeEnum getStatus()
    • setStatus

      public void setStatus(StatusTypeEnum status)
    • isArchive

      public boolean isArchive()
    • setArchive

      public void setArchive(boolean archive)
    • getPrice

      public double getPrice()
    • setPrice

      public void setPrice(double price)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • getUsdPrice

      public double getUsdPrice()
    • setUsdPrice

      public void setUsdPrice(double usdPrice)
    • getCreationDate

      public int getCreationDate()
    • setCreationDate

      public void setCreationDate(int creationDate)
    • getChangeDate

      public int getChangeDate()
    • setChangeDate

      public void setChangeDate(int changeDate)
    • toString

      public String toString()
      Overrides:
      toString in class Object