public class OfferApartmentBuy extends OfferRealEstateForList implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for OfferApartmentBuy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferApartmentBuy">
<complexContent>
<extension base="{http://rest.immobilienscout24.de/schema/offer/listelement/1.0}OfferRealEstateForList">
<group ref="{http://rest.immobilienscout24.de/schema/common/1.0}BaseApartmentBuyGroup"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
balcony |
protected Boolean |
builtInKitchen |
protected Boolean |
certificateOfEligibilityNeeded |
protected CourtageInfo |
courtage |
protected Boolean |
energyPerformanceCertificate |
protected Boolean |
garden |
protected BigDecimal |
livingSpace |
protected BigDecimal |
numberOfRooms |
protected Price |
price |
creation, floorplan, href, modification, publishChannels, publishDate, state, titlePictureaddress, apiSearchData, creationDate, externalId, id, lastModificationDate, realEstateState, title| Constructor and Description |
|---|
OfferApartmentBuy() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
CourtageInfo |
getCourtage()
Gets the value of the courtage property.
|
BigDecimal |
getLivingSpace()
Gets the value of the livingSpace property.
|
BigDecimal |
getNumberOfRooms()
Gets the value of the numberOfRooms property.
|
Price |
getPrice()
Gets the value of the price property.
|
Boolean |
isBalcony()
Gets the value of the balcony property.
|
Boolean |
isBuiltInKitchen()
Gets the value of the builtInKitchen property.
|
Boolean |
isCertificateOfEligibilityNeeded()
Gets the value of the certificateOfEligibilityNeeded property.
|
Boolean |
isEnergyPerformanceCertificate()
Gets the value of the energyPerformanceCertificate property.
|
Boolean |
isGarden()
Gets the value of the garden property.
|
void |
setBalcony(Boolean value)
Sets the value of the balcony property.
|
void |
setBuiltInKitchen(Boolean value)
Sets the value of the builtInKitchen property.
|
void |
setCertificateOfEligibilityNeeded(Boolean value)
Sets the value of the certificateOfEligibilityNeeded property.
|
void |
setCourtage(CourtageInfo value)
Sets the value of the courtage property.
|
void |
setEnergyPerformanceCertificate(Boolean value)
Sets the value of the energyPerformanceCertificate property.
|
void |
setGarden(Boolean value)
Sets the value of the garden property.
|
void |
setLivingSpace(BigDecimal value)
Sets the value of the livingSpace property.
|
void |
setNumberOfRooms(BigDecimal value)
Sets the value of the numberOfRooms property.
|
void |
setPrice(Price value)
Sets the value of the price property.
|
String |
toString() |
getCreation, getHref, getModification, getPublishChannels, getPublishDate, getState, getTitlePicture, isFloorplan, setCreation, setFloorplan, setHref, setModification, setPublishChannels, setPublishDate, setState, setTitlePicturegetAddress, getApiSearchData, getCreationDate, getExternalId, getId, getLastModificationDate, getRealEstateState, getTitle, setAddress, setApiSearchData, setCreationDate, setExternalId, setId, setLastModificationDate, setRealEstateState, setTitleprotected Price price
protected BigDecimal livingSpace
protected BigDecimal numberOfRooms
protected Boolean energyPerformanceCertificate
protected Boolean builtInKitchen
protected Boolean balcony
protected Boolean certificateOfEligibilityNeeded
protected Boolean garden
protected CourtageInfo courtage
public Price getPrice()
Pricepublic void setPrice(Price value)
value - allowed object is
Pricepublic BigDecimal getLivingSpace()
Stringpublic void setLivingSpace(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getNumberOfRooms()
Stringpublic void setNumberOfRooms(BigDecimal value)
value - allowed object is
Stringpublic Boolean isEnergyPerformanceCertificate()
Booleanpublic void setEnergyPerformanceCertificate(Boolean value)
value - allowed object is
Booleanpublic Boolean isBuiltInKitchen()
Booleanpublic void setBuiltInKitchen(Boolean value)
value - allowed object is
Booleanpublic Boolean isBalcony()
Booleanpublic void setBalcony(Boolean value)
value - allowed object is
Booleanpublic Boolean isCertificateOfEligibilityNeeded()
Booleanpublic void setCertificateOfEligibilityNeeded(Boolean value)
value - allowed object is
Booleanpublic Boolean isGarden()
Booleanpublic void setGarden(Boolean value)
value - allowed object is
Booleanpublic CourtageInfo getCourtage()
CourtageInfopublic void setCourtage(CourtageInfo value)
value - allowed object is
CourtageInfopublic String toString()
toString in class OfferRealEstateForListpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class OfferRealEstateForListpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class OfferRealEstateForListpublic Object clone()
clone in class OfferRealEstateForListpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class OfferRealEstateForListpublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class OfferRealEstateForListpublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class OfferRealEstateForListpublic boolean equals(Object object)
equals in class OfferRealEstateForListCopyright © 2016 OpenEstate. All rights reserved.