com.kii.sdk.photocolle
Class DetailedContentInfo

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

public class DetailedContentInfo
extends ContentInfo

Content information with tags.


Method Summary
 List<NamedTagHead> getEvents()
          Get event tag list of this content.
 List<NamedTagHead> getFavorites()
          Get favorite tag list of this content.
 Orientation getOrientation()
          Get orientation of this content.
 List<NamedTagHead> getPersons()
          Get person tag list of this content.
 List<NamedTagHead> getPlaces()
          Get placement tag list of this content.
 String getRatio()
          Get ratio of this content.
 Score getScore()
          Get score of this content.
 List<NamedTagHead> getYearMonths()
          Get year month tag list of this content.
 
Methods inherited from class com.kii.sdk.photocolle.ContentInfo
getExifCameraDate, getFileDataSize, getFileType, getGuid, getModifiedDate, getName, getUploadedDate, isResizable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRatio

public String getRatio()
Get ratio of this content.

Returns:
XY ratio of this content.

getScore

public Score getScore()
Get score of this content.

Returns:
score of this content.

getOrientation

public Orientation getOrientation()
Get orientation of this content.

Returns:
orientation of this content.

getPersons

public List<NamedTagHead> getPersons()
Get person tag list of this content.

Returns:
person tag list of this content.

getEvents

public List<NamedTagHead> getEvents()
Get event tag list of this content.

Returns:
event tag list of this content.

getFavorites

public List<NamedTagHead> getFavorites()
Get favorite tag list of this content.

Returns:
favorite tag list of this content.

getPlaces

public List<NamedTagHead> getPlaces()
Get placement tag list of this content.

Returns:
placement tag list of this content.

getYearMonths

public List<NamedTagHead> getYearMonths()
Get year month tag list of this content.

Returns:
year month tag list of this content.