com.kii.sdk.photocolle
Class PersonTag

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

public final class PersonTag
extends Tag

Implementation of Tag for person.


Constructor Summary
PersonTag(ContentGUID guid, String name, int contentsCount, Date birthDate)
          Create a new PersonTag.
 
Method Summary
 Date getBirthDate()
          Get person's birthday.
 
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

PersonTag

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

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

getBirthDate

public Date getBirthDate()
Get person's birthday.

Returns:
Date of person's birthday.