org.kuali.kfs.sec.businessobject
Class AccessSecuritySimulation

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.sec.businessobject.AccessSecuritySimulation
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class AccessSecuritySimulation
extends org.kuali.rice.kns.bo.TransientBusinessObjectBase

Holds fields needed to run a security simulation and the display results

See Also:
Serialized Form

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

AccessSecuritySimulation

public AccessSecuritySimulation()
Method Detail

getAttributeName

public String getAttributeName()
Gets the attributeName attribute.

Returns:
Returns the attributeName.

setAttributeName

public void setAttributeName(String attributeName)
Sets the attributeName attribute value.

Parameters:
attributeName - The attributeName to set.

getPrincipalId

public String getPrincipalId()
Gets the principalId attribute.

Returns:
Returns the principalId.

setPrincipalId

public void setPrincipalId(String principalId)
Sets the principalId attribute value.

Parameters:
principalId - The principalId to set.

getTemplateId

public String getTemplateId()
Gets the templateId attribute.

Returns:
Returns the templateId.

setTemplateId

public void setTemplateId(String templateId)
Sets the templateId attribute value.

Parameters:
templateId - The templateId to set.

getFinancialSystemDocumentTypeCode

public String getFinancialSystemDocumentTypeCode()
Gets the financialSystemDocumentTypeCode attribute.

Returns:
Returns the financialSystemDocumentTypeCode.

setFinancialSystemDocumentTypeCode

public void setFinancialSystemDocumentTypeCode(String financialSystemDocumentTypeCode)
Sets the financialSystemDocumentTypeCode attribute value.

Parameters:
financialSystemDocumentTypeCode - The financialSystemDocumentTypeCode to set.

getInquiryNamespaceCode

public String getInquiryNamespaceCode()
Gets the inquiryNamespaceCode attribute.

Returns:
Returns the inquiryNamespaceCode.

setInquiryNamespaceCode

public void setInquiryNamespaceCode(String inquiryNamespaceCode)
Sets the inquiryNamespaceCode attribute value.

Parameters:
inquiryNamespaceCode - The inquiryNamespaceCode to set.

getAttributeValue

public String getAttributeValue()
Gets the attributeValue attribute.

Returns:
Returns the attributeValue.

setAttributeValue

public void setAttributeValue(String attributeValue)
Sets the attributeValue attribute value.

Parameters:
attributeValue - The attributeValue to set.

getAttributeValueName

public String getAttributeValueName()
Gets the attributeValueName attribute.

Returns:
Returns the attributeValueName.

setAttributeValueName

public void setAttributeValueName(String attributeValueName)
Sets the attributeValueName attribute value.

Parameters:
attributeValueName - The attributeValueName to set.

getSecurityPerson

public org.kuali.rice.kim.bo.Person getSecurityPerson()
Gets the securityPerson attribute.

Returns:
Returns the securityPerson.

setSecurityPerson

public void setSecurityPerson(org.kuali.rice.kim.bo.Person securityPerson)
Sets the securityPerson attribute value.

Parameters:
securityPerson - The securityPerson to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.