com.kii.sdk.photocolle
Class ContentGUID

java.lang.Object
  extended by com.kii.sdk.photocolle.ContentGUID
All Implemented Interfaces:
DTO

public class ContentGUID
extends Object
implements DTO

Guid of a content.


Constructor Summary
ContentGUID(String string)
          Create a new guid of a content.
 
Method Summary
 String getString()
          Get guid of a content by String.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentGUID

public ContentGUID(String string)
            throws ParameterException
Create a new guid of a content.

Parameters:
string - string representation of guid which are retrieved by getString().
Throws:
ParameterException - One or more arguments are invalid.
Method Detail

getString

public String getString()
Get guid of a content by String.

Returns:
string representation of guid.