com.kii.sdk.photocolle
Class NamedTagHead

java.lang.Object
  extended by com.kii.sdk.photocolle.TagHead
      extended by com.kii.sdk.photocolle.NamedTagHead
All Implemented Interfaces:
DTO

public class NamedTagHead
extends TagHead

TagHead with name.


Constructor Summary
NamedTagHead(TagType type, ContentGUID guid, String name)
          Create a new NamedTagHead.
 
Method Summary
 String getName()
          Get name.
 
Methods inherited from class com.kii.sdk.photocolle.TagHead
getTagGUID, getTagType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedTagHead

public NamedTagHead(TagType type,
                    ContentGUID guid,
                    String name)
             throws ParameterException
Create a new NamedTagHead.

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

getName

public String getName()
Get name.

Returns:
the name of this tag.