com.kii.sdk.photocolle
Class FavoriteTag

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

public final class FavoriteTag
extends Tag

Implementation of Tag for favorite.


Constructor Summary
FavoriteTag(ContentGUID guid, String name, int contentsCount)
          Create a new FavoriteTag.
 
Method Summary
 
Methods inherited from class com.kii.sdk.photocolle.Tag
getContentsCount, getName
 
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

FavoriteTag

public FavoriteTag(ContentGUID guid,
                   String name,
                   int contentsCount)
            throws ParameterException
Create a new FavoriteTag.

Parameters:
guid - content id.
name - tag name.
contentsCount - count of contents.
Throws:
ParameterException - One or more arguments are invalid.