|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--FileSystemIdObject
Abstract class for file system objects identified by an identifier
Defined in filesystem.js
| Field Summary | |
Object |
id
|
Object |
name
|
| Constructor Summary | |
FileSystemIdObject(<String> name, <Number> id)
Create a file system object identifiable by an id |
|
| Method Summary | |
Object
|
getId()
Return id of object |
string
|
getType()
Return type of object |
Object
|
toString()
Return human readable string |
| Field Detail |
Object id
Object name
| Constructor Detail |
FileSystemIdObject(<String> name, <Number> id)
name - the human readable name of the object
id - the id
| Method Detail |
Object getId()
string getType()
Object toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||