org.kuali.kfs.fp.businessobject
Class CreditCardVendor

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.CreditCardVendor
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class CreditCardVendor
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
CreditCardVendor()
          Default constructor.
 
Method Summary
 Account getExpenseAccount()
          Gets the expenseAccount attribute.
 String getExpenseAccountNumber()
          Gets the expenseAccountNumber attribute.
 Chart getExpenseFinancialChartOfAccounts()
          Gets the expenseFinancialChartOfAccounts attribute.
 String getExpenseFinancialChartOfAccountsCode()
          Gets the expenseFinancialChartOfAccountsCode attribute.
 ObjectCodeCurrent getExpenseFinancialObject()
          Gets the expenseFinancialObject attribute.
 String getExpenseFinancialObjectCode()
          Gets the expenseFinancialObjectCode attribute.
 SubObjectCodeCurrent getExpenseFinancialSubObject()
          Gets the expenseFinancialSubObject attribute.
 String getExpenseFinancialSubObjectCode()
          Gets the expenseFinancialSubObjectCd attribute.
 SubAccount getExpenseSubAccount()
          Gets the expenseSubAccount attribute.
 String getExpenseSubAccountNumber()
          Gets the expenseSubAccountNumber attribute.
 CreditCardType getFinancialDocumentCreditCardType()
           
 String getFinancialDocumentCreditCardTypeCode()
          Gets the financialDocumentCreditCardTypeCode attribute.
 String getFinancialDocumentCreditCardVendorName()
          Gets the financialDocumentCreditCardVendorName attribute.
 String getFinancialDocumentCreditCardVendorNumber()
          Gets the financialDocumentCreditCardVendorNumber attribute.
 Account getIncomeAccount()
          Gets the incomeAccount attribute.
 String getIncomeAccountNumber()
          Gets the incomeAccountNumber attribute.
 Chart getIncomeFinancialChartOfAccounts()
          Gets the incomeFinancialChartOfAccounts attribute.
 String getIncomeFinancialChartOfAccountsCode()
          Gets the incomeFinancialChartOfAccountsCode attribute.
 ObjectCodeCurrent getIncomeFinancialObject()
          Gets the incomeFinancialObject attribute.
 String getIncomeFinancialObjectCode()
          Gets the incomeFinancialObjectCode attribute.
 SubObjectCodeCurrent getIncomeFinancialSubObject()
          Gets the incomeFinancialSubObject attribute.
 String getIncomeFinancialSubObjectCode()
          Gets the incomeFinancialSubObjectCode attribute.
 SubAccount getIncomeSubAccount()
          Gets the incomeSubAccount attribute.
 String getIncomeSubAccountNumber()
          Gets the incomeSubAccountNumber attribute.
 boolean isActive()
          Gets the active attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setExpenseAccount(Account expenseAccount)
          Deprecated.  
 void setExpenseAccountNumber(String expenseAccountNumber)
          Sets the expenseAccountNumber attribute.
 void setExpenseFinancialChartOfAccounts(Chart expenseFinancialChartOfAccounts)
          Deprecated.  
 void setExpenseFinancialChartOfAccountsCode(String expenseFinancialChartOfAccountsCode)
          Sets the expenseFinancialChartOfAccountsCode attribute.
 void setExpenseFinancialObject(ObjectCodeCurrent expenseFinancialObject)
          Deprecated.  
 void setExpenseFinancialObjectCode(String expenseFinancialObjectCode)
          Sets the expenseFinancialObjectCode attribute.
 void setExpenseFinancialSubObject(SubObjectCodeCurrent expenseFinancialSubObject)
          Sets the expenseFinancialSubObject attribute value.
 void setExpenseFinancialSubObjectCode(String expenseFinancialSubObjectCode)
          Sets the expenseFinancialSubObjectCd attribute.
 void setExpenseSubAccount(SubAccount expenseSubAccount)
          Sets the expenseSubAccount attribute value.
 void setExpenseSubAccountNumber(String expenseSubAccountNumber)
          Sets the expenseSubAccountNumber attribute.
 void setFinancialDocumentCreditCardType(CreditCardType financialDocumentCreditCardType)
          Deprecated.  
 void setFinancialDocumentCreditCardTypeCode(String financialDocumentCreditCardTypeCode)
          Sets the financialDocumentCreditCardTypeCode attribute.
 void setFinancialDocumentCreditCardVendorName(String financialDocumentCreditCardVendorName)
          Sets the financialDocumentCreditCardVendorName attribute.
 void setFinancialDocumentCreditCardVendorNumber(String financialDocumentCreditCardVendorNumber)
          Sets the financialDocumentCreditCardVendorNumber attribute.
 void setIncomeAccount(Account incomeAccount)
          Deprecated.  
 void setIncomeAccountNumber(String incomeAccountNumber)
          Sets the incomeAccountNumber attribute.
 void setIncomeFinancialChartOfAccounts(Chart incomeFinancialChartOfAccounts)
          Deprecated.  
 void setIncomeFinancialChartOfAccountsCode(String incomeFinancialChartOfAccountsCode)
          Sets the incomeFinancialChartOfAccountsCode attribute.
 void setIncomeFinancialObject(ObjectCodeCurrent incomeFinancialObject)
          Deprecated.  
 void setIncomeFinancialObjectCode(String incomeFinancialObjectCode)
          Sets the incomeFinancialObjectCode attribute.
 void setIncomeFinancialSubObject(SubObjectCodeCurrent incomeFinancialSubObject)
          Sets the incomeFinancialSubObject attribute value.
 void setIncomeFinancialSubObjectCode(String incomeFinancialSubObjectCode)
          Sets the incomeFinancialSubObjectCode attribute.
 void setIncomeSubAccount(SubAccount incomeSubAccount)
          Sets the incomeSubAccount attribute value.
 void setIncomeSubAccountNumber(String incomeSubAccountNumber)
          Sets the incomeSubAccountNumber attribute.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
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
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

CreditCardVendor

public CreditCardVendor()
Default constructor.

Method Detail

getFinancialDocumentCreditCardVendorNumber

public String getFinancialDocumentCreditCardVendorNumber()
Gets the financialDocumentCreditCardVendorNumber attribute.

Returns:
Returns the financialDocumentCreditCardVendorNumber

setFinancialDocumentCreditCardVendorNumber

public void setFinancialDocumentCreditCardVendorNumber(String financialDocumentCreditCardVendorNumber)
Sets the financialDocumentCreditCardVendorNumber attribute.

Parameters:
financialDocumentCreditCardVendorNumber - The financialDocumentCreditCardVendorNumber to set.

getFinancialDocumentCreditCardVendorName

public String getFinancialDocumentCreditCardVendorName()
Gets the financialDocumentCreditCardVendorName attribute.

Returns:
Returns the financialDocumentCreditCardVendorName

setFinancialDocumentCreditCardVendorName

public void setFinancialDocumentCreditCardVendorName(String financialDocumentCreditCardVendorName)
Sets the financialDocumentCreditCardVendorName attribute.

Parameters:
financialDocumentCreditCardVendorName - The financialDocumentCreditCardVendorName to set.

getFinancialDocumentCreditCardTypeCode

public String getFinancialDocumentCreditCardTypeCode()
Gets the financialDocumentCreditCardTypeCode attribute.

Returns:
Returns the financialDocumentCreditCardTypeCode

setFinancialDocumentCreditCardTypeCode

public void setFinancialDocumentCreditCardTypeCode(String financialDocumentCreditCardTypeCode)
Sets the financialDocumentCreditCardTypeCode attribute.

Parameters:
financialDocumentCreditCardTypeCode - The financialDocumentCreditCardTypeCode to set.

getIncomeFinancialChartOfAccountsCode

public String getIncomeFinancialChartOfAccountsCode()
Gets the incomeFinancialChartOfAccountsCode attribute.

Returns:
Returns the incomeFinancialChartOfAccountsCode

setIncomeFinancialChartOfAccountsCode

public void setIncomeFinancialChartOfAccountsCode(String incomeFinancialChartOfAccountsCode)
Sets the incomeFinancialChartOfAccountsCode attribute.

Parameters:
incomeFinancialChartOfAccountsCode - The incomeFinancialChartOfAccountsCode to set.

getIncomeAccountNumber

public String getIncomeAccountNumber()
Gets the incomeAccountNumber attribute.

Returns:
Returns the incomeAccountNumber

setIncomeAccountNumber

public void setIncomeAccountNumber(String incomeAccountNumber)
Sets the incomeAccountNumber attribute.

Parameters:
incomeAccountNumber - The incomeAccountNumber to set.

getIncomeFinancialObjectCode

public String getIncomeFinancialObjectCode()
Gets the incomeFinancialObjectCode attribute.

Returns:
Returns the incomeFinancialObjectCode

setIncomeFinancialObjectCode

public void setIncomeFinancialObjectCode(String incomeFinancialObjectCode)
Sets the incomeFinancialObjectCode attribute.

Parameters:
incomeFinancialObjectCode - The incomeFinancialObjectCode to set.

getIncomeFinancialSubObjectCode

public String getIncomeFinancialSubObjectCode()
Gets the incomeFinancialSubObjectCode attribute.

Returns:
Returns the incomeFinancialSubObjectCode

setIncomeFinancialSubObjectCode

public void setIncomeFinancialSubObjectCode(String incomeFinancialSubObjectCode)
Sets the incomeFinancialSubObjectCode attribute.

Parameters:
incomeFinancialSubObjectCode - The incomeFinancialSubObjectCode to set.

getIncomeSubAccountNumber

public String getIncomeSubAccountNumber()
Gets the incomeSubAccountNumber attribute.

Returns:
Returns the incomeSubAccountNumber

setIncomeSubAccountNumber

public void setIncomeSubAccountNumber(String incomeSubAccountNumber)
Sets the incomeSubAccountNumber attribute.

Parameters:
incomeSubAccountNumber - The incomeSubAccountNumber to set.

getExpenseFinancialChartOfAccountsCode

public String getExpenseFinancialChartOfAccountsCode()
Gets the expenseFinancialChartOfAccountsCode attribute.

Returns:
Returns the expenseFinancialChartOfAccountsCode

setExpenseFinancialChartOfAccountsCode

public void setExpenseFinancialChartOfAccountsCode(String expenseFinancialChartOfAccountsCode)
Sets the expenseFinancialChartOfAccountsCode attribute.

Parameters:
expenseFinancialChartOfAccountsCode - The expenseFinancialChartOfAccountsCode to set.

getExpenseAccountNumber

public String getExpenseAccountNumber()
Gets the expenseAccountNumber attribute.

Returns:
Returns the expenseAccountNumber

setExpenseAccountNumber

public void setExpenseAccountNumber(String expenseAccountNumber)
Sets the expenseAccountNumber attribute.

Parameters:
expenseAccountNumber - The expenseAccountNumber to set.

getExpenseFinancialObjectCode

public String getExpenseFinancialObjectCode()
Gets the expenseFinancialObjectCode attribute.

Returns:
Returns the expenseFinancialObjectCode

setExpenseFinancialObjectCode

public void setExpenseFinancialObjectCode(String expenseFinancialObjectCode)
Sets the expenseFinancialObjectCode attribute.

Parameters:
expenseFinancialObjectCode - The expenseFinancialObjectCode to set.

getExpenseFinancialSubObjectCode

public String getExpenseFinancialSubObjectCode()
Gets the expenseFinancialSubObjectCd attribute.

Returns:
Returns the expenseFinancialSubObjectCd

setExpenseFinancialSubObjectCode

public void setExpenseFinancialSubObjectCode(String expenseFinancialSubObjectCode)
Sets the expenseFinancialSubObjectCd attribute.

Parameters:
expenseFinancialSubObjectCd - The expenseFinancialSubObjectCd to set.

getExpenseSubAccountNumber

public String getExpenseSubAccountNumber()
Gets the expenseSubAccountNumber attribute.

Returns:
Returns the expenseSubAccountNumber

setExpenseSubAccountNumber

public void setExpenseSubAccountNumber(String expenseSubAccountNumber)
Sets the expenseSubAccountNumber attribute.

Parameters:
expenseSubAccountNumber - The expenseSubAccountNumber to set.

getIncomeFinancialChartOfAccounts

public Chart getIncomeFinancialChartOfAccounts()
Gets the incomeFinancialChartOfAccounts attribute.

Returns:
Returns the incomeFinancialChartOfAccounts

setIncomeFinancialChartOfAccounts

public void setIncomeFinancialChartOfAccounts(Chart incomeFinancialChartOfAccounts)
Deprecated. 

Sets the incomeFinancialChartOfAccounts attribute.

Parameters:
incomeFinancialChartOfAccounts - The incomeFinancialChartOfAccounts to set.

getIncomeFinancialObject

public ObjectCodeCurrent getIncomeFinancialObject()
Gets the incomeFinancialObject attribute.

Returns:
Returns the incomeFinancialObject

setIncomeFinancialObject

public void setIncomeFinancialObject(ObjectCodeCurrent incomeFinancialObject)
Deprecated. 

Sets the incomeFinancialObject attribute.

Parameters:
incomeFinancialObject - The incomeFinancialObject to set.

getIncomeAccount

public Account getIncomeAccount()
Gets the incomeAccount attribute.

Returns:
Returns the incomeAccount

setIncomeAccount

public void setIncomeAccount(Account incomeAccount)
Deprecated. 

Sets the incomeAccount attribute.

Parameters:
incomeAccount - The incomeAccount to set.

getExpenseFinancialChartOfAccounts

public Chart getExpenseFinancialChartOfAccounts()
Gets the expenseFinancialChartOfAccounts attribute.

Returns:
Returns the expenseFinancialChartOfAccounts

setExpenseFinancialChartOfAccounts

public void setExpenseFinancialChartOfAccounts(Chart expenseFinancialChartOfAccounts)
Deprecated. 

Sets the expenseFinancialChartOfAccounts attribute.

Parameters:
expenseFinancialChartOfAccounts - The expenseFinancialChartOfAccounts to set.

getExpenseFinancialObject

public ObjectCodeCurrent getExpenseFinancialObject()
Gets the expenseFinancialObject attribute.

Returns:
Returns the expenseFinancialObject

setExpenseFinancialObject

public void setExpenseFinancialObject(ObjectCodeCurrent expenseFinancialObject)
Deprecated. 

Sets the expenseFinancialObject attribute.

Parameters:
expenseFinancialObject - The expenseFinancialObject to set.

getExpenseAccount

public Account getExpenseAccount()
Gets the expenseAccount attribute.

Returns:
Returns the expenseAccount

setExpenseAccount

public void setExpenseAccount(Account expenseAccount)
Deprecated. 

Sets the expenseAccount attribute.

Parameters:
expenseAccount - The expenseAccount to set.

getFinancialDocumentCreditCardType

public CreditCardType getFinancialDocumentCreditCardType()
Returns:
Returns the financialDocumentCreditCardType.

setFinancialDocumentCreditCardType

public void setFinancialDocumentCreditCardType(CreditCardType financialDocumentCreditCardType)
Deprecated. 

Parameters:
financialDocumentCreditCardType - The financialDocumentCreditCardType to set.

getExpenseFinancialSubObject

public SubObjectCodeCurrent getExpenseFinancialSubObject()
Gets the expenseFinancialSubObject attribute.

Returns:
Returns the expenseFinancialSubObject.

setExpenseFinancialSubObject

public void setExpenseFinancialSubObject(SubObjectCodeCurrent expenseFinancialSubObject)
Sets the expenseFinancialSubObject attribute value.

Parameters:
expenseFinancialSubObject - The expenseFinancialSubObject to set.

getExpenseSubAccount

public SubAccount getExpenseSubAccount()
Gets the expenseSubAccount attribute.

Returns:
Returns the expenseSubAccount.

setExpenseSubAccount

public void setExpenseSubAccount(SubAccount expenseSubAccount)
Sets the expenseSubAccount attribute value.

Parameters:
expenseSubAccount - The expenseSubAccount to set.

getIncomeFinancialSubObject

public SubObjectCodeCurrent getIncomeFinancialSubObject()
Gets the incomeFinancialSubObject attribute.

Returns:
Returns the incomeFinancialSubObject.

setIncomeFinancialSubObject

public void setIncomeFinancialSubObject(SubObjectCodeCurrent incomeFinancialSubObject)
Sets the incomeFinancialSubObject attribute value.

Parameters:
incomeFinancialSubObject - The incomeFinancialSubObject to set.

getIncomeSubAccount

public SubAccount getIncomeSubAccount()
Gets the incomeSubAccount attribute.

Returns:
Returns the incomeSubAccount.

setIncomeSubAccount

public void setIncomeSubAccount(SubAccount incomeSubAccount)
Sets the incomeSubAccount attribute value.

Parameters:
incomeSubAccount - The incomeSubAccount to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.


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