|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--psman.data.Person
A people summarizes a group of -- in real life -- identical transaction partners.
Constructor Summary | |
Person(int id,
java.lang.String name)
Constructor, only for existing persons. |
|
Person(java.lang.String name)
Constructor, only for new persons. |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
boolean |
equals(psman.data.Person data)
|
int |
getID()
Return the database ID of this person. |
java.lang.String |
getName()
Return the name of this person. |
int |
hashCode()
|
void |
setID(int id)
Set the database ID of this person. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Person(int id, java.lang.String name)
id
- the database ID of this personname
- the name of this personpublic Person(java.lang.String name)
name
- the name of this personMethod Detail |
public int getID()
public java.lang.String getName()
public void setID(int id)
id
- the database ID of this person.public boolean equals(psman.data.Person data)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |