|
||||||||||
| 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.PersistableBusinessObjectBase
org.kuali.kfs.fp.businessobject.CreditCardVendor
public class CreditCardVendor
| 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 |
|---|
public CreditCardVendor()
| Method Detail |
|---|
public String getFinancialDocumentCreditCardVendorNumber()
public void setFinancialDocumentCreditCardVendorNumber(String financialDocumentCreditCardVendorNumber)
financialDocumentCreditCardVendorNumber - The financialDocumentCreditCardVendorNumber to set.public String getFinancialDocumentCreditCardVendorName()
public void setFinancialDocumentCreditCardVendorName(String financialDocumentCreditCardVendorName)
financialDocumentCreditCardVendorName - The financialDocumentCreditCardVendorName to set.public String getFinancialDocumentCreditCardTypeCode()
public void setFinancialDocumentCreditCardTypeCode(String financialDocumentCreditCardTypeCode)
financialDocumentCreditCardTypeCode - The financialDocumentCreditCardTypeCode to set.public String getIncomeFinancialChartOfAccountsCode()
public void setIncomeFinancialChartOfAccountsCode(String incomeFinancialChartOfAccountsCode)
incomeFinancialChartOfAccountsCode - The incomeFinancialChartOfAccountsCode to set.public String getIncomeAccountNumber()
public void setIncomeAccountNumber(String incomeAccountNumber)
incomeAccountNumber - The incomeAccountNumber to set.public String getIncomeFinancialObjectCode()
public void setIncomeFinancialObjectCode(String incomeFinancialObjectCode)
incomeFinancialObjectCode - The incomeFinancialObjectCode to set.public String getIncomeFinancialSubObjectCode()
public void setIncomeFinancialSubObjectCode(String incomeFinancialSubObjectCode)
incomeFinancialSubObjectCode - The incomeFinancialSubObjectCode to set.public String getIncomeSubAccountNumber()
public void setIncomeSubAccountNumber(String incomeSubAccountNumber)
incomeSubAccountNumber - The incomeSubAccountNumber to set.public String getExpenseFinancialChartOfAccountsCode()
public void setExpenseFinancialChartOfAccountsCode(String expenseFinancialChartOfAccountsCode)
expenseFinancialChartOfAccountsCode - The expenseFinancialChartOfAccountsCode to set.public String getExpenseAccountNumber()
public void setExpenseAccountNumber(String expenseAccountNumber)
expenseAccountNumber - The expenseAccountNumber to set.public String getExpenseFinancialObjectCode()
public void setExpenseFinancialObjectCode(String expenseFinancialObjectCode)
expenseFinancialObjectCode - The expenseFinancialObjectCode to set.public String getExpenseFinancialSubObjectCode()
public void setExpenseFinancialSubObjectCode(String expenseFinancialSubObjectCode)
expenseFinancialSubObjectCd - The expenseFinancialSubObjectCd to set.public String getExpenseSubAccountNumber()
public void setExpenseSubAccountNumber(String expenseSubAccountNumber)
expenseSubAccountNumber - The expenseSubAccountNumber to set.public Chart getIncomeFinancialChartOfAccounts()
public void setIncomeFinancialChartOfAccounts(Chart incomeFinancialChartOfAccounts)
incomeFinancialChartOfAccounts - The incomeFinancialChartOfAccounts to set.public ObjectCodeCurrent getIncomeFinancialObject()
public void setIncomeFinancialObject(ObjectCodeCurrent incomeFinancialObject)
incomeFinancialObject - The incomeFinancialObject to set.public Account getIncomeAccount()
public void setIncomeAccount(Account incomeAccount)
incomeAccount - The incomeAccount to set.public Chart getExpenseFinancialChartOfAccounts()
public void setExpenseFinancialChartOfAccounts(Chart expenseFinancialChartOfAccounts)
expenseFinancialChartOfAccounts - The expenseFinancialChartOfAccounts to set.public ObjectCodeCurrent getExpenseFinancialObject()
public void setExpenseFinancialObject(ObjectCodeCurrent expenseFinancialObject)
expenseFinancialObject - The expenseFinancialObject to set.public Account getExpenseAccount()
public void setExpenseAccount(Account expenseAccount)
expenseAccount - The expenseAccount to set.public CreditCardType getFinancialDocumentCreditCardType()
public void setFinancialDocumentCreditCardType(CreditCardType financialDocumentCreditCardType)
financialDocumentCreditCardType - The financialDocumentCreditCardType to set.public SubObjectCodeCurrent getExpenseFinancialSubObject()
public void setExpenseFinancialSubObject(SubObjectCodeCurrent expenseFinancialSubObject)
expenseFinancialSubObject - The expenseFinancialSubObject to set.public SubAccount getExpenseSubAccount()
public void setExpenseSubAccount(SubAccount expenseSubAccount)
expenseSubAccount - The expenseSubAccount to set.public SubObjectCodeCurrent getIncomeFinancialSubObject()
public void setIncomeFinancialSubObject(SubObjectCodeCurrent incomeFinancialSubObject)
incomeFinancialSubObject - The incomeFinancialSubObject to set.public SubAccount getIncomeSubAccount()
public void setIncomeSubAccount(SubAccount incomeSubAccount)
incomeSubAccount - The incomeSubAccount to set.protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()public boolean isActive()
isActive in interface org.kuali.rice.kns.bo.Inactivateablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.kns.bo.Inactivateableactive - The active to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||