public class IccTags extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
HashMap<Integer,IccTag> |
hashTagsId
The Hash tags id.
|
HashMap<String,IccTag> |
hashTagsName
The Hash tags name.
|
ArrayList<IccTag> |
tags
Tag list.
|
| Constructor and Description |
|---|
IccTags()
Instantiates a new icc tags.
|
public void addTag(IccTag tag)
tag - the tagCopyright © 2015–2020. All rights reserved.