Package | org.samchon.library.filetree.file |
Interface | public interface IFTFile extends IEntity |
Implementors | FTFile, FTFolder |
Property | Defined By | ||
---|---|---|---|
$label : String [read-only]
Get a label printed in file-tree grid. | IFTFile | ||
![]() | key : * [read-only]
Get a key that can identify the Entity uniquely. | IEntity | |
![]() | TAG : String [read-only]
A tag name when represented by XML. | IEntity |
Method | Defined By | ||
---|---|---|---|
![]() | 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 | ||
![]() | toXML():XML
Get a XML object represents the Entity. | IEntity |
$label | property |
$label:String
[read-only]
Get a label printed in file-tree grid.
public function get $label():String
getComment | () | method |
public function getComment():String
Get comment.
ReturnsString |
getName | () | method |
public function getName():String
Get name.
ReturnsString |
getParent | () | method |
getPath | () | method |
public function getPath():String
Get full-path of the file.
ReturnsString |
getUID | () | method |
public function getUID():int
Get uid.
Returnsint |