public class CommentData extends Object implements Serializable
| Constructor and Description |
|---|
CommentData() |
| Modifier and Type | Method and Description |
|---|---|
PrincipalData |
getAuthor() |
String |
getCode() |
Date |
getCreationDate() |
Boolean |
getFromCustomer() |
String |
getText() |
void |
setAuthor(PrincipalData author) |
void |
setCode(String code) |
void |
setCreationDate(Date creationDate) |
void |
setFromCustomer(Boolean fromCustomer) |
void |
setText(String text) |
public void setCode(String code)
public String getCode()
public void setText(String text)
public String getText()
public void setCreationDate(Date creationDate)
public Date getCreationDate()
public void setAuthor(PrincipalData author)
public PrincipalData getAuthor()
public void setFromCustomer(Boolean fromCustomer)
public Boolean getFromCustomer()
Copyright © 2017 SAP SE. All Rights Reserved.