Packageorg.samchon.protocol.entity
Classpublic class Entity
InheritanceEntity Inheritance Object
Implements IEntity
Subclasses FTFile, GAParameters, InvokeParameter, NTExploreParameter, NTParameterDetermined, NTSide, NTSideParameter

An entity, a standard data class.



Public Properties
 PropertyDefined By
  key : *
[read-only]
Entity
  TAG : String
[read-only]
Entity
Public Methods
 MethodDefined By
  
Default Constructor.
Entity
  
construct(xml:XML):void
Entity
  
toXML():XML
Entity
Property Detail
keyproperty
key:*  [read-only]


Implementation
    public function get key():*
TAGproperty 
TAG:String  [read-only]


Implementation
    public function get TAG():String
Constructor Detail
Entity()Constructor
public function Entity()

Default Constructor.

Method Detail
construct()method
public function construct(xml:XML):void

Parameters

xml:XML

toXML()method 
public function toXML():XML

Returns
XML