|
||||||||||
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.AccessSecurityRestrictionInfo
public class AccessSecurityRestrictionInfo
Holds information regarding an access restriction that was found. Used by AccessSecurityService to provide information back when checking access
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 |
---|
public AccessSecurityRestrictionInfo()
Method Detail |
---|
public String getSecurityAttributeName()
public void setSecurityAttributeName(String securityAttributeName)
securityAttributeName
- The securityAttributeName to set.public String getPropertyName()
public void setPropertyName(String propertyName)
propertyName
- The propertyName to set.public String getRetrictedValue()
public void setRetrictedValue(String retrictedValue)
retrictedValue
- The retrictedValue to set.public String getPropertyLabel()
public void setPropertyLabel(String propertyLabel)
propertyLabel
- The propertyLabel to set.public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber 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 |