|
||||||||||
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.TransientBusinessObjectBase
org.kuali.kfs.sec.businessobject.AccessSecuritySimulation
public class AccessSecuritySimulation
Holds fields needed to run a security simulation and the display results
Constructor Summary | |
---|---|
AccessSecuritySimulation()
|
Method Summary | |
---|---|
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.bo.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.bo.Person securityPerson)
Sets the securityPerson attribute value. |
void |
setTemplateId(String templateId)
Sets the templateId attribute value. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
---|
refresh |
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 |
Constructor Detail |
---|
public AccessSecuritySimulation()
Method Detail |
---|
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.bo.Person getSecurityPerson()
public void setSecurityPerson(org.kuali.rice.kim.bo.Person securityPerson)
securityPerson
- The securityPerson to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |