public static class PersonServiceImplTest.SampleBO extends Object implements BusinessObject
Constructor and Description |
---|
SampleBO() |
Modifier and Type | Method and Description |
---|---|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public SampleBO()
public String getAnAttribute()
public void setAnAttribute(String anAttribute)
public String getAnotherAttribute()
public void setAnotherAttribute(String anotherAttribute)
public String getPersonPrincipalId()
public void setPersonPrincipalId(String personPrincipalId)
public PersonImpl getPersonAttribute()
public void setPersonAttribute(PersonImpl personAttribute)
public void refresh()
refresh
in interface BusinessObject
public List<PersonServiceImplTest.SampleChildBOWithPerson> getChildBos()
public void setChildBos(List<PersonServiceImplTest.SampleChildBOWithPerson> childBos)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.