edu.sampleu.financial.bo
Class PaymentTermType
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
edu.sampleu.financial.bo.PaymentTermType
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, Inactivatable, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, MutableInactivatable, PersistableBusinessObject
public class PaymentTermType
- extends PersistableBusinessObjectBase
- implements MutableInactivatable
Types of Payment Terms for Vendor Contracts. Per contract as distinct from ShippingPaymentTerms
.
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
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 |
PaymentTermType
public PaymentTermType()
- Default constructor.
getVendorPaymentTermsCode
public String getVendorPaymentTermsCode()
setVendorPaymentTermsCode
public void setVendorPaymentTermsCode(String vendorPaymentTermsCode)
getVendorDiscountDueTypeDescription
public String getVendorDiscountDueTypeDescription()
setVendorDiscountDueTypeDescription
public void setVendorDiscountDueTypeDescription(String vendorDiscountDueTypeDescription)
getVendorDiscountDueNumber
public Integer getVendorDiscountDueNumber()
setVendorDiscountDueNumber
public void setVendorDiscountDueNumber(Integer vendorDiscountDueNumber)
getVendorPaymentTermsPercent
public BigDecimal getVendorPaymentTermsPercent()
setVendorPaymentTermsPercent
public void setVendorPaymentTermsPercent(BigDecimal vendorPaymentTermsPercent)
getVendorNetDueTypeDescription
public String getVendorNetDueTypeDescription()
setVendorNetDueTypeDescription
public void setVendorNetDueTypeDescription(String vendorNetDueTypeDescription)
getVendorNetDueNumber
public Integer getVendorNetDueNumber()
setVendorNetDueNumber
public void setVendorNetDueNumber(Integer vendorNetDueNumber)
getVendorPaymentTermsDescription
public String getVendorPaymentTermsDescription()
setVendorPaymentTermsDescription
public void setVendorPaymentTermsDescription(String vendorPaymentTermsDescription)
isActive
public boolean isActive()
- Description copied from interface:
Inactivatable
- The active indicator for an object.
- Specified by:
isActive
in interface Inactivatable
- Returns:
- true if active false if not.
setActive
public void setActive(boolean active)
- Description copied from interface:
MutableInactivatable
- Sets the record to active or inactive.
- Specified by:
setActive
in interface MutableInactivatable
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.