public interface ModelObjectComplete extends ModelObjectBasic
equals(Object)
, hashCode()
,
in addition to what is defined in the ModelObjectBasic interface.
An example of a "Complete" Model object are the immutable transfer object
that rice uses in it's service APIs.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
All "Complete" model object's should adhere to the
equals(Object) contract. |
int |
hashCode()
All "Complete" model object's should adhere to the
hashCode() contract. |
toString
boolean equals(Object o)
equals(Object)
contract.int hashCode()
hashCode()
contract.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.