org.kuali.rice.krad.data.metadata
Interface DataObjectAttributeRelationship

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataObjectAttributeRelationshipImpl

public interface DataObjectAttributeRelationship
extends Serializable

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 Summary
 String getChildAttributeName()
          The matching property on the "child", usually part of the child data object's primary key.
 String getParentAttributeName()
          The property on the "parent" data object.
 

Method Detail

getParentAttributeName

String getParentAttributeName()
The property on the "parent" data object.


getChildAttributeName

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



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.