| Package | org.pranaframework.domain |
| Interface | public interface IValueObject |
| Subinterfaces | IEntity |
| Implementors | ValueObject |
| Method | Defined 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 | ||
| clone | () | method |
public function clone():*Clones (copies) the value object.
Returns* |
| copyFrom | () | method |
public function copyFrom(other:*):voidCopies the properties from the given value object into this value object.
Parametersother:* |
| equals | () | method |
public function equals(other:*):BooleanChecks if this value object is equal to another value object.
Parametersother:* |
Boolean |