com.kii.sdk.photocolle
Class TagHead

java.lang.Object
  extended by com.kii.sdk.photocolle.TagHead
All Implemented Interfaces:
DTO
Direct Known Subclasses:
NamedTagHead, Tag

public class TagHead
extends Object
implements DTO

Implementation of header info for tag.


Constructor Summary
TagHead(TagType type, ContentGUID guid)
          Create a new TagHead.
 
Method Summary
 ContentGUID getTagGUID()
          Get content id.
 TagType getTagType()
          Get type of tag.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagHead

public TagHead(TagType type,
               ContentGUID guid)
        throws ParameterException
Create a new TagHead.

Parameters:
type - type of tag.
guid - content id.
Throws:
ParameterException - One or more arguments are invalid.
Method Detail

getTagType

public final TagType getTagType()
Get type of tag.

Returns:
type of tag.

getTagGUID

public final ContentGUID getTagGUID()
Get content id.

Returns:
content id.