@DomainValueObject public interface ValueObject extends DomainObject, Producible
See BaseValueObject for the base implementation.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Value objects compare by the values of their attributes, they don't have an identity.
|
int |
hashCode() |
String |
toString() |
boolean equals(Object other)
Copyright © 2013-2016–2016 SeedStack. All rights reserved.