|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SummaryFolder
A summary view of a Folder object.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description of this folder. |
java.lang.String |
getFullPathString()
Returns the full path of this folder, including the folder name. |
GroupID |
getGroupID()
Returns a folder owner's GroupID. |
FolderID |
getID()
Returns the ID of this folder. |
java.lang.String |
getName()
Returns the name of this folder. |
FolderID |
getParentFolderID()
Returns the ID of the parent of this folder. |
PluginID |
getPluginID()
|
Method Detail |
---|
FolderID getID()
GroupID getGroupID()
PluginID getPluginID()
FolderID getParentFolderID()
java.lang.String getFullPathString()
The result begins and ends with a separator. All separators are forward slashes.
If the result is the root path, the return consists simply of a single separator.
java.lang.String getName()
java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |