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