org.kuali.rice.krad.test.document
Class BOContainingPerson

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.krad.test.document.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

Field Summary
protected  String boPrimaryKey
           
protected  Person person
           
protected  String principalId
           
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BOContainingPerson()
           
 
Method Summary
 String getBoPrimaryKey()
           
 Person getPerson()
           
 String getPrincipalId()
           
 void setBoPrimaryKey(String boPrimaryKey)
           
 void setPerson(Person person)
           
 void setPrincipalId(String principalId)
           
 
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
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Field Detail

boPrimaryKey

protected String boPrimaryKey

principalId

protected String principalId

person

protected Person person
Constructor Detail

BOContainingPerson

public BOContainingPerson()
Method Detail

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 © 2005-2013 The Kuali Foundation. All Rights Reserved.