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

java.lang.Object
  extended by 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

Constructor Summary
PersonServiceImplTest.SampleBO()
           
 
Method Summary
 String getAnAttribute()
           
 String getAnotherAttribute()
           
 List<PersonServiceImplTest.SampleChildBOWithPerson> getChildBos()
           
 PersonImpl getPersonAttribute()
           
 String getPersonPrincipalId()
           
 void refresh()
           
 void setAnAttribute(String anAttribute)
           
 void setAnotherAttribute(String anotherAttribute)
           
 void setChildBos(List<PersonServiceImplTest.SampleChildBOWithPerson> childBos)
           
 void setPersonAttribute(PersonImpl personAttribute)
           
 void setPersonPrincipalId(String personPrincipalId)
           
 
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.SampleBO

public PersonServiceImplTest.SampleBO()
Method Detail

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 PersonImpl getPersonAttribute()

setPersonAttribute

public void setPersonAttribute(PersonImpl 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–2014 The Kuali Foundation. All rights reserved.