com.kii.sdk.photocolle
Class YearMonthTag

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

public final class YearMonthTag
extends Tag

Implementation of Tag for years.


Constructor Summary
YearMonthTag(ContentGUID guid, String name, int contentsCount)
          Create a new YearMonthTag.
 
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

YearMonthTag

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

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