public final class ProductPublishing extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
ProductPublishing() |
| 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. |
ProductDomain |
getAt() |
Boolean |
getComingSoon() |
Date |
getCreatedDate() |
String |
getDescription() |
Date |
getModificationDate() |
List<ProductPicture> |
getPictures() |
Boolean |
getPublished() |
ProductPublishing |
setAt(ProductDomain at) |
ProductPublishing |
setComingSoon(Boolean comingSoon) |
ProductPublishing |
setCreatedDate(Date createdDate) |
ProductPublishing |
setDescription(String description) |
ProductPublishing |
setModificationDate(Date modificationDate) |
ProductPublishing |
setPictures(List<ProductPicture> pictures) |
ProductPublishing |
setPublished(Boolean published) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic ProductDomain getAt()
public ProductPublishing setAt(ProductDomain at)
public Boolean getComingSoon()
public ProductPublishing setComingSoon(Boolean comingSoon)
public Date getCreatedDate()
public ProductPublishing setCreatedDate(Date createdDate)
public String getDescription()
public ProductPublishing setDescription(String description)
public Date getModificationDate()
public ProductPublishing setModificationDate(Date modificationDate)
public List<ProductPicture> getPictures()
public ProductPublishing setPictures(List<ProductPicture> pictures)
public Boolean getPublished()
public ProductPublishing setPublished(Boolean published)
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.