Class QRecordEntityAssociation
java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntityAssociation
Reflective information about an association in a QRecordEntity
-
Constructor Summary
ConstructorsConstructorDescriptionQRecordEntityAssociation
(String fieldName, Method getter, Method setter, Class<? extends QRecordEntity> associatedType, QAssociation associationAnnotation) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionClass
<? extends QRecordEntity> Getter for associatedTypeGetter for associationAnnotationGetter for fieldNameGetter for getterGetter for setter
-
Constructor Details
-
QRecordEntityAssociation
public QRecordEntityAssociation(String fieldName, Method getter, Method setter, Class<? extends QRecordEntity> associatedType, QAssociation associationAnnotation) Constructor.
-
-
Method Details
-
getFieldName
Getter for fieldName -
getGetter
Getter for getter -
getSetter
Getter for setter -
getAssociatedType
Getter for associatedType -
getAssociationAnnotation
Getter for associationAnnotation
-