Class PropertyReference
java.lang.Object
com.maplander.backend.model.manage.property.PropertyReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBrand()
int
int
getId()
double
getPrice()
getType()
double
boolean
void
setArchive
(boolean archive) void
setBrand
(BrandTypeEnum brand) void
setChangeDate
(int changeDate) void
setCreationDate
(int creationDate) void
setCurrency
(String currency) void
setExternalId
(String externalId) void
void
setOffering
(OfferingTypeEnum offering) void
setOfficeId
(Long officeId) void
setPrice
(double price) void
setStatus
(StatusTypeEnum status) void
setType
(PropertyTypeEnum type) void
setUsdPrice
(double usdPrice) void
toString()
-
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
-