org.kuali.rice.kim.test.service
Class PersonServiceImplTest.SampleChildBOWithPerson

java.lang.Object
  extended by org.kuali.rice.kim.test.service.PersonServiceImplTest.SampleChildBOWithPerson
All Implemented Interfaces:
Serializable, ModelObjectBasic, BusinessObject
Enclosing class:
PersonServiceImplTest

public static class PersonServiceImplTest.SampleChildBOWithPerson
extends Object
implements BusinessObject

See Also:
Serialized Form

Constructor Summary
PersonServiceImplTest.SampleChildBOWithPerson()
           
 
Method Summary
 String getChildsAttribute()
           
 Person getChildsPersonAttribute()
           
 String getChildsPersonPrincipalId()
           
 void refresh()
           
 void setChildsAttribute(String childsAttribute)
           
 void setChildsPersonAttribute(Person childsPersonAttribute)
           
 void setChildsPersonPrincipalId(String childsPersonPrincipalId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

PersonServiceImplTest.SampleChildBOWithPerson

public PersonServiceImplTest.SampleChildBOWithPerson()
Method Detail

getChildsAttribute

public String getChildsAttribute()

setChildsAttribute

public void setChildsAttribute(String childsAttribute)

getChildsPersonPrincipalId

public String getChildsPersonPrincipalId()

setChildsPersonPrincipalId

public void setChildsPersonPrincipalId(String childsPersonPrincipalId)

getChildsPersonAttribute

public Person getChildsPersonAttribute()

setChildsPersonAttribute

public void setChildsPersonAttribute(Person childsPersonAttribute)

refresh

public void refresh()
Specified by:
refresh in interface BusinessObject


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.