Class PropertyReference
java.lang.Object
com.maplander.backend.model.manage.property.PropertyReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBrand()intintgetId()doublegetPrice()getType()doublebooleanvoidsetArchive(boolean archive) voidsetBrand(BrandTypeEnum brand) voidsetChangeDate(int changeDate) voidsetCreationDate(int creationDate) voidsetCurrency(String currency) voidsetExternalId(String externalId) voidvoidsetOffering(OfferingTypeEnum offering) voidsetOfficeId(Long officeId) voidsetPrice(double price) voidsetStatus(StatusTypeEnum status) voidsetType(PropertyTypeEnum type) voidsetUsdPrice(double usdPrice) voidtoString()
-
Constructor Details
-
PropertyReference
public PropertyReference() -
PropertyReference
-
-
Method Details
-
getId
-
setId
-
getExternalId
-
setExternalId
-
getBrand
-
setBrand
-
getOfficeId
-
setOfficeId
-
getUserId
-
setUserId
-
getType
-
setType
-
getOffering
-
setOffering
-
getStatus
-
setStatus
-
isArchive
public boolean isArchive() -
setArchive
public void setArchive(boolean archive) -
getPrice
public double getPrice() -
setPrice
public void setPrice(double price) -
getCurrency
-
setCurrency
-
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
-