public interface DataObjectAttributeRelationship extends Serializable
Represents a relationship between a parent and child attribute. Used in the context of a MetadataChild
object.
Modifier and Type | Method and Description |
---|---|
String |
getChildAttributeName()
Gets matching child property.
|
String |
getParentAttributeName()
Gets attribute name of parent.
|
String getParentAttributeName()
The property on the "parent" data object.
String getChildAttributeName()
The matching property on the "child", usually part of the child data object's primary key.
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.