org.kuali.rice.krad.data.metadata.impl
Class DataObjectAttributeRelationshipImpl

java.lang.Object
  extended by org.kuali.rice.krad.data.metadata.impl.DataObjectAttributeRelationshipImpl
All Implemented Interfaces:
Serializable, DataObjectAttributeRelationship

public class DataObjectAttributeRelationshipImpl
extends Object
implements DataObjectAttributeRelationship

See Also:
Serialized Form

Field Summary
protected  String childAttributeName
           
protected  String parentAttributeName
           
 
Constructor Summary
DataObjectAttributeRelationshipImpl()
           
DataObjectAttributeRelationshipImpl(String parentAttributeName, String childAttributeName)
           
 
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.
 void setChildAttributeName(String childAttributeName)
           
 void setParentAttributeName(String parentAttributeName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

parentAttributeName

protected String parentAttributeName

childAttributeName

protected String childAttributeName
Constructor Detail

DataObjectAttributeRelationshipImpl

public DataObjectAttributeRelationshipImpl()

DataObjectAttributeRelationshipImpl

public DataObjectAttributeRelationshipImpl(String parentAttributeName,
                                           String childAttributeName)
Method Detail

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.