|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.examples.compref.Person
public class Person
A person.
| Constructor Summary | |
|---|---|
Person()
Construct. |
|
Person(String name,
String lastName)
Construct. |
|
| Method Summary | |
|---|---|
Address |
getAddress()
Gets the address. |
Date |
getDateOfBirth()
Gets the dateOfBirth. |
String |
getFullName()
|
String |
getLastName()
Gets the lastName. |
String |
getName()
Gets the name. |
void |
setAddress(Address address)
Sets the address. |
void |
setDateOfBirth(Date dateOfBirth)
Sets the dateOfBirth. |
void |
setLastName(String lastName)
Sets the lastName. |
void |
setName(String name)
Sets the name. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Person()
public Person(String name,
String lastName)
name - namelastName - last name| Method Detail |
|---|
public Date getDateOfBirth()
public void setDateOfBirth(Date dateOfBirth)
dateOfBirth - dateOfBirthpublic String getLastName()
public void setLastName(String lastName)
lastName - lastNamepublic String getName()
public void setName(String name)
name - namepublic Address getAddress()
public void setAddress(Address address)
address - addresspublic String getFullName()
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||