org.kuali.rice.krad.data.provider.annotation
Annotation Type 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)

Required Element Summary
 String childAttributeName
          Gets the attribute name on the child object.
 String parentAttributeName
          Gets the attribute name on the parent object.
 

Element Detail

parentAttributeName

public abstract String parentAttributeName
Gets the attribute name on the parent object.

Returns:
the attribute name on the parent object.

childAttributeName

public abstract String childAttributeName
Gets the attribute name on the child object.

Returns:
the attribute name on the child object.


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.