public class AccessSecuritySimulation extends org.kuali.rice.krad.bo.TransientBusinessObjectBase
Modifier and Type | Field and Description |
---|---|
protected String |
attributeName |
protected String |
attributeValue |
protected String |
attributeValueName |
protected String |
financialSystemDocumentTypeCode |
protected String |
inquiryNamespaceCode |
protected String |
principalId |
protected org.kuali.rice.kim.api.identity.Person |
securityPerson |
protected String |
templateId |
Constructor and Description |
---|
AccessSecuritySimulation() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Gets the attributeName attribute.
|
String |
getAttributeValue()
Gets the attributeValue attribute.
|
String |
getAttributeValueName()
Gets the attributeValueName attribute.
|
String |
getFinancialSystemDocumentTypeCode()
Gets the financialSystemDocumentTypeCode attribute.
|
String |
getInquiryNamespaceCode()
Gets the inquiryNamespaceCode attribute.
|
String |
getPrincipalId()
Gets the principalId attribute.
|
org.kuali.rice.kim.api.identity.Person |
getSecurityPerson()
Gets the securityPerson attribute.
|
String |
getTemplateId()
Gets the templateId attribute.
|
void |
setAttributeName(String attributeName)
Sets the attributeName attribute value.
|
void |
setAttributeValue(String attributeValue)
Sets the attributeValue attribute value.
|
void |
setAttributeValueName(String attributeValueName)
Sets the attributeValueName attribute value.
|
void |
setFinancialSystemDocumentTypeCode(String financialSystemDocumentTypeCode)
Sets the financialSystemDocumentTypeCode attribute value.
|
void |
setInquiryNamespaceCode(String inquiryNamespaceCode)
Sets the inquiryNamespaceCode attribute value.
|
void |
setPrincipalId(String principalId)
Sets the principalId attribute value.
|
void |
setSecurityPerson(org.kuali.rice.kim.api.identity.Person securityPerson)
Sets the securityPerson attribute value.
|
void |
setTemplateId(String templateId)
Sets the templateId attribute value.
|
protected String principalId
protected String templateId
protected String attributeName
protected String financialSystemDocumentTypeCode
protected String inquiryNamespaceCode
protected String attributeValue
protected String attributeValueName
protected org.kuali.rice.kim.api.identity.Person securityPerson
public AccessSecuritySimulation()
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName
- The attributeName to set.public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- The principalId to set.public String getTemplateId()
public void setTemplateId(String templateId)
templateId
- The templateId to set.public String getFinancialSystemDocumentTypeCode()
public void setFinancialSystemDocumentTypeCode(String financialSystemDocumentTypeCode)
financialSystemDocumentTypeCode
- The financialSystemDocumentTypeCode to set.public String getInquiryNamespaceCode()
public void setInquiryNamespaceCode(String inquiryNamespaceCode)
inquiryNamespaceCode
- The inquiryNamespaceCode to set.public String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue
- The attributeValue to set.public String getAttributeValueName()
public void setAttributeValueName(String attributeValueName)
attributeValueName
- The attributeValueName to set.public org.kuali.rice.kim.api.identity.Person getSecurityPerson()
public void setSecurityPerson(org.kuali.rice.kim.api.identity.Person securityPerson)
securityPerson
- The securityPerson to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.