Packageorg.servebox.commons.value
Interfacepublic interface IBasicObject
SubinterfacesIAccessControlObject, IAccessRequestObject, ICollection, IMap
ImplementorsArrayWrapper, BasicObject, DictionaryTable, ObjectWrapper

All value object should implement IBasicObject



Public Methods
 MethodDefined by
  
equals(value:IBasicObject):Boolean
Object comparison mechanism.
IBasicObject
  
hashCode():int
Returns the hashcode of the object.
IBasicObject
  
toString():String
Returns the string representation of the specified object.
IBasicObject
Method detail
equals()method
public function equals(value:IBasicObject):Boolean

Object comparison mechanism. By default, the comparison is performed using the == operator. The definition of your own equals method is strongly encouraged.

Parameters
value:IBasicObject

Returns
Boolean
hashCode()method 
public function hashCode():int

Returns the hashcode of the object.

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

Returns the string representation of the specified object.

Returns
String