API Documentation : ActionScript Foundry Bundle Project
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Class AbstractValueObject
Properties
|
Methods
Package
org.servebox.foundry.value
Class
public class AbstractValueObject
Inheritance
AbstractValueObject
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
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined by
internalInstanceId
: uint
The internal instance id of the object.
BasicObject
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
equals
(value:
IBasicObject
):Boolean
Object comparison mechanism.
BasicObject
getInstanceId
():uint
Generates a unique unsigned integer id at instanciation
BasicObject
hashCode
():int
Returns the hashcode of the object.
BasicObject
toString
():String
Returns the string representation of the specified object.
BasicObject
ActionScript Foundry Bundle Project API Documentation - Generated using Adobe ASDoc / Maven Flex Plugin