|
||||||||||
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.sec.businessobject.ModelMember
public class ModelMember
Represents a member who can be assigned to a model. Can be of Person, Role, or Group type
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
ModelMember()
|
Method Summary | |
---|---|
String |
getEmailAddress()
Gets the emailAddress attribute. |
String |
getEmployeeId()
Gets the employeeId attribute. |
String |
getEntityId()
Gets the entityId attribute. |
String |
getFirstName()
Gets the firstName attribute. |
String |
getGroupId()
Gets the groupId attribute. |
String |
getGroupName()
Gets the groupName attribute. |
String |
getLastName()
Gets the lastName attribute. |
String |
getMemberId()
Gets the memberId attribute. |
String |
getMemberName()
Gets the memberName attribute. |
String |
getMemberTypeCode()
Gets the memberTypeCode attribute. |
String |
getMiddleName()
Gets the middleName attribute. |
String |
getNamespaceCode()
Gets the namespaceCode attribute. |
String |
getPrincipalId()
Gets the principalId attribute. |
String |
getPrincipalName()
Gets the principalName attribute. |
String |
getRoleId()
Gets the roleId attribute. |
String |
getRoleName()
Gets the roleName attribute. |
boolean |
isActive()
Gets the active attribute. |
void |
setActive(boolean active)
Sets the active attribute value. |
void |
setEmailAddress(String emailAddress)
Sets the emailAddress attribute value. |
void |
setEmployeeId(String employeeId)
Sets the employeeId attribute value. |
void |
setEntityId(String entityId)
Sets the entityId attribute value. |
void |
setFirstName(String firstName)
Sets the firstName attribute value. |
void |
setGroupId(String groupId)
Sets the groupId attribute value. |
void |
setGroupName(String groupName)
Sets the groupName attribute value. |
void |
setLastName(String lastName)
Sets the lastName attribute value. |
void |
setMemberId(String memberId)
Sets the memberId attribute value. |
void |
setMemberName(String memberName)
Sets the memberName attribute value. |
void |
setMemberTypeCode(String memberTypeCode)
Sets the memberTypeCode attribute value. |
void |
setMiddleName(String middleName)
Sets the middleName attribute value. |
void |
setNamespaceCode(String namespaceCode)
Sets the namespaceCode attribute value. |
void |
setPrincipalId(String principalId)
Sets the principalId attribute value. |
void |
setPrincipalName(String principalName)
Sets the principalName attribute value. |
void |
setRoleId(String roleId)
Sets the roleId attribute value. |
void |
setRoleName(String roleName)
Sets the roleName attribute value. |
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 ModelMember()
Method Detail |
---|
public String getMemberId()
public void setMemberId(String memberId)
memberId
- The memberId to set.public String getMemberName()
public void setMemberName(String memberName)
memberName
- The memberName to set.public String getMemberTypeCode()
public void setMemberTypeCode(String memberTypeCode)
memberTypeCode
- The memberTypeCode to set.public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
active
- The active to set.public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- The principalId to set.public String getPrincipalName()
public void setPrincipalName(String principalName)
principalName
- The principalName to set.public String getEntityId()
public void setEntityId(String entityId)
entityId
- The entityId to set.public String getFirstName()
public void setFirstName(String firstName)
firstName
- The firstName to set.public String getMiddleName()
public void setMiddleName(String middleName)
middleName
- The middleName to set.public String getLastName()
public void setLastName(String lastName)
lastName
- The lastName to set.public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress
- The emailAddress to set.public String getEmployeeId()
public void setEmployeeId(String employeeId)
employeeId
- The employeeId to set.public String getRoleId()
public void setRoleId(String roleId)
roleId
- The roleId to set.public String getRoleName()
public void setRoleName(String roleName)
roleName
- The roleName to set.public String getNamespaceCode()
public void setNamespaceCode(String namespaceCode)
namespaceCode
- The namespaceCode to set.public String getGroupId()
public void setGroupId(String groupId)
groupId
- The groupId to set.public String getGroupName()
public void setGroupName(String groupName)
groupName
- The groupName to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |