com.kii.sdk.photocolle
Class ContentInfo

java.lang.Object
  extended by com.kii.sdk.photocolle.ContentInfo
All Implemented Interfaces:
DTO
Direct Known Subclasses:
DetailedContentInfo

public class ContentInfo
extends Object
implements DTO

Content information.


Method Summary
 Date getExifCameraDate()
          Get photo taking day of this content.
 long getFileDataSize()
          Get file size of this content.
 FileType getFileType()
          Get file type of this content.
 ContentGUID getGuid()
          Get guid of this content.
 Date getModifiedDate()
          Get modified date time of this content.
 String getName()
          Get name of this content.
 Date getUploadedDate()
          Get uploaded date time of this content.
 boolean isResizable()
          Get a flag to determine resizing content is allowed or not.
 
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.

getName

public String getName()
Get name of this content.

Returns:
name of this content.

getFileType

public FileType getFileType()
Get file type of this content.

Returns:
file type of this content.

getExifCameraDate

public Date getExifCameraDate()
Get photo taking day of this content.

Returns:
photo taking day of this content.

getModifiedDate

public Date getModifiedDate()
Get modified date time of this content.

Returns:
modified date time of this content.

getUploadedDate

public Date getUploadedDate()
Get uploaded date time of this content.

Returns:
uploaded date time of this content.

getFileDataSize

public long getFileDataSize()
Get file size of this content.

Returns:
File size of this content.

isResizable

public boolean isResizable()
Get a flag to determine resizing content is allowed or not.

Returns:
flag to determine resizing content is allowed or not.