org.kuali.rice.krad.data.metadata.impl
Class DataObjectAttributeRelationshipImpl
java.lang.Object
org.kuali.rice.krad.data.metadata.impl.DataObjectAttributeRelationshipImpl
- All Implemented Interfaces:
- Serializable, DataObjectAttributeRelationship
public class DataObjectAttributeRelationshipImpl
- extends Object
- implements DataObjectAttributeRelationship
- See Also:
- Serialized Form
parentAttributeName
protected String parentAttributeName
childAttributeName
protected String childAttributeName
DataObjectAttributeRelationshipImpl
public DataObjectAttributeRelationshipImpl()
DataObjectAttributeRelationshipImpl
public DataObjectAttributeRelationshipImpl(String parentAttributeName,
String childAttributeName)
getParentAttributeName
public String getParentAttributeName()
- Description copied from interface:
DataObjectAttributeRelationship
- The property on the "parent" data object.
- Specified by:
getParentAttributeName
in interface DataObjectAttributeRelationship
setParentAttributeName
public void setParentAttributeName(String parentAttributeName)
getChildAttributeName
public String getChildAttributeName()
- Description copied from interface:
DataObjectAttributeRelationship
- The matching property on the "child", usually part of the child data object's primary key.
- Specified by:
getChildAttributeName
in interface DataObjectAttributeRelationship
setChildAttributeName
public void setChildAttributeName(String childAttributeName)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.