public class ProcurementCardVendor extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description |
|---|
ProcurementCardVendor()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentNumber()
Gets the documentNumber attribute.
|
Integer |
getFinancialDocumentTransactionLineNumber()
Gets the financialDocumentTransactionLineNumber attribute.
|
String |
getTransactionMerchantCategoryCode()
Gets the transactionMerchantCategoryCode attribute.
|
String |
getVendorCityName()
Gets the vendorCityName attribute.
|
String |
getVendorLine1Address()
Gets the vendorLine1Address attribute.
|
String |
getVendorLine2Address()
Gets the vendorLine2Address attribute.
|
String |
getVendorName()
Gets the vendorName attribute.
|
String |
getVendorOrderNumber()
Gets the vendorOrderNumber attribute.
|
String |
getVendorStateCode()
Gets the vendorStateCode attribute.
|
String |
getVendorZipCode()
Gets the vendorZipCode attribute.
|
String |
getVisaVendorIdentifier()
Gets the visaVendorIdentifier attribute.
|
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.
|
void |
setFinancialDocumentTransactionLineNumber(Integer financialDocumentTransactionLineNumber)
Sets the financialDocumentTransactionLineNumber attribute.
|
void |
setTransactionMerchantCategoryCode(String transactionMerchantCategoryCode)
Sets the transactionMerchantCategoryCode attribute.
|
void |
setVendorCityName(String vendorCityName)
Sets the vendorCityName attribute.
|
void |
setVendorLine1Address(String vendorLine1Address)
Sets the vendorLine1Address attribute.
|
void |
setVendorLine2Address(String vendorLine2Address)
Sets the vendorLine2Address attribute.
|
void |
setVendorName(String vendorName)
Sets the vendorName attribute.
|
void |
setVendorOrderNumber(String vendorOrderNumber)
Sets the vendorOrderNumber attribute.
|
void |
setVendorStateCode(String vendorStateCode)
Sets the vendorStateCode attribute.
|
void |
setVendorZipCode(String vendorZipCode)
Sets the vendorZipCode attribute.
|
void |
setVisaVendorIdentifier(String visaVendorIdentifier)
Sets the visaVendorIdentifier attribute.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic ProcurementCardVendor()
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber - The documentNumber to set.public Integer getFinancialDocumentTransactionLineNumber()
public void setFinancialDocumentTransactionLineNumber(Integer financialDocumentTransactionLineNumber)
financialDocumentTransactionLineNumber - The financialDocumentTransactionLineNumber to set.public String getVendorName()
public void setVendorName(String vendorName)
vendorName - The vendorName to set.public String getVendorLine1Address()
public void setVendorLine1Address(String vendorLine1Address)
vendorLine1Address - The vendorLine1Address to set.public String getVendorLine2Address()
public void setVendorLine2Address(String vendorLine2Address)
vendorLine2Address - The vendorLine2Address to set.public String getVendorCityName()
public void setVendorCityName(String vendorCityName)
vendorCityName - The vendorCityName to set.public String getVendorStateCode()
public void setVendorStateCode(String vendorStateCode)
vendorStateCode - The vendorStateCode to set.public String getVendorZipCode()
public void setVendorZipCode(String vendorZipCode)
vendorZipCode - The vendorZipCode to set.public String getVisaVendorIdentifier()
public void setVisaVendorIdentifier(String visaVendorIdentifier)
visaVendorIdentifier - The visaVendorIdentifier to set.public String getVendorOrderNumber()
public void setVendorOrderNumber(String vendorOrderNumber)
vendorOrderNumber - The vendorOrderNumber to set.public String getTransactionMerchantCategoryCode()
public void setTransactionMerchantCategoryCode(String transactionMerchantCategoryCode)
transactionMerchantCategoryCode - The transactionMerchantCategoryCode to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.