public class DataObjectAttributeRelationshipImpl extends Object implements DataObjectAttributeRelationship
| Modifier and Type | Field and Description |
|---|---|
protected String |
childAttributeName |
protected String |
parentAttributeName |
| Constructor and Description |
|---|
DataObjectAttributeRelationshipImpl() |
DataObjectAttributeRelationshipImpl(String parentAttributeName,
String childAttributeName)
Gets results where the actual rows are requested.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChildAttributeName()
Gets matching child property.
|
String |
getParentAttributeName()
Gets attribute name of parent.
|
void |
setChildAttributeName(String childAttributeName)
Sets the child attribute name.
|
void |
setParentAttributeName(String parentAttributeName)
Sets the parent attribute name.
|
String |
toString() |
protected String parentAttributeName
protected String childAttributeName
public DataObjectAttributeRelationshipImpl()
public DataObjectAttributeRelationshipImpl(String parentAttributeName, String childAttributeName)
queryClass - the type of the results to return.criteria - the criteria to use to get the results.ojbCriteria - the implementation-specific criteria.flag - the indicator to whether the row count is requested in the results.public String getParentAttributeName()
The property on the "parent" data object.
getParentAttributeName in interface DataObjectAttributeRelationshippublic void setParentAttributeName(String parentAttributeName)
parentAttributeName - parent attribute namepublic String getChildAttributeName()
The matching property on the "child", usually part of the child data object's primary key.
getChildAttributeName in interface DataObjectAttributeRelationshippublic void setChildAttributeName(String childAttributeName)
childAttributeName - child attribute nameCopyright © 2005–2016 The Kuali Foundation. All rights reserved.