|
||||||||||
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.ProcurementCardVendor
public class ProcurementCardVendor
This class is used to represent a procurement card vendor business object.
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 |
---|
public ProcurementCardVendor()
Method Detail |
---|
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()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |