Class Index | File Index

Classes


Class FileSystemIdObject

Abstract class for file system objects identified by an identifier
Defined in: FileSystemIdObject.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
FileSystemIdObject(name, id)
Create a file system object identifiable by an id
Method Summary
Method Attributes Method Name and Description
 
Return id of object
 
Return type of object
 
Return human readable string
Class Detail
FileSystemIdObject(name, id)
Create a file system object identifiable by an id
Parameters:
{String} name
the human readable name of the object
{Number} id
the id
Method Detail
getId()
Return id of object

{string} getType()
Return type of object
Returns:
type of object

toString()
Return human readable string

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Feb 16 2024 18:38:12 GMT+0100 (CET)