|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujac.print.test.DocumentPrinterTest.Person
public class DocumentPrinterTest.Person
Name: Person
Description: Test bean.
| Constructor Summary | |
|---|---|
DocumentPrinterTest.Person()
Constructs a Person instance with specific attributes. |
|
DocumentPrinterTest.Person(String name,
String firstName,
String sex)
Constructs a Person instance with specific attributes. |
|
| Method Summary | |
|---|---|
String |
getFirstName()
Gets the first name. |
String |
getName()
Gets the last name. |
String |
getSex()
Gets the sex. |
void |
setFirstName(String firstName)
Sets the first name. |
void |
setName(String name)
Sets the last name. |
void |
setSex(String sex)
Sets the sex. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentPrinterTest.Person()
public DocumentPrinterTest.Person(String name,
String firstName,
String sex)
name - The last name to set.firstName - The first name to set.sex - The sex to set.| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The last name to set.public String getFirstName()
public void setFirstName(String firstName)
firstName - The first name to set.public String getSex()
public void setSex(String sex)
sex - The sex to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||