/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Chapter5.support; /** * * @author shamanth */ public class HashTagDS { public String groupname; public String[] tags; public String color; }