org.kuali.rice.kim.test.bo
Class BOContainingPerson
java.lang.Object
   org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.BusinessObjectBase
       org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
           org.kuali.rice.kim.test.bo.BOContainingPerson
org.kuali.rice.kim.test.bo.BOContainingPerson
- All Implemented Interfaces: 
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
- public class BOContainingPerson 
- extends PersistableBusinessObjectBase
This is a description of what this class does - kellerj don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
 
 
| Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase | 
| afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber | 
 
 
 
 
boPrimaryKey
protected String boPrimaryKey
principalId
protected String principalId
person
protected Person person
BOContainingPerson
public BOContainingPerson()
getBoPrimaryKey
public String getBoPrimaryKey()
- 
 
setBoPrimaryKey
public void setBoPrimaryKey(String boPrimaryKey)
- 
 
getPrincipalId
public String getPrincipalId()
- 
 
setPrincipalId
public void setPrincipalId(String principalId)
- 
 
getPerson
public Person getPerson()
- 
 
setPerson
public void setPerson(Person person)
- 
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.