Annotation Interface AttributeRelationship


public @interface AttributeRelationship
Defines a relationship between attributes on two data objects.

Analog to the DataObjectAttributeRelationship metadata.

Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Element Details

    • parentAttributeName

      String parentAttributeName
      Gets the attribute name on the parent object.
      Returns:
      the attribute name on the parent object.
    • childAttributeName

      String childAttributeName
      Gets the attribute name on the child object.
      Returns:
      the attribute name on the child object.