org.kuali.kfs.module.endow.businessobject
Class KemidAuthorizations

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.KemidAuthorizations
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class KemidAuthorizations
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

See Also:
Serialized Form

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

KemidAuthorizations

public KemidAuthorizations()
Method Detail

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getKemid

public String getKemid()
Gets the kemid.

Returns:
kemid

setKemid

public void setKemid(String kemid)
Sets the kemid.

Parameters:
kemid -

getRoleSequenceNumber

public org.kuali.rice.kns.util.KualiInteger getRoleSequenceNumber()
Gets the roleSequenceNumber.

Returns:
roleSequenceNumber

setRoleSequenceNumber

public void setRoleSequenceNumber(org.kuali.rice.kns.util.KualiInteger roleSequenceNumber)
Sets the roleSequenceNumber.

Parameters:
roleSequenceNumber -

getRoleId

public String getRoleId()
Gets the roleId.

Returns:
roleId

setRoleId

public void setRoleId(String roleId)
Sets the roleId.

Parameters:
roleId -

getRolePrincipalId

public String getRolePrincipalId()
Gets the rolePrincipalId.

Returns:
rolePrincipalId

setRolePrincipalId

public void setRolePrincipalId(String rolePrincipalId)
Sets the rolePrincipalId.

Parameters:
rolePrincipalId -

getRoleTerminationDate

public Date getRoleTerminationDate()
Gets the roleTerminationDate.

Returns:
roleTerminationDate

setRoleTerminationDate

public void setRoleTerminationDate(Date roleTerminationDate)
Sets the roleTerminationDate.

Parameters:
roleTerminationDate -

isActive

public boolean isActive()
Gets the active indicator.

Returns:
active

setActive

public void setActive(boolean active)
Sets the active indicator.

Parameters:
active -

getKemidObjRef

public KEMID getKemidObjRef()
Gets the kemidObjRef.

Returns:
kemidObjRef

setKemidObjRef

public void setKemidObjRef(KEMID kemidObjRef)
Sets the kemidObjRef.

Parameters:
kemidObjRef -

getRole

public org.kuali.rice.kim.bo.Role getRole()
Gets the role.

Returns:
role

setRole

public void setRole(org.kuali.rice.kim.bo.Role role)
Sets the role.

Parameters:
role -

getRolePrincipal

public org.kuali.rice.kim.bo.Person getRolePrincipal()
Gets the rolePrincipal.

Returns:
rolePrincipal

setRolePrincipal

public void setRolePrincipal(org.kuali.rice.kim.bo.Person rolePrincipal)
Sets the rolePrincipal.

Parameters:
rolePrincipal -

getRolePrincipalIdForSearching

public String getRolePrincipalIdForSearching()
Returns:
Returns the rolePrincipalId.


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