Packageorg.pranaframework.domain
Interfacepublic interface IValueObject
SubinterfacesIEntity
ImplementorsValueObject

Describes a value object.



Public Methods
 MethodDefined by
  
clone():*
Clones (copies) the value object.
IValueObject
  
copyFrom(other:*):void
Copies the properties from the given value object into this value object.
IValueObject
  
equals(other:*):Boolean
Checks if this value object is equal to another value object.
IValueObject
Method detail
clone()method
public function clone():*

Clones (copies) the value object.

Returns
*
copyFrom()method 
public function copyFrom(other:*):void

Copies the properties from the given value object into this value object.

Parameters
other:*
equals()method 
public function equals(other:*):Boolean

Checks if this value object is equal to another value object.

Parameters
other:*

Returns
Boolean