|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.company.thesandbox.domain.PersonImplBase
org.company.thesandbox.domain.Person
public class Person
A Person represents a legal person.
Field Summary |
---|
Fields inherited from class org.company.thesandbox.domain.PersonImplBase |
---|
NUMBEROFEARS_MAXVALUE, NUMBEROFEARS_MINVALUE, validation |
Constructor Summary | |
---|---|
protected |
Person()
Default no-argument constructor for Person |
|
Person(java.lang.String firstName,
java.lang.String lastName)
Minimal constructor for Person |
Method Summary |
---|
Methods inherited from class org.company.thesandbox.domain.PersonImplBase |
---|
activateValidation, getAge, getFirstName, getId, getLastName, getNumberOfEars, getSexe, setAge, setFirstName, setLastName, setNumberOfEars, setSexe |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Person()
public Person(java.lang.String firstName, java.lang.String lastName)
firstName
- (string) First name of the person.lastName
- (string) Last name of the person.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |