photospace.meta
Class SearchResult

java.lang.Object
  extended byphotospace.meta.Meta
      extended byphotospace.meta.CollectionMeta
          extended byphotospace.meta.SearchResult
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class SearchResult
extends CollectionMeta

See Also:
Serialized Form

Field Summary
 
Fields inherited from class photospace.meta.Meta
AUDIO, FOLDER, MOVIE, PHOTO, SEARCH, UNKNOWN
 
Constructor Summary
SearchResult()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 long getDuration()
           
 java.lang.String getQuery()
           
 int hashCode()
           
 void setDuration(long duration)
           
 void setQuery(java.lang.String query)
           
 java.lang.String toString()
           
 
Methods inherited from class photospace.meta.CollectionMeta
addFile, addFiles, clearFiles, containsFile, getCreated, getEnd, getFiles, getFolders, getPhotos, getStart, getTotal, isLocated, setEnd, setStart, setTotal, sortFiles
 
Methods inherited from class photospace.meta.Meta
clone, getCreator, getDescription, getLabel, getName, getParent, getParentPath, getPath, getPosition, getRating, getRatingCount, getTags, getTitle, getUpdated, getViewCount, setCreated, setCreator, setDescription, setName, setParent, setPath, setPosition, setRating, setRatingCount, setTags, setTitle, setUpdated, setViewCount
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Meta

getQuery

public java.lang.String getQuery()

setQuery

public void setQuery(java.lang.String query)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class Meta

hashCode

public int hashCode()
Overrides:
hashCode in class Meta

getDuration

public long getDuration()

setDuration

public void setDuration(long duration)