org.kuali.rice.kim.bo.ui
Class RoleDocumentBoDefaultBase

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kim.bo.ui.KimDocumentBoBase
              extended by org.kuali.rice.kim.bo.ui.RoleDocumentBoDefaultBase
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, Inactivateable, PersistableBusinessObject

public class RoleDocumentBoDefaultBase
extends KimDocumentBoBase

This is a description of what this class does - shyu don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
protected  boolean dflt
           
protected  IdentityManagementRoleDocument roleDocument
           
 
Fields inherited from class org.kuali.rice.kim.bo.ui.KimDocumentBoBase
active, activeFromDate, activeToDate, documentNumber, edit
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
RoleDocumentBoDefaultBase()
           
 
Method Summary
 IdentityManagementRoleDocument getRoleDocument()
           
 boolean isDflt()
           
 void setDflt(boolean dflt)
           
 void setRoleDocument(IdentityManagementRoleDocument roleDocument)
           
 
Methods inherited from class org.kuali.rice.kim.bo.ui.KimDocumentBoBase
getActiveFromDate, getActiveToDate, getDocumentNumber, isActive, isEdit, setActive, setActiveFromDate, setActiveToDate, setDocumentNumber, setEdit, toStringMapper
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Field Detail

dflt

protected boolean dflt

roleDocument

protected IdentityManagementRoleDocument roleDocument
Constructor Detail

RoleDocumentBoDefaultBase

public RoleDocumentBoDefaultBase()
Method Detail

getRoleDocument

public IdentityManagementRoleDocument getRoleDocument()
Returns:
the roleDocument

setRoleDocument

public void setRoleDocument(IdentityManagementRoleDocument roleDocument)
Parameters:
roleDocument - the roleDocument to set

isDflt

public boolean isDflt()

setDflt

public void setDflt(boolean dflt)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.