Package org.alfresco.repo.tagging.script
Class PagedTagsWrapper
- java.lang.Object
-
- org.alfresco.repo.tagging.script.PagedTagsWrapper
-
public class PagedTagsWrapper extends Object
Stores total tags count together with tags to be sent to UI- Author:
- Viachaslau Tsikhanovich
-
-
Constructor Summary
Constructors Constructor Description PagedTagsWrapper(String[] tagNames, int total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getTagNames()StringgetTotal()voidsetTagNames(String[] tagNames)voidsetTotal(int total)
-