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