public final class NumberSeries extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
NumberSeries() |
| 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() |
Increment |
getIncrement() |
Date |
getModificationDate() |
String |
getSymbol() |
NumberSeries |
setCode(String code) |
NumberSeries |
setIncrement(Increment increment) |
NumberSeries |
setModificationDate(Date modificationDate) |
NumberSeries |
setSymbol(String symbol) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getCode()
public NumberSeries setCode(String code)
public Increment getIncrement()
public NumberSeries setIncrement(Increment increment)
public Date getModificationDate()
public NumberSeries setModificationDate(Date modificationDate)
public String getSymbol()
public NumberSeries setSymbol(String symbol)
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.