com.ebmwebsourcing.geasytools.widgets.ext.impl.file
Class Folder

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.widgets.ext.impl.file.Folder
All Implemented Interfaces:
IFolder

public class Folder
extends java.lang.Object
implements IFolder


Constructor Summary
Folder()
           
Folder(java.lang.String name)
           
 
Method Summary
 void addFolder(IFolder folder)
           
 java.util.HashSet<IFolder> getChildren()
           
 java.lang.String getIcoUrl()
           
 java.lang.String getName()
           
 IFolder getParent()
           
 java.lang.Object getValue(java.lang.String attributeName)
           
 void setAttribute(java.lang.String attributeName, java.lang.Object value)
           
 void setName(java.lang.String name)
           
 void setParent(IFolder folder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Folder

public Folder()

Folder

public Folder(java.lang.String name)
Method Detail

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.