|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.KemidAuthorizations
public class KemidAuthorizations
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
KemidAuthorizations()
|
Method Summary | |
---|---|
String |
getKemid()
Gets the kemid. |
KEMID |
getKemidObjRef()
Gets the kemidObjRef. |
org.kuali.rice.kim.bo.Role |
getRole()
Gets the role. |
String |
getRoleId()
Gets the roleId. |
org.kuali.rice.kim.bo.Person |
getRolePrincipal()
Gets the rolePrincipal. |
String |
getRolePrincipalId()
Gets the rolePrincipalId. |
String |
getRolePrincipalIdForSearching()
|
org.kuali.rice.kns.util.KualiInteger |
getRoleSequenceNumber()
Gets the roleSequenceNumber. |
Date |
getRoleTerminationDate()
Gets the roleTerminationDate. |
boolean |
isActive()
Gets the active indicator. |
void |
setActive(boolean active)
Sets the active indicator. |
void |
setKemid(String kemid)
Sets the kemid. |
void |
setKemidObjRef(KEMID kemidObjRef)
Sets the kemidObjRef. |
void |
setRole(org.kuali.rice.kim.bo.Role role)
Sets the role. |
void |
setRoleId(String roleId)
Sets the roleId. |
void |
setRolePrincipal(org.kuali.rice.kim.bo.Person rolePrincipal)
Sets the rolePrincipal. |
void |
setRolePrincipalId(String rolePrincipalId)
Sets the rolePrincipalId. |
void |
setRoleSequenceNumber(org.kuali.rice.kns.util.KualiInteger roleSequenceNumber)
Sets the roleSequenceNumber. |
void |
setRoleTerminationDate(Date roleTerminationDate)
Sets the roleTerminationDate. |
protected LinkedHashMap |
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 |
Constructor Detail |
---|
public KemidAuthorizations()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public String getKemid()
public void setKemid(String kemid)
kemid
- public org.kuali.rice.kns.util.KualiInteger getRoleSequenceNumber()
public void setRoleSequenceNumber(org.kuali.rice.kns.util.KualiInteger roleSequenceNumber)
roleSequenceNumber
- public String getRoleId()
public void setRoleId(String roleId)
roleId
- public String getRolePrincipalId()
public void setRolePrincipalId(String rolePrincipalId)
rolePrincipalId
- public Date getRoleTerminationDate()
public void setRoleTerminationDate(Date roleTerminationDate)
roleTerminationDate
- public boolean isActive()
public void setActive(boolean active)
active
- public KEMID getKemidObjRef()
public void setKemidObjRef(KEMID kemidObjRef)
kemidObjRef
- public org.kuali.rice.kim.bo.Role getRole()
public void setRole(org.kuali.rice.kim.bo.Role role)
role
- public org.kuali.rice.kim.bo.Person getRolePrincipal()
public void setRolePrincipal(org.kuali.rice.kim.bo.Person rolePrincipal)
rolePrincipal
- public String getRolePrincipalIdForSearching()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |