public class CaseCommentList extends Object implements ItemList<CaseComment>
| Constructor and Description |
|---|
CaseCommentList() |
CaseCommentList(CaseComment[] comments) |
CaseCommentList(List<CaseComment> comments) |
| Modifier and Type | Method and Description |
|---|---|
CaseComment[] |
getComments() |
List<CaseComment> |
getItems() |
void |
setComments(CaseComment[] comments) |
public CaseCommentList()
public CaseCommentList(CaseComment[] comments)
public CaseCommentList(List<CaseComment> comments)
public CaseComment[] getComments()
public void setComments(CaseComment[] comments)
public List<CaseComment> getItems()
getItems in interface ItemList<CaseComment>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.