| java.lang.Object org.kuali.core.bo.BusinessObjectRelationship
BusinessObjectRelationship | public class BusinessObjectRelationship implements Serializable(Code) | | This class represents a parentClass/child relationship between two objects
This is used primarily by the BusinessObjectMetaDataService
|
BusinessObjectRelationship | public BusinessObjectRelationship()(Code) | | |
BusinessObjectRelationship | public BusinessObjectRelationship(Class parent, String parentAttributeName, Class relatedClass)(Code) | | |
getParentAttributeName | public String getParentAttributeName()(Code) | | |
getParentClass | public Class getParentClass()(Code) | | Gets the parentClass attribute.
Returns the parentClass. |
getUserVisibleIdentifierKey | public String getUserVisibleIdentifierKey()(Code) | | |
setParentToChildReferences | public void setParentToChildReferences(Map<String, String> referenceAttribues)(Code) | | |
setUserVisibleIdentifierKey | public void setUserVisibleIdentifierKey(String userVisibleIdentifierKey)(Code) | | |
|
|