photospace.meta
Class CollectionMeta
java.lang.Object
photospace.meta.Meta
photospace.meta.CollectionMeta
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- FolderMeta, SearchResult
- public abstract class CollectionMeta
- extends Meta
- See Also:
- Serialized Form
Methods inherited from class photospace.meta.Meta |
clone, equals, getCreator, getDescription, getLabel, getName, getParent, getParentPath, getPath, getPosition, getRating, getRatingCount, getTags, getTitle, getUpdated, getViewCount, hashCode, setCreated, setCreator, setDescription, setName, setParent, setPath, setPosition, setRating, setRatingCount, setTags, setTitle, setUpdated, setViewCount, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CollectionMeta
public CollectionMeta()
getFolders
public FolderMeta[] getFolders()
getPhotos
public PhotoMeta[] getPhotos()
getFiles
public Meta[] getFiles()
addFile
public void addFile(Meta meta)
addFiles
public void addFiles(Meta[] metas)
clearFiles
public void clearFiles()
containsFile
public boolean containsFile(Meta meta)
sortFiles
public void sortFiles(java.util.Comparator comparator)
getCreated
public java.util.Date getCreated()
- Overrides:
getCreated
in class Meta
isLocated
public boolean isLocated()
- Overrides:
isLocated
in class Meta
getTotal
public int getTotal()
setTotal
public void setTotal(int total)
getStart
public int getStart()
setStart
public void setStart(int start)
getEnd
public int getEnd()
setEnd
public void setEnd(int end)