public class CustomerStory extends Object implements Serializable
| Constructor and Description |
|---|
CustomerStory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerstorytext() |
UUID |
getCustomerstoryuuid() |
List<Item> |
getItems() |
UUID |
getPartyuuid() |
Boolean |
getPublishedflag() |
Date |
getPublishedtimestamp() |
Boolean |
getReviewedflag() |
String |
getStatus() |
void |
setCustomerstorytext(String customerstorytext) |
void |
setCustomerstoryuuid(UUID customerstoryuuid) |
void |
setItems(List<Item> items) |
void |
setPartyuuid(UUID partyuuid) |
void |
setPublishedflag(Boolean publishedflag) |
void |
setPublishedtimestamp(Date publishedtimestamp) |
void |
setReviewedflag(Boolean reviewedflag) |
void |
setStatus(String status) |
public UUID getCustomerstoryuuid()
public void setCustomerstoryuuid(UUID customerstoryuuid)
customerstoryuuid - the customerstoryuuid to setpublic UUID getPartyuuid()
public void setPartyuuid(UUID partyuuid)
partyuuid - the partyuuid to setpublic String getCustomerstorytext()
public void setCustomerstorytext(String customerstorytext)
customerstorytext - the customerstorytext to setpublic Date getPublishedtimestamp()
public void setPublishedtimestamp(Date publishedtimestamp)
publishedtimestamp - the publishedtimestamp to setpublic Boolean getPublishedflag()
public void setPublishedflag(Boolean publishedflag)
publishedflag - the publishedflag to setpublic Boolean getReviewedflag()
public void setReviewedflag(Boolean reviewedflag)
reviewedflag - the reviewedflag to setpublic String getStatus()
public void setStatus(String status)
status - the status to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.