| java.lang.Object net.sourceforge.squirrel_sql.plugins.favs.Folder
Inner Class :public interface IPropertyNames | |
Folder | public Folder()(Code) | | Default ctor.
|
Folder | public Folder(IIdentifier id, String name)(Code) | | Ctor specifying this objects attributes.
Parameters: id - Uniquely identifies this object. Parameters: name - Name of this folder. |
clone | public Object clone()(Code) | | Return a copy of this object.
|
equals | public boolean equals(Object rhs)(Code) | | Two Folder objects are considered equal if their ID's are
identical.
true if this objects is equal to the passed one. |
hashCode | public synchronized int hashCode()(Code) | | |
isValid | public synchronized boolean isValid()(Code) | | Returns true if this object is valid.
Implementation for IPersistable .
|
setSubFolders | public void setSubFolders(Folder[] value)(Code) | | |
|
|