@MappedSuperclass public class RoleDocumentBoBase extends PersistableBusinessObjectBase
Modifier and Type | Field and Description |
---|---|
protected boolean |
active |
protected String |
documentNumber |
protected boolean |
edit |
protected IdentityManagementRoleDocument |
roleDocument |
extension, versionNumber
Constructor and Description |
---|
RoleDocumentBoBase() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentNumber() |
IdentityManagementRoleDocument |
getRoleDocument() |
boolean |
isActive() |
boolean |
isEdit() |
void |
setActive(boolean active) |
void |
setDocumentNumber(String documentNumber) |
void |
setEdit(boolean edit) |
void |
setRoleDocument(IdentityManagementRoleDocument roleDocument) |
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
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
protected String documentNumber
protected boolean active
protected boolean edit
protected IdentityManagementRoleDocument roleDocument
public RoleDocumentBoBase()
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public boolean isActive()
public void setActive(boolean active)
public IdentityManagementRoleDocument getRoleDocument()
public void setRoleDocument(IdentityManagementRoleDocument roleDocument)
public boolean isEdit()
public void setEdit(boolean edit)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.