@CodingStyleguideUnaware public class RetailPlannedImpactType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
RetailPlannedImpactType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
RetailPlannedImpactType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RetailPlannedImpactType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AmountType |
getAmount()
<pre>
<?
|
BigDecimal |
getAmountValue()
Get the value of the contained AmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ForecastPurposeCodeType |
getForecastPurposeCode()
<pre>
<?
|
String |
getForecastPurposeCodeValue()
Get the value of the contained ForecastPurposeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ForecastTypeCodeType |
getForecastTypeCode()
<pre>
<?
|
String |
getForecastTypeCodeValue()
Get the value of the contained ForecastTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PeriodType |
getPeriod()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAmount(AmountType value)
Sets the value of the amount property.
|
AmountType |
setAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setForecastPurposeCode(ForecastPurposeCodeType value)
Sets the value of the forecastPurposeCode property.
|
ForecastPurposeCodeType |
setForecastPurposeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setForecastTypeCode(ForecastTypeCodeType value)
Sets the value of the forecastTypeCode property.
|
ForecastTypeCodeType |
setForecastTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public RetailPlannedImpactType()
@Nullable public AmountType getAmount()
AmountTypepublic void setAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public ForecastPurposeCodeType getForecastPurposeCode()
ForecastPurposeCodeTypepublic void setForecastPurposeCode(@Nullable ForecastPurposeCodeType value)
value - allowed object is
ForecastPurposeCodeType@Nullable public ForecastTypeCodeType getForecastTypeCode()
ForecastTypeCodeTypepublic void setForecastTypeCode(@Nullable ForecastTypeCodeType value)
value - allowed object is
ForecastTypeCodeType@Nullable public PeriodType getPeriod()
PeriodTypepublic void setPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull RetailPlannedImpactType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public RetailPlannedImpactType clone()
@Nonnull public AmountType setAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ForecastPurposeCodeType setForecastPurposeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ForecastTypeCodeType setForecastTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getAmountValue()
@Nullable public String getForecastPurposeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.