Class PropertyInfo
java.lang.Object
com.maplander.backend.model.manage.property.PropertyInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatintintfloatintintdoublegetNotes()getOwner()floatintbooleanbooleanisMls()voidsetCommission(float commission) voidsetConsumerReporting(int consumerReporting) voidsetEndPublishDate(int endPublishDate) voidsetExclusivity(boolean exclusivity) voidsetLeaseTransferPrice(float leaseTransferPrice) voidsetListingAgreementStartDate(int listingAgreementStartDate) voidsetListingAgreementTime(int listingAgreementTime) voidsetLowestPrice(double lowestPrice) voidsetMls(boolean mls) voidvoidvoidsetSharedCommission(float sharedCommission) voidsetStartPublishDate(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
-