public class ModelMember extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description | 
|---|
ModelMember()  | 
| Modifier and Type | Method and Description | 
|---|---|
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_RICE20_REFACTORME()  | 
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, setVersionNumberpublic ModelMember()
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.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableactive - 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 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_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.