com.kii.sdk.photocolle
Class ContentThumbnailInfo

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

public class ContentThumbnailInfo
extends Object
implements DTO

Content thumbnail information.


Method Summary
 ContentGUID getGUID()
          Get guid of this content.
 MimeType getMimeType()
          Get mime type of this content.
 byte[] getThumbnailBytes()
          Get thumbnail byte data of this content.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGUID

public ContentGUID getGUID()
Get guid of this content.

Returns:
guid of this content.

getMimeType

public MimeType getMimeType()
Get mime type of this content.

Returns:
mime type of this content.

getThumbnailBytes

public byte[] getThumbnailBytes()
Get thumbnail byte data of this content.

Returns:
thumbnail byte data of this content.