org.kuali.rice.krad.demo.travel
Class UserControlSample

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kim.impl.identity.principal.PrincipalBo
              extended by org.kuali.rice.krad.demo.travel.UserControlSample
All Implemented Interfaces:
groovy.lang.GroovyObject, Serializable, org.apache.ojb.broker.PersistenceBrokerAware, Inactivatable, GloballyUnique, Versioned, ModelObjectBasic, PrincipalContract, BusinessObject, PersistableBusinessObject

public class UserControlSample
extends org.kuali.rice.kim.impl.identity.principal.PrincipalBo

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
UserControlSample()
           
 
Method Summary
 String getMyPersonName()
           
 String getMyPrincipalName()
           
 void setMyPersonName(String myPersonName)
           
 void setMyPrincipalName(String myPrincipalName)
           
 
Methods inherited from class org.kuali.rice.kim.impl.identity.principal.PrincipalBo
from, getActive, getEntityId, getPassword, getPrincipalId, getPrincipalName, isActive, setActive, setEntityId, setPassword, setPrincipalId, setPrincipalName, to
 
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.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 
Methods inherited from interface groovy.lang.GroovyObject
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

UserControlSample

public UserControlSample()
Method Detail

getMyPrincipalName

public String getMyPrincipalName()

setMyPrincipalName

public void setMyPrincipalName(String myPrincipalName)

getMyPersonName

public String getMyPersonName()

setMyPersonName

public void setMyPersonName(String myPersonName)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.