|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModelObjectComplete
Complete model objects in rice override 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.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Method Detail |
|---|
boolean equals(Object o)
equals(Object) contract.
equals in class Objecto - to object to compare for equality
int hashCode()
hashCode() contract.
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||