Interface DataObjectAttributeRelationship

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataObjectAttributeRelationshipImpl

public interface DataObjectAttributeRelationship extends Serializable
Parent and child attribute relationship.

Represents a relationship between a parent and child attribute. Used in the context of a MetadataChild object.

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

    • getParentAttributeName

      String getParentAttributeName()
      Gets attribute name of parent.

      The property on the "parent" data object.

      Returns:
      attribute name of parent
    • getChildAttributeName

      String getChildAttributeName()
      Gets matching child property.

      The matching property on the "child", usually part of the child data object's primary key.

      Returns:
      matching child property