
Public Member Functions | |
| ComplexPerson () | |
| ComplexPerson (String name, int age) | |
| boolean | equals (Object obj) |
| NSArray< ComplexPerson > | getChildren () |
| ComplexPerson | getSpouse () |
| int | getVotes () |
| void | setChildren (NSArray< ComplexPerson > children) |
| void | setSpouse (ComplexPerson spouse) |
| void | setVotes (int votes) |
| boolean | simpleEquals (ComplexPerson person) |
| synchronized void | vote () |
Private Attributes | |
| NSMutableArray< ComplexPerson > | _children = new NSMutableArray<ComplexPerson>() |
| ComplexPerson | _spouse |
| int | _votes |
| ComplexPerson | ( | String | name, | |
| int | age | |||
| ) |
| ComplexPerson | ( | ) |
| boolean equals | ( | Object | obj | ) |
Reimplemented from SimplePerson.
| NSArray<ComplexPerson> getChildren | ( | ) |
| ComplexPerson getSpouse | ( | ) |
| int getVotes | ( | ) |
| void setChildren | ( | NSArray< ComplexPerson > | children | ) |
| void setSpouse | ( | ComplexPerson | spouse | ) |
| void setVotes | ( | int | votes | ) |
| boolean simpleEquals | ( | ComplexPerson | person | ) |
| synchronized void vote | ( | ) |
NSMutableArray<ComplexPerson> _children = new NSMutableArray<ComplexPerson>() [private] |
ComplexPerson _spouse [private] |
int _votes [private] |
1.5.8