public class Bieterverfahren 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 Calendar |
beginnAngebotsphase |
protected Calendar |
beginnBietzeit |
protected Calendar |
besichtigungstermin |
protected Calendar |
besichtigungstermin2 |
protected Calendar |
endeBietzeit |
protected Boolean |
hoechstgebotZeigen |
protected Double |
mindestpreis |
protected List<UserDefinedAnyfield> |
userDefinedAnyfield |
protected List<UserDefinedExtend> |
userDefinedExtend |
protected List<UserDefinedSimplefield> |
userDefinedSimplefield |
Constructor and Description |
---|
Bieterverfahren() |
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) |
Calendar |
getBeginnAngebotsphase()
Gets the value of the beginnAngebotsphase property.
|
Calendar |
getBeginnBietzeit()
Gets the value of the beginnBietzeit property.
|
Calendar |
getBesichtigungstermin()
Gets the value of the besichtigungstermin property.
|
Calendar |
getBesichtigungstermin2()
Gets the value of the besichtigungstermin2 property.
|
Calendar |
getEndeBietzeit()
Gets the value of the endeBietzeit property.
|
Double |
getMindestpreis()
Gets the value of the mindestpreis property.
|
List<UserDefinedAnyfield> |
getUserDefinedAnyfield()
Gets the value of the userDefinedAnyfield property.
|
List<UserDefinedExtend> |
getUserDefinedExtend()
Gets the value of the userDefinedExtend property.
|
List<UserDefinedSimplefield> |
getUserDefinedSimplefield()
Gets the value of the userDefinedSimplefield property.
|
Boolean |
isHoechstgebotZeigen()
Gets the value of the hoechstgebotZeigen property.
|
void |
setBeginnAngebotsphase(Calendar value)
Sets the value of the beginnAngebotsphase property.
|
void |
setBeginnBietzeit(Calendar value)
Sets the value of the beginnBietzeit property.
|
void |
setBesichtigungstermin(Calendar value)
Sets the value of the besichtigungstermin property.
|
void |
setBesichtigungstermin2(Calendar value)
Sets the value of the besichtigungstermin2 property.
|
void |
setEndeBietzeit(Calendar value)
Sets the value of the endeBietzeit property.
|
void |
setHoechstgebotZeigen(Boolean value)
Sets the value of the hoechstgebotZeigen property.
|
void |
setMindestpreis(Double value)
Sets the value of the mindestpreis property.
|
String |
toString() |
protected Calendar beginnAngebotsphase
protected Calendar besichtigungstermin
protected Calendar besichtigungstermin2
protected Calendar beginnBietzeit
protected Calendar endeBietzeit
protected Boolean hoechstgebotZeigen
protected Double mindestpreis
protected List<UserDefinedSimplefield> userDefinedSimplefield
protected List<UserDefinedAnyfield> userDefinedAnyfield
protected List<UserDefinedExtend> userDefinedExtend
public Calendar getBeginnAngebotsphase()
String
public void setBeginnAngebotsphase(Calendar value)
value
- allowed object is
String
public Calendar getBesichtigungstermin()
String
public void setBesichtigungstermin(Calendar value)
value
- allowed object is
String
public Calendar getBesichtigungstermin2()
String
public void setBesichtigungstermin2(Calendar value)
value
- allowed object is
String
public Calendar getBeginnBietzeit()
String
public void setBeginnBietzeit(Calendar value)
value
- allowed object is
String
public Calendar getEndeBietzeit()
String
public void setEndeBietzeit(Calendar value)
value
- allowed object is
String
public Boolean isHoechstgebotZeigen()
Boolean
public void setHoechstgebotZeigen(Boolean value)
value
- allowed object is
Boolean
public Double getMindestpreis()
String
public void setMindestpreis(Double value)
value
- allowed object is
String
public List<UserDefinedSimplefield> getUserDefinedSimplefield()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the userDefinedSimplefield property.
For example, to add a new item, do as follows:
getUserDefinedSimplefield().add(newItem);
Objects of the following type(s) are allowed in the list
UserDefinedSimplefield
public List<UserDefinedAnyfield> getUserDefinedAnyfield()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the userDefinedAnyfield property.
For example, to add a new item, do as follows:
getUserDefinedAnyfield().add(newItem);
Objects of the following type(s) are allowed in the list
UserDefinedAnyfield
public List<UserDefinedExtend> getUserDefinedExtend()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the userDefinedExtend property.
For example, to add a new item, do as follows:
getUserDefinedExtend().add(newItem);
Objects of the following type(s) are allowed in the list
UserDefinedExtend
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.