Class PropertyLite
java.lang.Object
com.maplander.backend.model.manage.property.PropertyLite
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyLite(com.google.cloud.bigquery.FieldValueList row) PropertyLite(Property property) PropertyLite(Long id) -
Method Summary
Modifier and TypeMethodDescriptiongetBrand()intintintgetId()getImage()doublegetPrice()intgetType()getUrl()booleanisGmls()booleanisMls()booleanisRov()voidsetAddress(Address address) voidsetAssessorName(String assessorName) voidsetAuthUsers(String authUsers) voidsetBrand(BrandTypeEnum brand) voidsetChangeDate(int changeDate) voidsetClasification(Integer clasification) voidsetCreationDate(int creationDate) voidsetCurrency(String currency) voidsetDescription(String description) voidsetEndPublishDate(int endPublishDate) voidsetFeatures(Features features) voidsetGmls(boolean gmls) voidvoidvoidvoidsetMls(boolean mls) voidsetOffering(OfferingTypeEnum offering) voidsetOfficeId(Long officeId) voidsetOwnerName(String ownerName) voidsetPrice(double price) voidsetRov(boolean rov) voidsetStartPublishDate(int startPublishDate) voidsetStatus(StatusTypeEnum status) voidsetType(PropertyTypeEnum type) voidvoidtoString()
-
Constructor Details
-
PropertyLite
public PropertyLite() -
PropertyLite
-
PropertyLite
public PropertyLite(com.google.cloud.bigquery.FieldValueList row) -
PropertyLite
-
-
Method Details
-
getId
-
setId
-
getOfficeId
-
setOfficeId
-
getUserId
-
setUserId
-
getType
-
setType
-
getOffering
-
setOffering
-
getBrand
-
setBrand
-
getAddress
-
setAddress
-
getPrice
public double getPrice() -
setPrice
public void setPrice(double price) -
getCurrency
-
setCurrency
-
getImage
-
setImage
-
getDescription
-
setDescription
-
getFeatures
-
setFeatures
-
getCreationDate
public int getCreationDate() -
setCreationDate
public void setCreationDate(int creationDate) -
getChangeDate
public int getChangeDate() -
setChangeDate
public void setChangeDate(int changeDate) -
getStatus
-
setStatus
-
isGmls
public boolean isGmls() -
setGmls
public void setGmls(boolean gmls) -
isRov
public boolean isRov() -
setRov
public void setRov(boolean rov) -
getStartPublishDate
public int getStartPublishDate() -
setStartPublishDate
public void setStartPublishDate(int startPublishDate) -
getEndPublishDate
public int getEndPublishDate() -
setEndPublishDate
public void setEndPublishDate(int endPublishDate) -
isMls
public boolean isMls() -
setMls
public void setMls(boolean mls) -
getUrl
-
setUrl
-
getAuthUsers
-
setAuthUsers
-
getImages
-
setImages
-
getClasification
-
setClasification
-
getAssessorName
-
setAssessorName
-
getOwnerName
-
setOwnerName
-
toString
-