public class VendorContract extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements VendorRoutingComparable, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
VendorContract()
Default constructor.
|
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, setVersionNumber
protected static final org.apache.log4j.Logger LOG
protected Integer vendorContractGeneratedIdentifier
protected Integer vendorHeaderGeneratedIdentifier
protected Integer vendorDetailAssignedIdentifier
protected String vendorNumber
protected String vendorContractName
protected String vendorContractDescription
protected String vendorCampusCode
protected Date vendorContractBeginningDate
protected Date vendorContractEndDate
protected Integer contractManagerCode
protected String purchaseOrderCostSourceCode
protected String vendorPaymentTermsCode
protected String vendorShippingPaymentTermsCode
protected String vendorShippingTitleCode
protected Date vendorContractExtensionDate
protected Boolean vendorB2bIndicator
protected org.kuali.rice.core.api.util.type.KualiDecimal organizationAutomaticPurchaseOrderLimit
protected boolean active
protected List<VendorContractOrganization> vendorContractOrganizations
protected VendorDetail vendorDetail
protected CampusParameter vendorCampus
protected ContractManager contractManager
protected PurchaseOrderCostSource purchaseOrderCostSource
protected PaymentTermType vendorPaymentTerms
protected ShippingPaymentTerms vendorShippingPaymentTerms
protected ShippingTitle vendorShippingTitle
public VendorContract()
public Integer getVendorContractGeneratedIdentifier()
public void setVendorContractGeneratedIdentifier(Integer vendorContractGeneratedIdentifier)
public Integer getVendorHeaderGeneratedIdentifier()
public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
public Integer getVendorDetailAssignedIdentifier()
public void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)
public String getVendorContractName()
public void setVendorContractName(String vendorContractName)
public String getVendorContractDescription()
public void setVendorContractDescription(String vendorContractDescription)
public String getVendorCampusCode()
public void setVendorCampusCode(String vendorCampusCode)
public Date getVendorContractBeginningDate()
public void setVendorContractBeginningDate(Date vendorContractBeginningDate)
public Date getVendorContractEndDate()
public void setVendorContractEndDate(Date vendorContractEndDate)
public Integer getContractManagerCode()
public void setContractManagerCode(Integer contractManagerCode)
public String getPurchaseOrderCostSourceCode()
public void setPurchaseOrderCostSourceCode(String purchaseOrderCostSourceCode)
public String getVendorPaymentTermsCode()
public void setVendorPaymentTermsCode(String vendorPaymentTermsCode)
public String getVendorShippingPaymentTermsCode()
public void setVendorShippingPaymentTermsCode(String vendorShippingPaymentTermsCode)
public String getVendorShippingTitleCode()
public void setVendorShippingTitleCode(String vendorShippingTitleCode)
public Date getVendorContractExtensionDate()
public void setVendorContractExtensionDate(Date vendorContractExtensionDate)
public Boolean getVendorB2bIndicator()
public void setVendorB2bIndicator(Boolean vendorB2bIndicator)
public org.kuali.rice.core.api.util.type.KualiDecimal getOrganizationAutomaticPurchaseOrderLimit()
public void setOrganizationAutomaticPurchaseOrderLimit(org.kuali.rice.core.api.util.type.KualiDecimal organizationAutomaticPurchaseOrderLimit)
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
public VendorDetail getVendorDetail()
public void setVendorDetail(VendorDetail vendorDetail)
vendorDetail
- The vendorDetail to set.public CampusParameter getVendorCampus()
public void setVendorCampus(CampusParameter vendorCampus)
vendorCampus
- The vendorCampus to set.public ContractManager getContractManager()
public void setContractManager(ContractManager contractManager)
contractManager
- The contractManager to set.public PurchaseOrderCostSource getPurchaseOrderCostSource()
public void setPurchaseOrderCostSource(PurchaseOrderCostSource purchaseOrderCostSource)
purchaseOrderCostSource
- The purchaseOrderCostSource to set.public PaymentTermType getVendorPaymentTerms()
public void setVendorPaymentTerms(PaymentTermType vendorPaymentTerms)
vendorPaymentTerms
- The vendorPaymentTerms to set.public ShippingPaymentTerms getVendorShippingPaymentTerms()
public void setVendorShippingPaymentTerms(ShippingPaymentTerms vendorShippingPaymentTerms)
vendorShippingPaymentTerms
- The vendorShippingPaymentTerms to set.public ShippingTitle getVendorShippingTitle()
public void setVendorShippingTitle(ShippingTitle vendorShippingTitle)
vendorShippingTitle
- The vendorShippingTitle to set.public List<VendorContractOrganization> getVendorContractOrganizations()
public void setVendorContractOrganizations(List<VendorContractOrganization> vendorContractOrganizations)
public String getVendorNumber()
public void setVendorNumber(String vendorNumber)
vendorNumber
- The vendorNumber to set.public boolean isEqualForRouting(Object toCompare)
VendorRoutingComparable
isEqualForRouting
in interface VendorRoutingComparable
toCompare
- An Object, which should be of this class if the comparison is to be meaningful.org.kuali.ole.vnd.document.routing.VendorRoutingComparable#isEqualForRouting(java.lang.Object)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.