org.kuali.kfs.sec.businessobject
Class AccessSecurityRestrictionInfo

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.AccessSecurityRestrictionInfo
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

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

Holds information regarding an access restriction that was found. Used by AccessSecurityService to provide information back when checking access

See Also:
Serialized Form

Constructor Summary
AccessSecurityRestrictionInfo()
           
 
Method Summary
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getPropertyLabel()
          Gets the propertyLabel attribute.
 String getPropertyName()
          Gets the propertyName attribute.
 String getRetrictedValue()
          Gets the retrictedValue attribute.
 String getSecurityAttributeName()
          Gets the securityAttributeName attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute value.
 void setPropertyLabel(String propertyLabel)
          Sets the propertyLabel attribute value.
 void setPropertyName(String propertyName)
          Sets the propertyName attribute value.
 void setRetrictedValue(String retrictedValue)
          Sets the retrictedValue attribute value.
 void setSecurityAttributeName(String securityAttributeName)
          Sets the securityAttributeName 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

AccessSecurityRestrictionInfo

public AccessSecurityRestrictionInfo()
Method Detail

getSecurityAttributeName

public String getSecurityAttributeName()
Gets the securityAttributeName attribute.

Returns:
Returns the securityAttributeName.

setSecurityAttributeName

public void setSecurityAttributeName(String securityAttributeName)
Sets the securityAttributeName attribute value.

Parameters:
securityAttributeName - The securityAttributeName to set.

getPropertyName

public String getPropertyName()
Gets the propertyName attribute.

Returns:
Returns the propertyName.

setPropertyName

public void setPropertyName(String propertyName)
Sets the propertyName attribute value.

Parameters:
propertyName - The propertyName to set.

getRetrictedValue

public String getRetrictedValue()
Gets the retrictedValue attribute.

Returns:
Returns the retrictedValue.

setRetrictedValue

public void setRetrictedValue(String retrictedValue)
Sets the retrictedValue attribute value.

Parameters:
retrictedValue - The retrictedValue to set.

getPropertyLabel

public String getPropertyLabel()
Gets the propertyLabel attribute.

Returns:
Returns the propertyLabel.

setPropertyLabel

public void setPropertyLabel(String propertyLabel)
Sets the propertyLabel attribute value.

Parameters:
propertyLabel - The propertyLabel to set.

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber.

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.

Parameters:
documentNumber - The documentNumber 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.