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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataObjectAttributeRelationshipImpl(String parentAttributeName, String childAttributeName) Gets results where the actual rows are requested. -
Method Summary
Modifier and TypeMethodDescriptionGets matching child property.Gets attribute name of parent.voidsetChildAttributeName(String childAttributeName) Sets the child attribute name.voidsetParentAttributeName(String parentAttributeName) Sets the parent attribute name.toString()
-
Field Details
-
parentAttributeName
-
childAttributeName
-
-
Constructor Details
-
DataObjectAttributeRelationshipImpl
public DataObjectAttributeRelationshipImpl() -
DataObjectAttributeRelationshipImpl
Gets results where the actual rows are requested.- Parameters:
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.
-
-
Method Details
-
getParentAttributeName
Gets attribute name of parent.The property on the "parent" data object.
- Specified by:
getParentAttributeNamein interfaceDataObjectAttributeRelationship- Returns:
- attribute name of parent
-
setParentAttributeName
Sets the parent attribute name.- Parameters:
parentAttributeName- parent attribute name
-
getChildAttributeName
Gets matching child property.The matching property on the "child", usually part of the child data object's primary key.
- Specified by:
getChildAttributeNamein interfaceDataObjectAttributeRelationship- Returns:
- matching child property
-
setChildAttributeName
Sets the child attribute name.- Parameters:
childAttributeName- child attribute name
-
toString
-