public class GarageBuy extends RealEstate implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
Java class for GarageBuy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GarageBuy">
<complexContent>
<extension base="{http://rest.immobilienscout24.de/schema/offer/realestates/1.0}RealEstate">
<sequence>
<group ref="{http://rest.immobilienscout24.de/schema/common/1.0}ExtendedGarageBuyGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
RealEstate.Contact| Modifier and Type | Field and Description |
|---|---|
protected RealEstateCondition |
condition |
protected Integer |
constructionYear |
protected CourtageInfo |
courtage |
protected GarageType |
garageType |
protected BigDecimal |
heightGarage |
protected Long |
lastRefurbishment |
protected BigDecimal |
lengthGarage |
protected Price |
price |
protected BigDecimal |
usableFloorSpace |
protected BigDecimal |
widthGarage |
contact, publishChannels, showAddressattachments, descriptionNote, furnishingNote, groupNumber, locationNote, otherNote, realEstateProjectId, referencePriceApiCall, referencePriceServiceCalladdress, apiSearchData, creationDate, externalId, id, lastModificationDate, realEstateState, title| Constructor and Description |
|---|
GarageBuy() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy strategy) |
RealEstateCondition |
getCondition()
Gets the value of the condition property.
|
Integer |
getConstructionYear()
Gets the value of the constructionYear property.
|
CourtageInfo |
getCourtage()
Gets the value of the courtage property.
|
GarageType |
getGarageType()
Gets the value of the garageType property.
|
BigDecimal |
getHeightGarage()
Gets the value of the heightGarage property.
|
Long |
getLastRefurbishment()
Gets the value of the lastRefurbishment property.
|
BigDecimal |
getLengthGarage()
Gets the value of the lengthGarage property.
|
Price |
getPrice()
Gets the value of the price property.
|
BigDecimal |
getUsableFloorSpace()
Gets the value of the usableFloorSpace property.
|
BigDecimal |
getWidthGarage()
Gets the value of the widthGarage property.
|
void |
setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
setConstructionYear(Integer value)
Sets the value of the constructionYear property.
|
void |
setCourtage(CourtageInfo value)
Sets the value of the courtage property.
|
void |
setGarageType(GarageType value)
Sets the value of the garageType property.
|
void |
setHeightGarage(BigDecimal value)
Sets the value of the heightGarage property.
|
void |
setLastRefurbishment(Long value)
Sets the value of the lastRefurbishment property.
|
void |
setLengthGarage(BigDecimal value)
Sets the value of the lengthGarage property.
|
void |
setPrice(Price value)
Sets the value of the price property.
|
void |
setUsableFloorSpace(BigDecimal value)
Sets the value of the usableFloorSpace property.
|
void |
setWidthGarage(BigDecimal value)
Sets the value of the widthGarage property.
|
String |
toString() |
getContact, getPublishChannels, isShowAddress, setContact, setPublishChannels, setShowAddressgetAttachments, getDescriptionNote, getFurnishingNote, getGroupNumber, getLocationNote, getOtherNote, getRealEstateProjectId, getReferencePriceApiCall, getReferencePriceServiceCall, setAttachments, setDescriptionNote, setFurnishingNote, setGroupNumber, setLocationNote, setOtherNote, setRealEstateProjectId, setReferencePriceApiCall, setReferencePriceServiceCallgetAddress, getApiSearchData, getCreationDate, getExternalId, getId, getLastModificationDate, getRealEstateState, getTitle, setAddress, setApiSearchData, setCreationDate, setExternalId, setId, setLastModificationDate, setRealEstateState, setTitleprotected Price price
protected BigDecimal usableFloorSpace
protected CourtageInfo courtage
protected GarageType garageType
protected Integer constructionYear
protected BigDecimal lengthGarage
protected BigDecimal widthGarage
protected BigDecimal heightGarage
protected RealEstateCondition condition
protected Long lastRefurbishment
public Price getPrice()
Pricepublic void setPrice(Price value)
value - allowed object is
Pricepublic BigDecimal getUsableFloorSpace()
Stringpublic void setUsableFloorSpace(BigDecimal value)
value - allowed object is
Stringpublic CourtageInfo getCourtage()
CourtageInfopublic void setCourtage(CourtageInfo value)
value - allowed object is
CourtageInfopublic GarageType getGarageType()
GarageTypepublic void setGarageType(GarageType value)
value - allowed object is
GarageTypepublic Integer getConstructionYear()
Stringpublic void setConstructionYear(Integer value)
value - allowed object is
Stringpublic BigDecimal getLengthGarage()
Stringpublic void setLengthGarage(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getWidthGarage()
Stringpublic void setWidthGarage(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getHeightGarage()
Stringpublic void setHeightGarage(BigDecimal value)
value - allowed object is
Stringpublic RealEstateCondition getCondition()
RealEstateConditionpublic void setCondition(RealEstateCondition value)
value - allowed object is
RealEstateConditionpublic Long getLastRefurbishment()
Stringpublic void setLastRefurbishment(Long value)
value - allowed object is
Stringpublic String toString()
toString in class RealEstatepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class RealEstatepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class RealEstatepublic Object clone()
clone in class RealEstatepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RealEstatepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RealEstatepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class RealEstatepublic boolean equals(Object object)
equals in class RealEstateCopyright © 2015 OpenEstate. All rights reserved.