public static class PersonServiceImplTest.SampleChildBOWithPerson extends Object implements BusinessObject
Constructor and Description |
---|
SampleChildBOWithPerson() |
Modifier and Type | Method and Description |
---|---|
String |
getChildsAttribute() |
Person |
getChildsPersonAttribute() |
String |
getChildsPersonPrincipalId() |
void |
refresh() |
void |
setChildsAttribute(String childsAttribute) |
void |
setChildsPersonAttribute(Person childsPersonAttribute) |
void |
setChildsPersonPrincipalId(String childsPersonPrincipalId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public SampleChildBOWithPerson()
public String getChildsAttribute()
public void setChildsAttribute(String childsAttribute)
public String getChildsPersonPrincipalId()
public void setChildsPersonPrincipalId(String childsPersonPrincipalId)
public Person getChildsPersonAttribute()
public void setChildsPersonAttribute(Person childsPersonAttribute)
public void refresh()
refresh
in interface BusinessObject
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.