de.schwarzrot.data
Interface EntityReference<A extends Entity,B extends Entity>
- Type Parameters:
A
- the master entityB
- the referenced entity
- All Known Subinterfaces:
- WeightedEntityReference<A,B,T>
- All Known Implementing Classes:
- AbstractEntityReference, AbstractWeightedEntityReference, IdxSegmentInfo
public interface EntityReference<A extends Entity,B extends Entity>
reference handle class to handle anonymous references.
- Author:
- Reinhard Mantey
getAType
Class<A> getAType()
getBType
Class<B> getBType()
getReferenceA
A getReferenceA()
getReferenceB
B getReferenceB()
setReferenceA
void setReferenceA(A referenceA)
setReferenceB
void setReferenceB(B referenceB)
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.