com.kii.sdk.photocolle
Class Tag

java.lang.Object
  extended by com.kii.sdk.photocolle.TagHead
      extended by com.kii.sdk.photocolle.Tag
All Implemented Interfaces:
DTO
Direct Known Subclasses:
EventTag, FavoriteTag, PersonTag, PlacementTag, YearMonthTag

public abstract class Tag
extends TagHead

The abstract definition for the data model that provides a tag.


Method Summary
 int getContentsCount()
          Get count of contents.
 String getName()
          Get tag 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
 

Method Detail

getName

public String getName()
Get tag name.

Returns:
tag name.

getContentsCount

public int getContentsCount()
Get count of contents.

Returns:
count of contents.