com.ebmwebsourcing.geasytools.widgets.ext.impl.file
Class Folder
java.lang.Object
com.ebmwebsourcing.geasytools.widgets.ext.impl.file.Folder
- All Implemented Interfaces:
- IFolder
public class Folder
- extends java.lang.Object
- implements IFolder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Folder
public Folder()
Folder
public Folder(java.lang.String name)
addFolder
public void addFolder(IFolder folder)
- Specified by:
addFolder in interface IFolder
getChildren
public java.util.HashSet<IFolder> getChildren()
- Specified by:
getChildren in interface IFolder
getIcoUrl
public java.lang.String getIcoUrl()
- Specified by:
getIcoUrl in interface IFolder
getParent
public IFolder getParent()
- Specified by:
getParent in interface IFolder
setParent
public void setParent(IFolder folder)
- Specified by:
setParent in interface IFolder
getName
public java.lang.String getName()
- Specified by:
getName in interface IFolder
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface IFolder
getValue
public java.lang.Object getValue(java.lang.String attributeName)
- Specified by:
getValue in interface IFolder
setAttribute
public void setAttribute(java.lang.String attributeName,
java.lang.Object value)
- Specified by:
setAttribute in interface IFolder
Copyright © 2010-2011 Petals Link. All Rights Reserved.