SimplePerson Class Reference

Inherited by ComplexPerson.

Collaboration diagram for SimplePerson:

Collaboration graph
[legend]

List of all members.

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


Constructor & Destructor Documentation

SimplePerson ( String  name,
int  age 
)

SimplePerson (  ) 


Member Function Documentation

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  ) 


Member Data Documentation

int _age [private]

String _name [private]

String _uuid [private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:41 2012 for Project Wonder by  doxygen 1.5.8