
Public Member Functions | |
| boolean | equals (Object obj) |
| int | getAge () |
| String | getName () |
| String | getUuid () |
| int | hashCode () |
| void | setAge (int age) |
| void | setName (String name) |
| void | setUuid (String uuid) |
| SimplePerson () | |
| SimplePerson (String name, int age) | |
Private Attributes | |
| int | _age |
| String | _name |
| String | _uuid |
| SimplePerson | ( | String | name, | |
| int | age | |||
| ) |
| SimplePerson | ( | ) |
| boolean equals | ( | Object | obj | ) |
Reimplemented in ComplexPerson.
| int getAge | ( | ) |
| String getName | ( | ) |
| String getUuid | ( | ) |
| int hashCode | ( | ) |
| void setAge | ( | int | age | ) |
| void setName | ( | String | name | ) |
| void setUuid | ( | String | uuid | ) |
int _age [private] |
1.5.8