org.kuali.kfs.vnd.businessobject
Class VendorCustomerNumber
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.vnd.businessobject.VendorCustomerNumber
- 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 VendorCustomerNumber
- extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
- implements org.kuali.rice.kns.bo.Inactivateable
Customer numbers that may have been assigned by the Vendor to various Chart
and/or Org
.
- See Also:
Chart
,
org.kuali.kfs.coa.businessobject.Org
,
Serialized Form
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
extension, versionNumber |
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 interface org.kuali.rice.kns.bo.BusinessObject |
prepareForWorkflow |
VendorCustomerNumber
public VendorCustomerNumber()
- Default constructor.
getVendorCustomerNumberGeneratedIdentifier
public Integer getVendorCustomerNumberGeneratedIdentifier()
setVendorCustomerNumberGeneratedIdentifier
public void setVendorCustomerNumberGeneratedIdentifier(Integer vendorCustomerNumberGeneratedIdentifier)
getVendorHeaderGeneratedIdentifier
public Integer getVendorHeaderGeneratedIdentifier()
setVendorHeaderGeneratedIdentifier
public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
getVendorDetailAssignedIdentifier
public Integer getVendorDetailAssignedIdentifier()
setVendorDetailAssignedIdentifier
public void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)
getVendorCustomerNumber
public String getVendorCustomerNumber()
setVendorCustomerNumber
public void setVendorCustomerNumber(String vendorCustomerNumber)
getChartOfAccountsCode
public String getChartOfAccountsCode()
setChartOfAccountsCode
public void setChartOfAccountsCode(String chartOfAccountsCode)
getVendorOrganizationCode
public String getVendorOrganizationCode()
setVendorOrganizationCode
public void setVendorOrganizationCode(String vendorOrganizationCode)
isActive
public boolean isActive()
- Specified by:
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
setActive
public void setActive(boolean active)
- Specified by:
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
getVendorDetail
public VendorDetail getVendorDetail()
setVendorDetail
public void setVendorDetail(VendorDetail vendorDetail)
- Deprecated.
- Sets the vendorDetail attribute.
- Parameters:
vendorDetail
- The vendorDetail to set.
getVendorOrganization
public Organization getVendorOrganization()
setVendorOrganization
public void setVendorOrganization(Organization vendorOrganization)
- Deprecated.
- Sets the vendorOrganization attribute.
- Parameters:
vendorOrganization
- The vendorOrganization to set.
getChartOfAccounts
public Chart getChartOfAccounts()
setChartOfAccounts
public void setChartOfAccounts(Chart chartOfAccounts)
- Deprecated.
- Sets the chartOfAccounts attribute.
- Parameters:
chartOfAccounts
- The chartOfAccounts 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.