public final class ProductDomain extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
ProductDomain() |
| 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 |
getDomain() |
String |
getName() |
String |
getSubdomain() |
String |
getUri() |
String |
getUrl() |
ProductDomain |
setDomain(String domain) |
ProductDomain |
setName(String name) |
ProductDomain |
setSubdomain(String subdomain) |
ProductDomain |
setUri(String uri) |
ProductDomain |
setUrl(String url) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getDomain()
public ProductDomain setDomain(String domain)
public String getName()
public ProductDomain setName(String name)
public String getSubdomain()
public ProductDomain setSubdomain(String subdomain)
public String getUri()
public ProductDomain setUri(String uri)
public String getUrl()
public ProductDomain setUrl(String url)
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.