org.qi4j.test.indexing.model
Interface Female

All Superinterfaces:
Alive, Nameable, Person
All Known Subinterfaces:
FemaleEntity

public interface Female
extends Person

JAVADOC Add JavaDoc


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.test.indexing.model.Person
Person.Title
 
Method Summary
 Association<Male> husband()
           
 
Methods inherited from interface org.qi4j.test.indexing.model.Person
accounts, additionalInfo, address, email, father, interests, mainAccount, mother, password, personalWebsite, placeOfBirth, title, yearOfBirth
 
Methods inherited from interface org.qi4j.test.indexing.model.Nameable
name
 

Method Detail

husband

@Optional
Association<Male> husband()