|
||||||||||
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
String
getChildAttributeForParentAttribute(String parentAttributeName)
String
getParentAttributeForChildAttribute(String childAttributeName)
String
getParentAttributeName()
Class
getParentClass()
Gets the parentClass attribute.
Map<String,String>
getParentToChildReferences()
Class
getRelatedClass()
String
getUserVisibleIdentifierKey()
void
setParentToChildReferences(Map<String,String> referenceAttribues)
void
setUserVisibleIdentifierKey(String userVisibleIdentifierKey)
String
toString()
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.