Packageorg.servebox.foundry.value
Classpublic class AbstractValueObject
InheritanceAbstractValueObject Inheritance BasicObject

AbstractValueObject is used to ease IBasicObject implementation on value objects. All Value Object must extends AbstractValueObject e.g.
  CustomerVO extends AbstractValueObject
  

See also

org.servebox.commons.value.IBasicObject


Public Properties
 PropertyDefined by
 InheritedinternalInstanceId : uint
The internal instance id of the object.
BasicObject
Public Methods
 MethodDefined by
 Inherited
equals(value:IBasicObject):Boolean
Object comparison mechanism.
BasicObject
 Inherited
Generates a unique unsigned integer id at instanciation
BasicObject
 Inherited
hashCode():int
Returns the hashcode of the object.
BasicObject
 Inherited
toString():String
Returns the string representation of the specified object.
BasicObject