public final class Increment extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
Increment() |
| 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 |
getCurrent() |
Long |
getId() |
Integer |
getLength() |
String |
getPostfix() |
String |
getPrefix() |
Integer |
getYear() |
Increment |
setCurrent(String current) |
Increment |
setId(Long id) |
Increment |
setLength(Integer length) |
Increment |
setPostfix(String postfix) |
Increment |
setPrefix(String prefix) |
Increment |
setYear(Integer year) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getCurrent()
public Long getId()
public Integer getLength()
public String getPostfix()
public String getPrefix()
public Integer getYear()
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.