public class Befeuerung extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
alternativ |
protected Boolean |
block |
protected Boolean |
elektro |
protected Boolean |
erdwaerme |
protected Boolean |
fern |
protected Boolean |
fluessiggas |
protected Boolean |
gas |
protected Boolean |
holz |
protected Boolean |
kohle |
protected Boolean |
luftwp |
protected Boolean |
oel |
protected Boolean |
pellet |
protected Boolean |
solar |
protected Boolean |
wasserelektro |
| Constructor and Description |
|---|
Befeuerung() |
| 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) |
Boolean |
isALTERNATIV()
Gets the value of the alternativ property.
|
Boolean |
isBLOCK()
Gets the value of the block property.
|
Boolean |
isELEKTRO()
Gets the value of the elektro property.
|
Boolean |
isERDWAERME()
Gets the value of the erdwaerme property.
|
Boolean |
isFERN()
Gets the value of the fern property.
|
Boolean |
isFLUESSIGGAS()
Gets the value of the fluessiggas property.
|
Boolean |
isGAS()
Gets the value of the gas property.
|
Boolean |
isHOLZ()
Gets the value of the holz property.
|
Boolean |
isKOHLE()
Gets the value of the kohle property.
|
Boolean |
isLUFTWP()
Gets the value of the luftwp property.
|
Boolean |
isOEL()
Gets the value of the oel property.
|
Boolean |
isPELLET()
Gets the value of the pellet property.
|
Boolean |
isSOLAR()
Gets the value of the solar property.
|
Boolean |
isWASSERELEKTRO()
Gets the value of the wasserelektro property.
|
void |
setALTERNATIV(Boolean value)
Sets the value of the alternativ property.
|
void |
setBLOCK(Boolean value)
Sets the value of the block property.
|
void |
setELEKTRO(Boolean value)
Sets the value of the elektro property.
|
void |
setERDWAERME(Boolean value)
Sets the value of the erdwaerme property.
|
void |
setFERN(Boolean value)
Sets the value of the fern property.
|
void |
setFLUESSIGGAS(Boolean value)
Sets the value of the fluessiggas property.
|
void |
setGAS(Boolean value)
Sets the value of the gas property.
|
void |
setHOLZ(Boolean value)
Sets the value of the holz property.
|
void |
setKOHLE(Boolean value)
Sets the value of the kohle property.
|
void |
setLUFTWP(Boolean value)
Sets the value of the luftwp property.
|
void |
setOEL(Boolean value)
Sets the value of the oel property.
|
void |
setPELLET(Boolean value)
Sets the value of the pellet property.
|
void |
setSOLAR(Boolean value)
Sets the value of the solar property.
|
void |
setWASSERELEKTRO(Boolean value)
Sets the value of the wasserelektro property.
|
String |
toString() |
protected Boolean oel
protected Boolean gas
protected Boolean elektro
protected Boolean alternativ
protected Boolean solar
protected Boolean erdwaerme
protected Boolean luftwp
protected Boolean fern
protected Boolean block
protected Boolean wasserelektro
protected Boolean pellet
protected Boolean kohle
protected Boolean holz
protected Boolean fluessiggas
public void setOEL(Boolean value)
value - allowed object is
Booleanpublic void setGAS(Boolean value)
value - allowed object is
Booleanpublic Boolean isELEKTRO()
Booleanpublic void setELEKTRO(Boolean value)
value - allowed object is
Booleanpublic Boolean isALTERNATIV()
Booleanpublic void setALTERNATIV(Boolean value)
value - allowed object is
Booleanpublic Boolean isSOLAR()
Booleanpublic void setSOLAR(Boolean value)
value - allowed object is
Booleanpublic Boolean isERDWAERME()
Booleanpublic void setERDWAERME(Boolean value)
value - allowed object is
Booleanpublic Boolean isLUFTWP()
Booleanpublic void setLUFTWP(Boolean value)
value - allowed object is
Booleanpublic Boolean isFERN()
Booleanpublic void setFERN(Boolean value)
value - allowed object is
Booleanpublic Boolean isBLOCK()
Booleanpublic void setBLOCK(Boolean value)
value - allowed object is
Booleanpublic Boolean isWASSERELEKTRO()
Booleanpublic void setWASSERELEKTRO(Boolean value)
value - allowed object is
Booleanpublic Boolean isPELLET()
Booleanpublic void setPELLET(Boolean value)
value - allowed object is
Booleanpublic Boolean isKOHLE()
Booleanpublic void setKOHLE(Boolean value)
value - allowed object is
Booleanpublic Boolean isHOLZ()
Booleanpublic void setHOLZ(Boolean value)
value - allowed object is
Booleanpublic Boolean isFLUESSIGGAS()
Booleanpublic void setFLUESSIGGAS(Boolean value)
value - allowed object is
Booleanpublic 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.ToStringpublic 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.ToStringpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic 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.EqualsCopyright © 2015 OpenEstate. All rights reserved.