Holger's
Java API

Uses of Class
com.antelmann.genealogy.GPerson

Packages that use GPerson
com.antelmann.genealogy This package contains classes that provide classes to implement applications dealing with genealogy related issues. 
 

Uses of GPerson in com.antelmann.genealogy
 

Classes in com.antelmann.genealogy with type parameters of type GPerson
 class GEventRelation<P extends GPerson,E extends GEventEntry,R>
          defines the relationship between an event entry and a natural person
 

Methods in com.antelmann.genealogy that return types with arguments of type GPerson
 Stub<GPerson> GPersonalBlogEntry.getDocumentReference()
           
 Stub<GPerson> GPath.getEnd()
           
 Stub<GPerson> GPersonalBlogEntry.getPerson()
           
 Stub<GPerson> GPath.getStart()
           
 

Method parameters in com.antelmann.genealogy with type arguments of type GPerson
 void GPersonalBlogEntry.setPerson(Stub<GPerson> person)
           
 

Constructor parameters in com.antelmann.genealogy with type arguments of type GPerson
GPersonalBlogEntry(Object id, Stub<GPerson> person, long time, String notes)
           
GPersonRelation(Object id, Stub<GPerson> fromReference, Stub<GPerson> toReference, GPersonRelationType type)
           
GPersonRelation(Object id, Stub<GPerson> fromReference, Stub<GPerson> toReference, GPersonRelationType type)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads