Class QRecordEntityAssociation

java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntityAssociation

public class QRecordEntityAssociation extends Object
Reflective information about an association in a QRecordEntity
  • Constructor Details

  • Method Details

    • getFieldName

      public String getFieldName()
      Getter for fieldName
    • getGetter

      public Method getGetter()
      Getter for getter
    • getSetter

      public Method getSetter()
      Getter for setter
    • getAssociatedType

      public Class<? extends QRecordEntity> getAssociatedType()
      Getter for associatedType
    • getAssociationAnnotation

      public QAssociation getAssociationAnnotation()
      Getter for associationAnnotation