photospace.meta
Class FolderMeta

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

public class FolderMeta
extends CollectionMeta

See Also:
Serialized Form

Field Summary
 
Fields inherited from class photospace.meta.Meta
AUDIO, FOLDER, MOVIE, PHOTO, SEARCH, UNKNOWN
 
Constructor Summary
FolderMeta()
           
 
Method Summary
 java.lang.String getParentPath()
           
 boolean isRoot()
           
 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, equals, getCreator, getDescription, getLabel, getName, getParent, getPath, getPosition, getRating, getRatingCount, getTags, getTitle, getUpdated, getViewCount, hashCode, 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

FolderMeta

public FolderMeta()
Method Detail

getParentPath

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

isRoot

public boolean isRoot()

toString

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