com.kii.sdk.photocolle
Class PlacementTag

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

public final class PlacementTag
extends Tag

Implementation of Tag for placement.


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

PlacementTag

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

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