Package | Description |
---|---|
edu.wright.hendrix11.familyTree.bean | |
edu.wright.hendrix11.familyTree.dataBean | |
edu.wright.hendrix11.familyTree.entity | |
edu.wright.hendrix11.familyTree.entity.event |
Modifier and Type | Method and Description |
---|---|
Person |
IndividualBean.getPerson()
Returns the currently set person.
|
Person |
IndividualBean.getTempPerson() |
Modifier and Type | Method and Description |
---|---|
void |
IndividualBean.setPerson(Person person)
Sets the person to be viewed.
|
void |
IndividualBean.setTempPerson(Person tempPerson) |
Modifier and Type | Method and Description |
---|---|
Person |
PersonDataBean.findFirst()
Returns the first person in the database.
|
Modifier and Type | Method and Description |
---|---|
Person |
Person.getFather()
Returns the father of this person.
|
Person |
Person.getMother()
Returns the mother of this person.
|
Modifier and Type | Method and Description |
---|---|
List<Person> |
Person.getChildren()
Returns the list of all children for this person.
|
List<Person> |
Person.getChildren(Person spouse)
Returns a list of all children of this person whose other parent is the specified spouse.
|
List<Person> |
Person.getChildrenNoSpouse()
Returns a list of all children of this person whose other parent is unknown.
|
List<Person> |
Person.getSpouses()
Returns the list of known spouses of this person.
|
Modifier and Type | Method and Description |
---|---|
List<Person> |
Person.getChildren(Person spouse)
Returns a list of all children of this person whose other parent is the specified spouse.
|
void |
Person.setFather(Person father)
Sets the father of this person.
|
void |
Person.setMother(Person mother)
Sets the mother of this person.
|
Modifier and Type | Method and Description |
---|---|
void |
Person.setChildren(List<Person> children)
Sets the list of all children for this person.
|
void |
Person.setSpouses(List<Person> spouses)
Sets the list of known spouses of this person.
|
Modifier and Type | Method and Description |
---|---|
Person |
Marriage.getHusband()
Returns the male person of the marriage.
|
Person |
SinglePersonEvent.getPerson()
Returns the person associated with this event.
|
Person |
Marriage.getWife()
Returns the female person of the marriage.
|
Modifier and Type | Method and Description |
---|---|
void |
Marriage.setHusband(Person husband)
Sets the male person of the marriage.
|
void |
SinglePersonEvent.setPerson(Person person)
Sets the person associated with this event.
|
void |
Marriage.setWife(Person wife)
Sets the female person of the marriage.
|
Copyright © 2015 Joseph Hendrix