org.qi4j.test.indexing.model
Interface Male

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

public interface Male
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<Female> wife()
           
 
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

wife

@Optional
Association<Female> wife()