Package org.kie.server.api.model.cases
Class CaseCommentList
- java.lang.Object
-
- org.kie.server.api.model.cases.CaseCommentList
-
- All Implemented Interfaces:
ItemList<CaseComment>
public class CaseCommentList extends Object implements ItemList<CaseComment>
-
-
Constructor Summary
Constructors Constructor Description CaseCommentList()CaseCommentList(List<CaseComment> comments)CaseCommentList(CaseComment[] comments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaseComment[]getComments()List<CaseComment>getItems()voidsetComments(CaseComment[] comments)
-
-
-
Constructor Detail
-
CaseCommentList
public CaseCommentList()
-
CaseCommentList
public CaseCommentList(CaseComment[] comments)
-
CaseCommentList
public CaseCommentList(List<CaseComment> comments)
-
-
Method Detail
-
getComments
public CaseComment[] getComments()
-
setComments
public void setComments(CaseComment[] comments)
-
getItems
public List<CaseComment> getItems()
- Specified by:
getItemsin interfaceItemList<CaseComment>
-
-