public final class ProductInvoicing extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
ProductInvoicing() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
String |
getCode() |
NumberSeries |
getNumberSeries() |
Integer |
getTrialPeriod() |
String |
getUnit() |
ProductInvoicing |
setCode(String code) |
ProductInvoicing |
setNumberSeries(NumberSeries numberSeries) |
void |
setNumberSeriesIf(NumberSeries numberSeries) |
ProductInvoicing |
setTrialPeriod(Integer trialPeriod) |
ProductInvoicing |
setUnit(String unit) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getCode()
public ProductInvoicing setCode(String code)
public NumberSeries getNumberSeries()
public ProductInvoicing setNumberSeries(NumberSeries numberSeries)
public void setNumberSeriesIf(NumberSeries numberSeries)
public Integer getTrialPeriod()
public ProductInvoicing setTrialPeriod(Integer trialPeriod)
public String getUnit()
public ProductInvoicing setUnit(String unit)
public boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.