org.kuali.kfs.sys.businessobject.datadictionary
Class FinancialSystemBusinessObjectEntry

java.lang.Object
  extended by org.kuali.rice.kns.datadictionary.DataDictionaryEntryBase
      extended by org.kuali.rice.kns.datadictionary.BusinessObjectEntry
          extended by org.kuali.kfs.sys.businessobject.datadictionary.FinancialSystemBusinessObjectEntry
All Implemented Interfaces:
org.kuali.rice.kns.datadictionary.DataDictionaryEntry, org.springframework.beans.factory.InitializingBean

public class FinancialSystemBusinessObjectEntry
extends org.kuali.rice.kns.datadictionary.BusinessObjectEntry

Overrides KNS BusinessObjectEntry to add access security configuration properties


Field Summary
protected  List<AccessSecurityAttributeRestrictionEntry> accessRestrictedAttributes
           
 
Fields inherited from class org.kuali.rice.kns.datadictionary.BusinessObjectEntry
baseBusinessObjectClass, boNotesEnabled, businessObjectClass, exporterClass, groupByAttributesForEffectiveDating, helpDefinition, inactivationBlockingDefinitions, inquiryDefinition, lookupDefinition, objectDescription, objectLabel, primaryKeys, titleAttribute
 
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryEntryBase
attributeMap, attributes, collectionMap, collections, relationshipMap, relationships
 
Constructor Summary
FinancialSystemBusinessObjectEntry()
           
 
Method Summary
 List<AccessSecurityAttributeRestrictionEntry> getAccessRestrictedAttributes()
          Gets the accessRestrictedAttributes attribute.
 void setAccessRestrictedAttributes(List<AccessSecurityAttributeRestrictionEntry> accessRestrictedAttributes)
          Sets the accessRestrictedAttributes attribute value.
 
Methods inherited from class org.kuali.rice.kns.datadictionary.BusinessObjectEntry
afterPropertiesSet, completeValidation, getBaseBusinessObjectClass, getBusinessObjectClass, getEntryClass, getExporterClass, getFullClassName, getGroupByAttributesForEffectiveDating, getHelpDefinition, getInactivationBlockingDefinitions, getInquiryDefinition, getJstlKey, getLookupDefinition, getObjectDescription, getObjectLabel, getPrimaryKeys, getTitleAttribute, hasInquiryDefinition, hasLookupDefinition, isBoNotesEnabled, setBaseBusinessObjectClass, setBoNotesEnabled, setBusinessObjectClass, setExporterClass, setGroupByAttributesForEffectiveDating, setHelpDefinition, setInactivationBlockingDefinitions, setInquiryDefinition, setLookupDefinition, setObjectDescription, setObjectLabel, setPrimaryKeys, setTitleAttribute, toString
 
Methods inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryEntryBase
getAttributeDefinition, getAttributeNames, getAttributes, getCollectionDefinition, getCollectionNames, getCollections, getRelationshipDefinition, getRelationshipNames, getRelationships, setAttributes, setCollections, setRelationships
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

accessRestrictedAttributes

protected List<AccessSecurityAttributeRestrictionEntry> accessRestrictedAttributes
Constructor Detail

FinancialSystemBusinessObjectEntry

public FinancialSystemBusinessObjectEntry()
Method Detail

getAccessRestrictedAttributes

public List<AccessSecurityAttributeRestrictionEntry> getAccessRestrictedAttributes()
Gets the accessRestrictedAttributes attribute.

Returns:
Returns the accessRestrictedAttributes.

setAccessRestrictedAttributes

public void setAccessRestrictedAttributes(List<AccessSecurityAttributeRestrictionEntry> accessRestrictedAttributes)
Sets the accessRestrictedAttributes attribute value.

Parameters:
accessRestrictedAttributes - The accessRestrictedAttributes to set.


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