|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.examples.velocity.Person
public final class Person
Simple person object.
Constructor Summary | |
---|---|
Person()
Construct. |
|
Person(String firstName,
String lastName)
Construct. |
Method Summary | |
---|---|
String |
getFirstName()
Gets the firstName. |
String |
getLastName()
Gets the lastName. |
void |
setFirstName(String firstName)
Sets the firstName. |
void |
setLastName(String lastName)
Sets the lastName. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Person()
public Person(String firstName, String lastName)
firstName
- lastName
- Method Detail |
---|
public final String getFirstName()
public final String getLastName()
public final void setFirstName(String firstName)
firstName
- firstNamepublic final void setLastName(String lastName)
lastName
- lastName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |