org.kuali.kfs.sys.identity
Class KfsKimAttributes

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
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject
Direct Known Subclasses:
CgKimAttributes, PurapKimAttributes, SecKimAttributes

public class KfsKimAttributes
extends org.kuali.rice.kim.bo.impl.KimAttributes

See Also:
Serialized Form

Field Summary
protected  Account account
           
static String ACCOUNT_NUMBER
           
static String ACCOUNTING_LINE_OVERRIDE_CODE
           
protected  String accountingLineOverrideCode
           
protected  String accountNumber
           
protected  Chart chart
           
static String CHART_OF_ACCOUNTS_CODE
           
protected  String chartOfAccountsCode
           
protected  CommodityCode commodityCode
           
static String CONTRACT_MANAGER_CODE
           
protected  ContractManager contractManager
           
protected  Integer contractManagerCode
           
static String CONTRACTS_AND_GRANTS_ACCOUNT_RESPONSIBILITY_ID
           
protected  String contractsAndGrantsAccountResponsibilityId
           
static String CUSTOMER_PROFILE_ID
           
protected  CustomerProfile customerProfile
           
protected  org.kuali.rice.kns.util.KualiInteger customerProfileId
           
static String DESCEND_HIERARCHY
           
protected  Boolean descendHierarchy
           
static String DISBURSEMENT_VOUCHER_PAYMENT_METHOD_CODE
           
protected  String disbursementVoucherPaymentMethodCode
           
static String FINANCIAL_DOCUMENT_TOTAL_AMOUNT
           
static String FINANCIAL_SYSTEM_DOCUMENT_TYPE_CODE
           
static String FROM_AMOUNT
           
protected  String fromAmount
           
protected  Organization organization
           
static String ORGANIZATION_CODE
           
protected  String organizationCode
           
static String PURCHASING_COMMODITY_CODE
           
protected  String purchasingCommodityCode
           
static String SUB_ACCOUNT_NUMBER
           
static String SUB_FUND_GROUP_CODE
           
protected  SubAccount subAccount
           
protected  String subAccountNumber
           
protected  SubFundGroup subFundGroup
           
protected  String subFundGroupCode
           
static String TO_AMOUNT
           
protected  String toAmount
           
static String VENDOR_TYPE_CODE
           
protected  VendorType vendorType
           
protected  String 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
KfsKimAttributes()
           
 
Method Summary
 Account getAccount()
           
 String getAccountingLineOverrideCode()
          Gets the accountingLineOverrideCode attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 Chart getChart()
           
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 CommodityCode getCommodityCode()
           
 ContractManager getContractManager()
           
 Integer getContractManagerCode()
          Gets the contractManagerCode attribute.
 String getContractsAndGrantsAccountResponsibilityId()
          Gets the contractsAndGrantsAccountResponsibilityId attribute.
 CustomerProfile getCustomerProfile()
           
 org.kuali.rice.kns.util.KualiInteger getCustomerProfileId()
          Gets the customerProfileId attribute.
 String getDisbursementVoucherPaymentMethodCode()
           
 String getFromAmount()
          Gets the fromAmount attribute.
 Organization getOrganization()
           
 String getOrganizationCode()
          Gets the organizationCode attribute.
 String getPurchasingCommodityCode()
          Gets the purchasingCommodityCode attribute.
 SubAccount getSubAccount()
           
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 SubFundGroup getSubFundGroup()
           
 String getSubFundGroupCode()
          Gets the subFundGroupCode attribute.
 String getToAmount()
          Gets the toAmount attribute.
 VendorType getVendorType()
           
 String getVendorTypeCode()
          Gets the vendorTypeCode attribute.
 Boolean isDescendHierarchy()
          Gets the descendHierarchy attribute.
 void setAccount(Account account)
           
 void setAccountingLineOverrideCode(String accountingLineOverrideCode)
          Sets the accountingLineOverrideCode attribute value.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute value.
 void setChart(Chart chart)
           
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute value.
 void setCommodityCode(CommodityCode commodityCode)
           
 void setContractManager(ContractManager contractManager)
           
 void setContractManagerCode(Integer contractManagerCode)
          Sets the contractManagerCode attribute value.
 void setContractsAndGrantsAccountResponsibilityId(String contractsAndGrantsAccountResponsibilityId)
          Sets the contractsAndGrantsAccountResponsibilityId attribute value.
 void setCustomerProfile(CustomerProfile customerProfile)
           
 void setCustomerProfileId(org.kuali.rice.kns.util.KualiInteger customerProfileId)
          Sets the customerProfileId attribute value.
 void setDescendHierarchy(Boolean descendHierarchy)
          Sets the descendHierarchy attribute value.
 void setDisbursementVoucherPaymentMethodCode(String disbursementVoucherPaymentMethodCode)
          Sets the disbursementVoucherPaymentMethodCode attribute value.
 void setFromAmount(String fromAmount)
          Sets the fromAmount attribute value.
 void setOrganization(Organization organization)
           
 void setOrganizationCode(String organizationCode)
          Sets the organizationCode attribute value.
 void setPurchasingCommodityCode(String purchasingCommodityCode)
          Sets the purchasingCommodityCode attribute value.
 void setSubAccount(SubAccount subAccount)
           
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute value.
 void setSubFundGroup(SubFundGroup subFundGroup)
           
 void setSubFundGroupCode(String subFundGroupCode)
          Sets the subFundGroupCode attribute value.
 void setToAmount(String toAmount)
          Sets the toAmount attribute value.
 void setVendorType(VendorType vendorType)
           
 void setVendorTypeCode(String vendorTypeCode)
          Sets the vendorTypeCode attribute value.
protected  LinkedHashMap toStringMapper()
           
 
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

CHART_OF_ACCOUNTS_CODE

public static final String CHART_OF_ACCOUNTS_CODE
See Also:
Constant Field Values

ACCOUNT_NUMBER

public static final String ACCOUNT_NUMBER
See Also:
Constant Field Values

FINANCIAL_SYSTEM_DOCUMENT_TYPE_CODE

public static final String FINANCIAL_SYSTEM_DOCUMENT_TYPE_CODE
See Also:
Constant Field Values

ORGANIZATION_CODE

public static final String ORGANIZATION_CODE
See Also:
Constant Field Values

DESCEND_HIERARCHY

public static final String DESCEND_HIERARCHY
See Also:
Constant Field Values

FROM_AMOUNT

public static final String FROM_AMOUNT
See Also:
Constant Field Values

TO_AMOUNT

public static final String TO_AMOUNT
See Also:
Constant Field Values

FINANCIAL_DOCUMENT_TOTAL_AMOUNT

public static final String FINANCIAL_DOCUMENT_TOTAL_AMOUNT
See Also:
Constant Field Values

ACCOUNTING_LINE_OVERRIDE_CODE

public static final String ACCOUNTING_LINE_OVERRIDE_CODE
See Also:
Constant Field Values

SUB_FUND_GROUP_CODE

public static final String SUB_FUND_GROUP_CODE
See Also:
Constant Field Values

PURCHASING_COMMODITY_CODE

public static final String PURCHASING_COMMODITY_CODE
See Also:
Constant Field Values

CONTRACT_MANAGER_CODE

public static final String CONTRACT_MANAGER_CODE
See Also:
Constant Field Values

CUSTOMER_PROFILE_ID

public static final String CUSTOMER_PROFILE_ID
See Also:
Constant Field Values

VENDOR_TYPE_CODE

public static final String VENDOR_TYPE_CODE
See Also:
Constant Field Values

CONTRACTS_AND_GRANTS_ACCOUNT_RESPONSIBILITY_ID

public static final String CONTRACTS_AND_GRANTS_ACCOUNT_RESPONSIBILITY_ID
See Also:
Constant Field Values

DISBURSEMENT_VOUCHER_PAYMENT_METHOD_CODE

public static final String DISBURSEMENT_VOUCHER_PAYMENT_METHOD_CODE
See Also:
Constant Field Values

SUB_ACCOUNT_NUMBER

public static final String SUB_ACCOUNT_NUMBER
See Also:
Constant Field Values

chartOfAccountsCode

protected String chartOfAccountsCode

accountNumber

protected String accountNumber

organizationCode

protected String organizationCode

descendHierarchy

protected Boolean descendHierarchy

fromAmount

protected String fromAmount

toAmount

protected String toAmount

accountingLineOverrideCode

protected String accountingLineOverrideCode

subFundGroupCode

protected String subFundGroupCode

purchasingCommodityCode

protected String purchasingCommodityCode

contractManagerCode

protected Integer contractManagerCode

customerProfileId

protected org.kuali.rice.kns.util.KualiInteger customerProfileId

vendorTypeCode

protected String vendorTypeCode

contractsAndGrantsAccountResponsibilityId

protected String contractsAndGrantsAccountResponsibilityId

disbursementVoucherPaymentMethodCode

protected String disbursementVoucherPaymentMethodCode

subAccountNumber

protected String subAccountNumber

chart

protected Chart chart

organization

protected Organization organization

account

protected Account account

subFundGroup

protected SubFundGroup subFundGroup

contractManager

protected ContractManager contractManager

commodityCode

protected CommodityCode commodityCode

customerProfile

protected CustomerProfile customerProfile

subAccount

protected SubAccount subAccount

vendorType

protected VendorType vendorType
Constructor Detail

KfsKimAttributes

public KfsKimAttributes()
Method Detail

toStringMapper

protected LinkedHashMap toStringMapper()
Overrides:
toStringMapper in class org.kuali.rice.kim.bo.impl.KimAttributes

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode.

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute value.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber.

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute value.

Parameters:
accountNumber - The accountNumber to set.

getOrganizationCode

public String getOrganizationCode()
Gets the organizationCode attribute.

Returns:
Returns the organizationCode.

setOrganizationCode

public void setOrganizationCode(String organizationCode)
Sets the organizationCode attribute value.

Parameters:
organizationCode - The organizationCode to set.

isDescendHierarchy

public Boolean isDescendHierarchy()
Gets the descendHierarchy attribute.

Returns:
Returns the descendHierarchy.

setDescendHierarchy

public void setDescendHierarchy(Boolean descendHierarchy)
Sets the descendHierarchy attribute value.

Parameters:
descendHierarchy - The descendHierarchy to set.

getFromAmount

public String getFromAmount()
Gets the fromAmount attribute.

Returns:
Returns the fromAmount.

setFromAmount

public void setFromAmount(String fromAmount)
Sets the fromAmount attribute value.

Parameters:
fromAmount - The fromAmount to set.

getToAmount

public String getToAmount()
Gets the toAmount attribute.

Returns:
Returns the toAmount.

setToAmount

public void setToAmount(String toAmount)
Sets the toAmount attribute value.

Parameters:
toAmount - The toAmount to set.

getAccountingLineOverrideCode

public String getAccountingLineOverrideCode()
Gets the accountingLineOverrideCode attribute.

Returns:
Returns the accountingLineOverrideCode.

setAccountingLineOverrideCode

public void setAccountingLineOverrideCode(String accountingLineOverrideCode)
Sets the accountingLineOverrideCode attribute value.

Parameters:
accountingLineOverrideCode - The accountingLineOverrideCode to set.

getSubFundGroupCode

public String getSubFundGroupCode()
Gets the subFundGroupCode attribute.

Returns:
Returns the subFundGroupCode.

setSubFundGroupCode

public void setSubFundGroupCode(String subFundGroupCode)
Sets the subFundGroupCode attribute value.

Parameters:
subFundGroupCode - The subFundGroupCode to set.

getPurchasingCommodityCode

public String getPurchasingCommodityCode()
Gets the purchasingCommodityCode attribute.

Returns:
Returns the purchasingCommodityCode.

setPurchasingCommodityCode

public void setPurchasingCommodityCode(String purchasingCommodityCode)
Sets the purchasingCommodityCode attribute value.

Parameters:
purchasingCommodityCode - The purchasingCommodityCode to set.

getContractManagerCode

public Integer getContractManagerCode()
Gets the contractManagerCode attribute.

Returns:
Returns the contractManagerCode.

setContractManagerCode

public void setContractManagerCode(Integer contractManagerCode)
Sets the contractManagerCode attribute value.

Parameters:
contractManagerCode - The contractManagerCode to set.

getCustomerProfileId

public org.kuali.rice.kns.util.KualiInteger getCustomerProfileId()
Gets the customerProfileId attribute.

Returns:
Returns the customerProfileId.

setCustomerProfileId

public void setCustomerProfileId(org.kuali.rice.kns.util.KualiInteger customerProfileId)
Sets the customerProfileId attribute value.

Parameters:
customerProfileId - The customerProfileId to set.

getVendorTypeCode

public String getVendorTypeCode()
Gets the vendorTypeCode attribute.

Returns:
Returns the vendorTypeCode.

setVendorTypeCode

public void setVendorTypeCode(String vendorTypeCode)
Sets the vendorTypeCode attribute value.

Parameters:
vendorTypeCode - The vendorTypeCode to set.

getContractsAndGrantsAccountResponsibilityId

public String getContractsAndGrantsAccountResponsibilityId()
Gets the contractsAndGrantsAccountResponsibilityId attribute.

Returns:
Returns the contractsAndGrantsAccountResponsibilityId.

setContractsAndGrantsAccountResponsibilityId

public void setContractsAndGrantsAccountResponsibilityId(String contractsAndGrantsAccountResponsibilityId)
Sets the contractsAndGrantsAccountResponsibilityId attribute value.

Parameters:
contractsAndGrantsAccountResponsibilityId - The contractsAndGrantsAccountResponsibilityId to set.

getDisbursementVoucherPaymentMethodCode

public String getDisbursementVoucherPaymentMethodCode()
Returns:
Returns the disbursementVoucherPaymentMethodCode.

setDisbursementVoucherPaymentMethodCode

public void setDisbursementVoucherPaymentMethodCode(String disbursementVoucherPaymentMethodCode)
Sets the disbursementVoucherPaymentMethodCode attribute value.

Parameters:
disbursementVoucherPaymentMethodCode - The disbursementVoucherPaymentMethodCode to set.

getSubAccountNumber

public String getSubAccountNumber()
Gets the subAccountNumber attribute.

Returns:
Returns the subAccountNumber.

setSubAccountNumber

public void setSubAccountNumber(String subAccountNumber)
Sets the subAccountNumber attribute value.

Parameters:
subAccountNumber - The subAccountNumber to set.

getChart

public Chart getChart()

setChart

public void setChart(Chart chart)

getOrganization

public Organization getOrganization()

setOrganization

public void setOrganization(Organization organization)

getAccount

public Account getAccount()

setAccount

public void setAccount(Account account)

getSubFundGroup

public SubFundGroup getSubFundGroup()

setSubFundGroup

public void setSubFundGroup(SubFundGroup subFundGroup)

getContractManager

public ContractManager getContractManager()

setContractManager

public void setContractManager(ContractManager contractManager)

getCommodityCode

public CommodityCode getCommodityCode()

setCommodityCode

public void setCommodityCode(CommodityCode commodityCode)

getCustomerProfile

public CustomerProfile getCustomerProfile()

setCustomerProfile

public void setCustomerProfile(CustomerProfile customerProfile)

getSubAccount

public SubAccount getSubAccount()

setSubAccount

public void setSubAccount(SubAccount subAccount)

getVendorType

public VendorType getVendorType()

setVendorType

public void setVendorType(VendorType vendorType)


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