public class SecurityModelMember extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Modifier and Type | Field and Description | 
|---|---|
| protected Timestamp | activeFromDate | 
| protected Timestamp | activeToDate | 
| protected String | memberId | 
| protected String | memberName | 
| protected String | memberTypeCode | 
| protected org.kuali.rice.core.api.util.type.KualiInteger | modelId | 
| protected ModelMember | modelMember | 
| protected SecurityModel | securityModel | 
| Constructor and Description | 
|---|
| SecurityModelMember() | 
| Modifier and Type | Method and Description | 
|---|---|
| Timestamp | getActiveFromDate()Gets the activeFromDate attribute. | 
| Timestamp | getActiveToDate()Gets the activeToDate attribute. | 
| String | getMemberId()Gets the memberId attribute. | 
| String | getMemberName()Gets the memberName attribute. | 
| String | getMemberTypeCode()Gets the memberTypeCode attribute. | 
| String | getModelDefinitionSummary()Builds a string representation of the model definition assignmentss | 
| org.kuali.rice.core.api.util.type.KualiInteger | getModelId()Gets the modelId attribute. | 
| ModelMember | getModelMember()Gets the modelMember attribute. | 
| SecurityModel | getSecurityModel()Gets the securityModel attribute. | 
| void | setActiveFromDate(Timestamp activeFromDate)Sets the activeFromDate attribute value. | 
| void | setActiveToDate(Timestamp activeToDate)Sets the activeToDate 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 | setModelId(org.kuali.rice.core.api.util.type.KualiInteger modelId)Sets the modelId attribute value. | 
| void | setModelMember(ModelMember modelMember)Sets the modelMember attribute value. | 
| void | setSecurityModel(SecurityModel securityModel)Sets the securityModel attribute value. | 
| String | toString() | 
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, setVersionNumberprotected org.kuali.rice.core.api.util.type.KualiInteger modelId
protected String memberTypeCode
protected Timestamp activeFromDate
protected Timestamp activeToDate
protected SecurityModel securityModel
protected String memberName
protected ModelMember modelMember
public SecurityModelMember()
public org.kuali.rice.core.api.util.type.KualiInteger getModelId()
public void setModelId(org.kuali.rice.core.api.util.type.KualiInteger modelId)
modelId - The modelId to set.public String getMemberId()
public void setMemberId(String memberId)
memberId - The memberId to set.public String getMemberTypeCode()
public void setMemberTypeCode(String memberTypeCode)
memberTypeCode - The memberTypeCode to set.public Timestamp getActiveFromDate()
public void setActiveFromDate(Timestamp activeFromDate)
activeFromDate - The activeFromDate to set.public Timestamp getActiveToDate()
public void setActiveToDate(Timestamp activeToDate)
activeToDate - The activeToDate to set.public String getMemberName()
public void setMemberName(String memberName)
memberName - The memberName to set.public SecurityModel getSecurityModel()
public void setSecurityModel(SecurityModel securityModel)
securityModel - The securityModel to set.public ModelMember getModelMember()
public void setModelMember(ModelMember modelMember)
modelMember - The modelMember to set.public String getModelDefinitionSummary()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.