public final class PricingProduct extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
PricingProduct() |
| 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. |
Long |
getId() |
Integer |
getTemplateId() |
PricingProduct |
setId(Long id) |
PricingProduct |
setTemplateId(Integer templateId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic Long getId()
public PricingProduct setId(Long id)
public Integer getTemplateId()
public PricingProduct setTemplateId(Integer templateId)
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.