org.linkedin.glu.utils.tags
Interface Taggeable

All Superinterfaces:
ReadOnlyTaggeable, WriteOnlyTaggeable
All Known Implementing Classes:
FilteredTaggeable, TaggeableHashSetImpl, TaggeableSetImpl, TaggeableTreeSetImpl

public interface Taggeable
extends ReadOnlyTaggeable, WriteOnlyTaggeable

Defines an entity that is taggeable. A tag is just a string. A taggeable entity can have an unlimited number of tags.


Field Summary
 
Fields inherited from interface org.linkedin.glu.utils.tags.ReadOnlyTaggeable
EMPTY
 
Method Summary
 
Methods inherited from interface org.linkedin.glu.utils.tags.ReadOnlyTaggeable
getCommonTags, getMissingTags, getTags, getTagsCount, hasAllTags, hasAnyTag, hasTag, hasTags
 
Methods inherited from interface org.linkedin.glu.utils.tags.WriteOnlyTaggeable
addTag, addTags, removeTag, removeTags, setTags