| Package | org.pranaframework.domain |
| Class | public class ValueObject |
| Implements | IValueObject |
| Subclasses | Entity |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new ValueObject
| ValueObject | ||
|
clone():*
| ValueObject | ||
|
copyFrom(other:*):void
| ValueObject | ||
|
equals(other:*):Boolean
| ValueObject | ||
| Method | Defined by | ||
|---|---|---|---|
|
clonePropertyValue(property:*, name:String = ""):*
| ValueObject | ||
|
doEquals(other:*, ignoredProperties:Array):Boolean
| ValueObject | ||
| Constant | Defined by | ||
|---|---|---|---|
| PROPERTY_PROTOTOYPE : String = "prototype" [static]
| ValueObject | ||
| ValueObject | () | constructor |
public function ValueObject()Creates a new ValueObject
| clone | () | method |
public function clone():*Returns
* |
| clonePropertyValue | () | method |
protected function clonePropertyValue(property:*, name:String = ""):*Parameters
property:* |
|
name:String (default = "") |
* |
| copyFrom | () | method |
public function copyFrom(other:*):voidParameters
other:* |
| doEquals | () | method |
protected function doEquals(other:*, ignoredProperties:Array):BooleanParameters
other:* |
|
ignoredProperties:Array |
Boolean |
| equals | () | method |
public function equals(other:*):BooleanParameters
other:* |
Boolean |
| PROPERTY_PROTOTOYPE | constant |
protected static const PROPERTY_PROTOTOYPE:String = "prototype"