public final class ProductPublishing extends Object implements org.ctoolkit.gwt.client.facade.RelevantNullChecker
| Constructor and Description |
|---|
ProductPublishing() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull() |
ProductDomain |
getAt()
The domain where a product will be publicly available, once published.
|
String |
getCategory()
The product categorisation from the (mobile) app user perspective.
|
Boolean |
getComingSoon()
The boolean indication whether to communicate publicly the product availability as coming soon.
|
Date |
getCreatedDate()
A date when product's publishing has been created.
|
String |
getDescription()
The product description for public use.
|
Date |
getModificationDate()
The last modification date of the product properties.
|
List<ProductPicture> |
getPictures()
The list of the pictures associated with this product.
|
Boolean |
getPublished()
The boolean indication whether to publish this product or not.
|
ProductPublishing |
setAt(ProductDomain at) |
ProductPublishing |
setCategory(String category) |
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) |
public ProductDomain getAt()
public ProductPublishing setAt(ProductDomain at)
public String getCategory()
public ProductPublishing setCategory(String category)
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()
allNull in interface org.ctoolkit.gwt.client.facade.RelevantNullCheckerCopyright © 2023. All rights reserved.