| |
|
| java.lang.Object discRack.business.person.Person
Person | public class Person (Code) | | Represents a person.
|
Field Summary | |
protected PersonDO | myDO The DO of the Person. |
Constructor Summary | |
public | Person() The public constructor. | public | Person(PersonDO thePerson) The public constructor
thePerson. |
myDO | protected PersonDO myDO(Code) | | The DO of the Person.
|
Person | public Person(PersonDO thePerson)(Code) | | The public constructor
thePerson. The data object of the person. |
|
|
|