org.kuali.rice.kim.test.service
Class PersonServiceImplTest.SampleBO
java.lang.Object
org.kuali.rice.kim.test.service.PersonServiceImplTest.SampleBO
- All Implemented Interfaces:
- Serializable, ModelObjectBasic, BusinessObject
- Enclosing class:
- PersonServiceImplTest
public static class PersonServiceImplTest.SampleBO
- extends Object
- implements BusinessObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonServiceImplTest.SampleBO
public PersonServiceImplTest.SampleBO()
getAnAttribute
public String getAnAttribute()
setAnAttribute
public void setAnAttribute(String anAttribute)
getAnotherAttribute
public String getAnotherAttribute()
setAnotherAttribute
public void setAnotherAttribute(String anotherAttribute)
getPersonPrincipalId
public String getPersonPrincipalId()
setPersonPrincipalId
public void setPersonPrincipalId(String personPrincipalId)
getPersonAttribute
public Person getPersonAttribute()
setPersonAttribute
public void setPersonAttribute(Person personAttribute)
refresh
public void refresh()
- Specified by:
refresh
in interface BusinessObject
getChildBos
public List<PersonServiceImplTest.SampleChildBOWithPerson> getChildBos()
setChildBos
public void setChildBos(List<PersonServiceImplTest.SampleChildBOWithPerson> childBos)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.