org.kuali.kfs.sec.identity
Class SecKimAttributes

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.rice.kim.bo.impl.KimAttributes
              extended by org.kuali.kfs.sys.identity.KfsKimAttributes
                  extended by org.kuali.kfs.sec.identity.SecKimAttributes
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class SecKimAttributes
extends KfsKimAttributes

See Also:
Serialized Form

Field Summary
static String CONSTRAINT_CODE
           
protected  String constraintCode
           
protected  String operator
           
static String OPERATOR
           
static String OVERRIDE_DENY
           
protected  String overrideDeny
           
static String PROPERTY_VALUE
           
protected  String propertyValue
           
 
Fields inherited from class org.kuali.kfs.sys.identity.KfsKimAttributes
account, ACCOUNT_NUMBER, ACCOUNTING_LINE_OVERRIDE_CODE, accountingLineOverrideCode, accountNumber, chart, CHART_OF_ACCOUNTS_CODE, chartOfAccountsCode, commodityCode, CONTRACT_MANAGER_CODE, contractManager, contractManagerCode, CONTRACTS_AND_GRANTS_ACCOUNT_RESPONSIBILITY_ID, contractsAndGrantsAccountResponsibilityId, CUSTOMER_PROFILE_ID, customerProfile, customerProfileId, DESCEND_HIERARCHY, descendHierarchy, DISBURSEMENT_VOUCHER_PAYMENT_METHOD_CODE, disbursementVoucherPaymentMethodCode, FINANCIAL_DOCUMENT_TOTAL_AMOUNT, FINANCIAL_SYSTEM_DOCUMENT_TYPE_CODE, FROM_AMOUNT, fromAmount, organization, ORGANIZATION_CODE, organizationCode, PURCHASING_COMMODITY_CODE, purchasingCommodityCode, SUB_ACCOUNT_NUMBER, SUB_FUND_GROUP_CODE, subAccount, subAccountNumber, subFundGroup, subFundGroupCode, TO_AMOUNT, toAmount, VENDOR_TYPE_CODE, vendorType, vendorTypeCode
 
Fields inherited from class org.kuali.rice.kim.bo.impl.KimAttributes
ACTION_CLASS, ACTION_DETAILS_AT_ROLE_MEMBER_LEVEL, ACTION_REQUEST_CD, actionClass, actionDetailsAtRoleMemberLevel, actionRequestCd, ATTACHMENT_TYPE_CODE, attachmentTypeCode, BEAN_NAME, beanName, BUTTON_NAME, campus, CAMPUS_CODE, campusCode, collectionItemTypeCode, COMPONENT_NAME, componentName, CREATED_BY_SELF, CREATED_BY_SELF_ONLY, createdBySelfOnly, DOCUMENT_NUMBER, DOCUMENT_TYPE_NAME, documentNumber, documentType, documentTypeName, EDIT_MODE, editMode, EXISTING_RECORDS_ONLY, existingRecordsOnly, GROUP_NAME, groupName, KIM_TYPE_ID, kimTypeId, methodToCall, NAMESPACE_CODE, namespaceCode, parameter, PARAMETER_NAME, parameterDetailType, parameterName, parameterNamespace, PERMISSION_NAME, permissionName, PRINCIPAL_ID, PROPERTY_NAME, propertyName, QUALIFIER_RESOLVER_PROVIDED_IDENTIFIER, qualifierResolverProvidedIdentifier, required, REQUIRED, RESPONSIBILITY_NAME, responsibilityName, ROLE_NAME, roleName, ROUTE_NODE_NAME, ROUTE_STATUS_CODE, routeNodeName, routeStatusCode, SECTION_ID, sectionId
 
Constructor Summary
SecKimAttributes()
           
 
Method Summary
 String getConstraintCode()
          Gets the constraintCode attribute.
 String getOperator()
          Gets the operator attribute.
 String getOverrideDeny()
          Gets the overrideDeny attribute.
 String getPropertyValue()
          Gets the propertyValue attribute.
 void setConstraintCode(String constraintCode)
          Sets the constraintCode attribute value.
 void setOperator(String operator)
          Sets the operator attribute value.
 void setOverrideDeny(String overrideDeny)
          Sets the overrideDeny attribute value.
 void setPropertyValue(String propertyValue)
          Sets the propertyValue attribute value.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.kfs.sys.identity.KfsKimAttributes
getAccount, getAccountingLineOverrideCode, getAccountNumber, getChart, getChartOfAccountsCode, getCommodityCode, getContractManager, getContractManagerCode, getContractsAndGrantsAccountResponsibilityId, getCustomerProfile, getCustomerProfileId, getDisbursementVoucherPaymentMethodCode, getFromAmount, getOrganization, getOrganizationCode, getPurchasingCommodityCode, getSubAccount, getSubAccountNumber, getSubFundGroup, getSubFundGroupCode, getToAmount, getVendorType, getVendorTypeCode, isDescendHierarchy, setAccount, setAccountingLineOverrideCode, setAccountNumber, setChart, setChartOfAccountsCode, setCommodityCode, setContractManager, setContractManagerCode, setContractsAndGrantsAccountResponsibilityId, setCustomerProfile, setCustomerProfileId, setDescendHierarchy, setDisbursementVoucherPaymentMethodCode, setFromAmount, setOrganization, setOrganizationCode, setPurchasingCommodityCode, setSubAccount, setSubAccountNumber, setSubFundGroup, setSubFundGroupCode, setToAmount, setVendorType, setVendorTypeCode
 
Methods inherited from class org.kuali.rice.kim.bo.impl.KimAttributes
getActionClass, getActionRequestCd, getAttachmentTypeCode, getBeanName, getCampus, getCampusCode, getCollectionItemTypeCode, getComponentName, getDocumentNumber, getDocumentType, getDocumentTypeName, getEditMode, getGroupName, getKimTypeId, getMethodToCall, getNamespaceCode, getParameter, getParameterDetailType, getParameterName, getParameterNamespace, getPermissionName, getPropertyName, getQualifierResolverProvidedIdentifier, getResponsibilityName, getRoleName, getRouteNodeName, getRouteStatusCode, getSectionId, isActionDetailsAtRoleMemberLevel, isCreatedBySelfOnly, isExistingRecordsOnly, isRequired, setActionClass, setActionDetailsAtRoleMemberLevel, setActionRequestCd, setAttachmentTypeCode, setBeanName, setCampus, setCampusCode, setCollectionItemTypeCode, setComponentName, setCreatedBySelfOnly, setDocumentNumber, setDocumentType, setDocumentTypeName, setEditMode, setExistingRecordsOnly, setGroupName, setKimTypeId, setMethodToCall, setNamespaceCode, setParameter, setParameterDetailType, setParameterName, setParameterNamespace, setPermissionName, setPropertyName, setQualifierResolverProvidedIdentifier, setRequired, setResponsibilityName, setRoleName, setRouteNodeName, setRouteStatusCode, setSectionId
 
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
 

Field Detail

CONSTRAINT_CODE

public static final String CONSTRAINT_CODE
See Also:
Constant Field Values

OPERATOR

public static final String OPERATOR
See Also:
Constant Field Values

PROPERTY_VALUE

public static final String PROPERTY_VALUE
See Also:
Constant Field Values

OVERRIDE_DENY

public static final String OVERRIDE_DENY
See Also:
Constant Field Values

constraintCode

protected String constraintCode

operator

protected String operator

propertyValue

protected String propertyValue

overrideDeny

protected String overrideDeny
Constructor Detail

SecKimAttributes

public SecKimAttributes()
Method Detail

getConstraintCode

public String getConstraintCode()
Gets the constraintCode attribute.

Returns:
Returns the constraintCode.

setConstraintCode

public void setConstraintCode(String constraintCode)
Sets the constraintCode attribute value.

Parameters:
constraintCode - The constraintCode to set.

getOperator

public String getOperator()
Gets the operator attribute.

Returns:
Returns the operator.

setOperator

public void setOperator(String operator)
Sets the operator attribute value.

Parameters:
operator - The operator to set.

getPropertyValue

public String getPropertyValue()
Gets the propertyValue attribute.

Returns:
Returns the propertyValue.

setPropertyValue

public void setPropertyValue(String propertyValue)
Sets the propertyValue attribute value.

Parameters:
propertyValue - The propertyValue to set.

getOverrideDeny

public String getOverrideDeny()
Gets the overrideDeny attribute.

Returns:
Returns the overrideDeny.

setOverrideDeny

public void setOverrideDeny(String overrideDeny)
Sets the overrideDeny attribute value.

Parameters:
overrideDeny - The overrideDeny to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Overrides:
toStringMapper in class KfsKimAttributes


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