Holger's
Java API

com.antelmann.genealogy
Class GEventRelation<P extends GPerson,E extends GEventEntry,R>

java.lang.Object
  extended by com.antelmann.db.AbstractDBEntry
      extended by com.antelmann.db.DefaultEntryRelationship
          extended by com.antelmann.db.DefaultSpecialRelationship<P,E,R>
              extended by com.antelmann.genealogy.GEventRelation<P,E,R>
All Implemented Interfaces:
DBEntry, EntryRelationship, SpecialRelationship<P,E,R>, LifeCycleObject, Serializable

public class GEventRelation<P extends GPerson,E extends GEventEntry,R>
extends DefaultSpecialRelationship<P,E,R>

defines the relationship between an event entry and a natural person

Since:
21.05.2013, 17:01:37
Author:
holger
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.antelmann.db.DBEntry
ENTRY_FLAVOR, ENTRY_LIST_FLAVOR
 
Constructor Summary
GEventRelation(Object id, Stub<P> fromReference, Stub<E> toReference, R role)
           
 
Method Summary
 
Methods inherited from class com.antelmann.db.DefaultSpecialRelationship
getFromReference, getRelationType, getToReference
 
Methods inherited from class com.antelmann.db.DefaultEntryRelationship
getBeginTime, getComment, getEndTime, getFromReferenceString, getRelationOption, getReverseRelationship, getToReferenceString, isBidirectional, isBroken, sameAs, setBeginTime, setComment, setEndTime, setRelationOption, toString
 
Methods inherited from class com.antelmann.db.AbstractDBEntry
equals, getID, hashCode, hashEntry, sameEntry
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.antelmann.db.EntryRelationship
getComment, getRelationOption, isBidirectional
 
Methods inherited from interface com.antelmann.db.DBEntry
getID
 
Methods inherited from interface com.antelmann.util.LifeCycleObject
getBeginTime, getEndTime
 

Constructor Detail

GEventRelation

public GEventRelation(Object id,
                      Stub<P> fromReference,
                      Stub<E> toReference,
                      R role)


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