Packageartcustomer.maxima.data
Classpublic class AbstractValueObject
InheritanceAbstractValueObject Inheritance Object
Implements IDestroyable
Subclasses ResourceFile, ResourceType

AbstractValueObject



Public Methods
 MethodDefined By
  
Constructor
AbstractValueObject
  
destroy():void
Destroy data in object.
AbstractValueObject
  
formatToString(object:*, className:String, ... properties):String
Format to string.
AbstractValueObject
  
toString():String
Get object in string format.
AbstractValueObject
Constructor Detail
AbstractValueObject()Constructor
public function AbstractValueObject()

Constructor

Method Detail
destroy()method
public function destroy():void

Destroy data in object. Override it !

formatToString()method 
public final function formatToString(object:*, className:String, ... properties):String

Format to string.

Parameters

object:*
 
className:String
 
... properties

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

Get object in string format. Can be overrided.

Returns
String