|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.model.java.SimpleBean
public class SimpleBean
This is a model for a simple bean that holds only primitive types.
| Constructor Summary | |
|---|---|
SimpleBean()
Default constructor |
|
| Method Summary | |
|---|---|
void |
addField(java.lang.Class type,
java.lang.String name)
Add a new field to the collection |
boolean |
equals(java.lang.Object obj)
|
java.util.List<IBeanField> |
fields()
Retrieve a list of all fields |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleBean()
| Method Detail |
|---|
public void addField(java.lang.Class type,
java.lang.String name)
type - of the fieldname - of the fieldpublic java.util.List<IBeanField> fields()
IBeanFieldpublic int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||