public class OfferGastronomy extends OfferRealEstateForList implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
Java class for OfferGastronomy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferGastronomy">
<complexContent>
<extension base="{http://rest.immobilienscout24.de/schema/offer/listelement/1.0}OfferRealEstateForList">
<sequence>
<group ref="{http://rest.immobilienscout24.de/schema/common/1.0}BaseGastronomyGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Price |
calculatedPrice |
protected CommercializationType |
commercializationType |
protected CourtageInfo |
courtage |
protected GastronomyType |
gastronomyType |
protected BigDecimal |
minDivisible |
protected BigDecimal |
netFloorSpace |
protected Price |
price |
protected BigDecimal |
totalFloorSpace |
creation, floorplan, href, modification, publishChannels, publishDate, state, titlePictureaddress, apiSearchData, creationDate, externalId, id, lastModificationDate, realEstateState, title| Constructor and Description |
|---|
OfferGastronomy() |
| 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) |
Price |
getCalculatedPrice()
Gets the value of the calculatedPrice property.
|
CommercializationType |
getCommercializationType()
Gets the value of the commercializationType property.
|
CourtageInfo |
getCourtage()
Gets the value of the courtage property.
|
GastronomyType |
getGastronomyType()
Gets the value of the gastronomyType property.
|
BigDecimal |
getMinDivisible()
Gets the value of the minDivisible property.
|
BigDecimal |
getNetFloorSpace()
Gets the value of the netFloorSpace property.
|
Price |
getPrice()
Gets the value of the price property.
|
BigDecimal |
getTotalFloorSpace()
Gets the value of the totalFloorSpace property.
|
void |
setCalculatedPrice(Price value)
Sets the value of the calculatedPrice property.
|
void |
setCommercializationType(CommercializationType value)
Sets the value of the commercializationType property.
|
void |
setCourtage(CourtageInfo value)
Sets the value of the courtage property.
|
void |
setGastronomyType(GastronomyType value)
Sets the value of the gastronomyType property.
|
void |
setMinDivisible(BigDecimal value)
Sets the value of the minDivisible property.
|
void |
setNetFloorSpace(BigDecimal value)
Sets the value of the netFloorSpace property.
|
void |
setPrice(Price value)
Sets the value of the price property.
|
void |
setTotalFloorSpace(BigDecimal value)
Sets the value of the totalFloorSpace 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 CommercializationType commercializationType
protected Price price
protected Price calculatedPrice
protected BigDecimal totalFloorSpace
protected BigDecimal netFloorSpace
protected BigDecimal minDivisible
protected CourtageInfo courtage
protected GastronomyType gastronomyType
public CommercializationType getCommercializationType()
CommercializationTypepublic void setCommercializationType(CommercializationType value)
value - allowed object is
CommercializationTypepublic Price getPrice()
Pricepublic void setPrice(Price value)
value - allowed object is
Pricepublic Price getCalculatedPrice()
Pricepublic void setCalculatedPrice(Price value)
value - allowed object is
Pricepublic BigDecimal getTotalFloorSpace()
Stringpublic void setTotalFloorSpace(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getNetFloorSpace()
Stringpublic void setNetFloorSpace(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getMinDivisible()
Stringpublic void setMinDivisible(BigDecimal value)
value - allowed object is
Stringpublic CourtageInfo getCourtage()
CourtageInfopublic void setCourtage(CourtageInfo value)
value - allowed object is
CourtageInfopublic GastronomyType getGastronomyType()
GastronomyTypepublic void setGastronomyType(GastronomyType value)
value - allowed object is
GastronomyTypepublic String toString()
toString in class OfferRealEstateForListpublic 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 OfferRealEstateForListpublic 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 OfferRealEstateForListpublic Object clone()
clone in class OfferRealEstateForListpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class OfferRealEstateForListpublic 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 OfferRealEstateForListpublic 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 OfferRealEstateForListpublic boolean equals(Object object)
equals in class OfferRealEstateForListCopyright © 2015 OpenEstate. All rights reserved.