Class PropertyInfo
java.lang.Object
com.maplander.backend.model.manage.property.PropertyInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
int
int
float
int
int
double
getNotes()
getOwner()
float
int
boolean
boolean
isMls()
void
setCommission
(float commission) void
setConsumerReporting
(int consumerReporting) void
setEndPublishDate
(int endPublishDate) void
setExclusivity
(boolean exclusivity) void
setLeaseTransferPrice
(float leaseTransferPrice) void
setListingAgreementStartDate
(int listingAgreementStartDate) void
setListingAgreementTime
(int listingAgreementTime) void
setLowestPrice
(double lowestPrice) void
setMls
(boolean mls) void
void
void
setSharedCommission
(float sharedCommission) void
setStartPublishDate
(int startPublishDate) toString()
-
Constructor Details
-
PropertyInfo
public PropertyInfo()
-
-
Method Details
-
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) -
getCommission
public float getCommission() -
setCommission
public void setCommission(float commission) -
getLowestPrice
public double getLowestPrice() -
setLowestPrice
public void setLowestPrice(double lowestPrice) -
getNotes
-
setNotes
-
getOwner
-
setOwner
-
getLeaseTransferPrice
public float getLeaseTransferPrice() -
setLeaseTransferPrice
public void setLeaseTransferPrice(float leaseTransferPrice) -
isExclusivity
public boolean isExclusivity() -
setExclusivity
public void setExclusivity(boolean exclusivity) -
getListingAgreementTime
public int getListingAgreementTime() -
setListingAgreementTime
public void setListingAgreementTime(int listingAgreementTime) -
getListingAgreementStartDate
public int getListingAgreementStartDate() -
setListingAgreementStartDate
public void setListingAgreementStartDate(int listingAgreementStartDate) -
getConsumerReporting
public int getConsumerReporting() -
setConsumerReporting
public void setConsumerReporting(int consumerReporting) -
toString
-