Packageorg.samchon.library.filetree.file
Interfacepublic interface IFTFile extends IEntity
Implementors FTFile, FTFolder

IFTFile is an interface for expressing tree-structure file and folders



Public Properties
 PropertyDefined By
  $label : String
[read-only] Get a label printed in file-tree grid.
IFTFile
 Inheritedkey : *
[read-only] Get a key that can identify the Entity uniquely.
IEntity
 InheritedTAG : String
[read-only] A tag name when represented by XML.
IEntity
Public Methods
 MethodDefined By
 Inherited
construct(xml:XML):void
Construct data of the Entity from a XML object.
IEntity
  
getComment():String
Get comment.
IFTFile
  
getName():String
Get name.
IFTFile
  
Get parent folder.
IFTFile
  
getPath():String
Get full-path of the file.
IFTFile
  
getUID():int
Get uid.
IFTFile
 Inherited
toXML():XML
Get a XML object represents the Entity.
IEntity
Property Detail
$labelproperty
$label:String  [read-only]

Get a label printed in file-tree grid.


Implementation
    public function get $label():String
Method Detail
getComment()method
public function getComment():String

Get comment.

Returns
String
getName()method 
public function getName():String

Get name.

Returns
String
getParent()method 
public function getParent():FTFolder

Get parent folder.

Returns
FTFolder
getPath()method 
public function getPath():String

Get full-path of the file.

Returns
String
getUID()method 
public function getUID():int

Get uid.

Returns
int