Interface DataObjectAttributeRelationship
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DataObjectAttributeRelationshipImpl
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 Summary
Modifier and TypeMethodDescriptionGets matching child property.Gets attribute name of parent.
-
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
-