public class CommentUserSettingDTO extends ItemDTO
| Constructor and Description |
|---|
CommentUserSettingDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCommentDTO |
getComment() |
Boolean |
getHidden() |
Boolean |
getIgnored() |
Integer |
getPriority() |
Boolean |
getRead() |
UserDTO |
getUser() |
Boolean |
getWorkStatus() |
void |
setComment(AbstractCommentDTO value) |
void |
setHidden(Boolean value) |
void |
setIgnored(Boolean value) |
void |
setPriority(Integer value) |
void |
setRead(Boolean value) |
void |
setUser(UserDTO value) |
void |
setWorkStatus(Boolean value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic CommentUserSettingDTO()
public AbstractCommentDTO getComment()
public Boolean getHidden()
public Boolean getIgnored()
public Integer getPriority()
public Boolean getRead()
public UserDTO getUser()
public Boolean getWorkStatus()
public void setComment(AbstractCommentDTO value)
public void setHidden(Boolean value)
public void setIgnored(Boolean value)
public void setPriority(Integer value)
public void setRead(Boolean value)
public void setUser(UserDTO value)
public void setWorkStatus(Boolean value)
Copyright © 2017 SAP SE. All Rights Reserved.