org.kuali.kfs.fp.businessobject
Class ProcurementCardVendor

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.ProcurementCardVendor
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class ProcurementCardVendor
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This class is used to represent a procurement card vendor business object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
ProcurementCardVendor()
          Default constructor.
 
Method Summary
 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()
           
 
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

ProcurementCardVendor

public ProcurementCardVendor()
Default constructor.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.

Parameters:
documentNumber - The documentNumber to set.

getFinancialDocumentTransactionLineNumber

public Integer getFinancialDocumentTransactionLineNumber()
Gets the financialDocumentTransactionLineNumber attribute.

Returns:
Returns the financialDocumentTransactionLineNumber

setFinancialDocumentTransactionLineNumber

public void setFinancialDocumentTransactionLineNumber(Integer financialDocumentTransactionLineNumber)
Sets the financialDocumentTransactionLineNumber attribute.

Parameters:
financialDocumentTransactionLineNumber - The financialDocumentTransactionLineNumber to set.

getVendorName

public String getVendorName()
Gets the vendorName attribute.

Returns:
Returns the vendorName

setVendorName

public void setVendorName(String vendorName)
Sets the vendorName attribute.

Parameters:
vendorName - The vendorName to set.

getVendorLine1Address

public String getVendorLine1Address()
Gets the vendorLine1Address attribute.

Returns:
Returns the vendorLine1Address

setVendorLine1Address

public void setVendorLine1Address(String vendorLine1Address)
Sets the vendorLine1Address attribute.

Parameters:
vendorLine1Address - The vendorLine1Address to set.

getVendorLine2Address

public String getVendorLine2Address()
Gets the vendorLine2Address attribute.

Returns:
Returns the vendorLine2Address

setVendorLine2Address

public void setVendorLine2Address(String vendorLine2Address)
Sets the vendorLine2Address attribute.

Parameters:
vendorLine2Address - The vendorLine2Address to set.

getVendorCityName

public String getVendorCityName()
Gets the vendorCityName attribute.

Returns:
Returns the vendorCityName

setVendorCityName

public void setVendorCityName(String vendorCityName)
Sets the vendorCityName attribute.

Parameters:
vendorCityName - The vendorCityName to set.

getVendorStateCode

public String getVendorStateCode()
Gets the vendorStateCode attribute.

Returns:
Returns the vendorStateCode

setVendorStateCode

public void setVendorStateCode(String vendorStateCode)
Sets the vendorStateCode attribute.

Parameters:
vendorStateCode - The vendorStateCode to set.

getVendorZipCode

public String getVendorZipCode()
Gets the vendorZipCode attribute.

Returns:
Returns the vendorZipCode

setVendorZipCode

public void setVendorZipCode(String vendorZipCode)
Sets the vendorZipCode attribute.

Parameters:
vendorZipCode - The vendorZipCode to set.

getVisaVendorIdentifier

public String getVisaVendorIdentifier()
Gets the visaVendorIdentifier attribute.

Returns:
Returns the visaVendorIdentifier

setVisaVendorIdentifier

public void setVisaVendorIdentifier(String visaVendorIdentifier)
Sets the visaVendorIdentifier attribute.

Parameters:
visaVendorIdentifier - The visaVendorIdentifier to set.

getVendorOrderNumber

public String getVendorOrderNumber()
Gets the vendorOrderNumber attribute.

Returns:
Returns the vendorOrderNumber

setVendorOrderNumber

public void setVendorOrderNumber(String vendorOrderNumber)
Sets the vendorOrderNumber attribute.

Parameters:
vendorOrderNumber - The vendorOrderNumber to set.

getTransactionMerchantCategoryCode

public String getTransactionMerchantCategoryCode()
Gets the transactionMerchantCategoryCode attribute.

Returns:
Returns the transactionMerchantCategoryCode

setTransactionMerchantCategoryCode

public void setTransactionMerchantCategoryCode(String transactionMerchantCategoryCode)
Sets the transactionMerchantCategoryCode attribute.

Parameters:
transactionMerchantCategoryCode - The transactionMerchantCategoryCode to set.

toStringMapper

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


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