public abstract class BasicBean extends Object implements Bean
Bean intended for applications to subclass.
The subclass must to provide an implementation for Bean.metaBean().
This returns the complete definition of the bean at the meta level.
| Constructor and Description |
|---|
BasicBean() |
| Modifier and Type | Method and Description |
|---|---|
BasicBean |
clone()
Clones this bean, returning an independent copy.
|
boolean |
equals(Object obj)
Checks if this bean equals another.
|
int |
hashCode()
Returns a suitable hash code.
|
String |
toString()
Returns a string that summarises the bean.
|
finalize, getClass, notify, notifyAll, wait, wait, waitmetaBean, property, propertyNamespublic BasicBean clone()
public boolean equals(Object obj)
This compares the class and all the properties of the bean.
public int hashCode()
The hash code is derived from all the properties of the bean.
Copyright © 2007–2017 Joda.org. All rights reserved.