|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectRelationship
public class BusinessObjectRelationship
This class represents a parentClass/child relationship between two objects
This is used primarily by the
BusinessObjectMetaDataService
Constructor Summary
BusinessObjectRelationship()
BusinessObjectRelationship(Class parent,
String parentAttributeName,
Class relatedClass)
Method Summary
StringgetChildAttributeForParentAttribute(String parentAttributeName)
StringgetParentAttributeForChildAttribute(String childAttributeName)
StringgetParentAttributeName()
ClassgetParentClass()
Gets the parentClass attribute.
Map<String,String>getParentToChildReferences()
ClassgetRelatedClass()
StringgetUserVisibleIdentifierKey()
voidsetParentToChildReferences(Map<String,String> referenceAttribues)
voidsetUserVisibleIdentifierKey(String userVisibleIdentifierKey)
StringtoString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
BusinessObjectRelationship
public BusinessObjectRelationship()
BusinessObjectRelationship
public BusinessObjectRelationship(Class parent,
String parentAttributeName,
Class relatedClass)
Method Detail
getRelatedClass
public Class getRelatedClass()
getParentClass
public Class getParentClass()
toString
public String toString()
getParentAttributeName
public String getParentAttributeName()
getParentToChildReferences
public Map<String,String> getParentToChildReferences()
setParentToChildReferences
public void setParentToChildReferences(Map<String,String> referenceAttribues)
getUserVisibleIdentifierKey
public String getUserVisibleIdentifierKey()
setUserVisibleIdentifierKey
public void setUserVisibleIdentifierKey(String userVisibleIdentifierKey)
getParentAttributeForChildAttribute
public String getParentAttributeForChildAttribute(String childAttributeName)
getChildAttributeForParentAttribute
public String getChildAttributeForParentAttribute(String parentAttributeName)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.