Class PropertyLiteBot
java.lang.Object
com.maplander.backend.model.manage.property.PropertyLiteBot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBcId()getBrand()intintintgetId()getImage()doublegetPrice()intgetType()getUrl()booleanisMls()voidsetAddress(Address address) voidsetAmenities(Amenities amenities) voidsetAuthUsers(String authUsers) voidvoidsetBrand(BrandTypeEnum brand) voidsetChangeDate(int changeDate) voidsetCreationDate(int creationDate) voidsetCurrency(String currency) voidsetDescription(String description) voidsetEndPublishDate(int endPublishDate) voidsetFeatures(Features features) voidvoidvoidsetMls(boolean mls) voidsetOffering(OfferingTypeEnum offering) voidsetOfficeId(Long officeId) voidsetPrice(double price) voidsetStartPublishDate(int startPublishDate) voidsetStatus(StatusTypeEnum status) voidsetThumbnailBC(String thumbnailBC) voidsetType(PropertyTypeEnum type) voidvoidtoString()
-
Constructor Details
-
PropertyLiteBot
public PropertyLiteBot() -
PropertyLiteBot
-
-
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
-
getFeatures
-
setFeatures
-
getCreationDate
public int getCreationDate() -
setCreationDate
public void setCreationDate(int creationDate) -
getChangeDate
public int getChangeDate() -
setChangeDate
public void setChangeDate(int changeDate) -
getStatus
-
setStatus
-
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
-
getDescription
-
setDescription
-
getThumbnailBC
-
setThumbnailBC
-
getBcId
-
setBcId
-
getAmenities
-
setAmenities
-
toString
-