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
Boolean
public void setGAS(Boolean value)
value
- allowed object is
Boolean
public Boolean isELEKTRO()
Boolean
public void setELEKTRO(Boolean value)
value
- allowed object is
Boolean
public Boolean isALTERNATIV()
Boolean
public void setALTERNATIV(Boolean value)
value
- allowed object is
Boolean
public Boolean isSOLAR()
Boolean
public void setSOLAR(Boolean value)
value
- allowed object is
Boolean
public Boolean isERDWAERME()
Boolean
public void setERDWAERME(Boolean value)
value
- allowed object is
Boolean
public Boolean isLUFTWP()
Boolean
public void setLUFTWP(Boolean value)
value
- allowed object is
Boolean
public Boolean isFERN()
Boolean
public void setFERN(Boolean value)
value
- allowed object is
Boolean
public Boolean isBLOCK()
Boolean
public void setBLOCK(Boolean value)
value
- allowed object is
Boolean
public Boolean isWASSERELEKTRO()
Boolean
public void setWASSERELEKTRO(Boolean value)
value
- allowed object is
Boolean
public Boolean isPELLET()
Boolean
public void setPELLET(Boolean value)
value
- allowed object is
Boolean
public Boolean isKOHLE()
Boolean
public void setKOHLE(Boolean value)
value
- allowed object is
Boolean
public Boolean isHOLZ()
Boolean
public void setHOLZ(Boolean value)
value
- allowed object is
Boolean
public Boolean isFLUESSIGGAS()
Boolean
public void setFLUESSIGGAS(Boolean value)
value
- allowed object is
Boolean
public 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.ToString
public 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.ToString
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.Equals
Copyright © 2015 OpenEstate. All rights reserved.