edu.sampleu.financial.bo
Class ShippingPaymentTerms

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by edu.sampleu.financial.bo.ShippingPaymentTerms
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, Inactivateable, PersistableBusinessObject

public class ShippingPaymentTerms
extends PersistableBusinessObjectBase
implements Inactivateable

Payment Terms for Shipping from a particular Vendor. Per Vendor as distinct from PaymentTermType.

See Also:
org.kuali.kfs.vnd.businessobject.PaymentTermType, Serialized Form

Field Summary
private  boolean active
           
private  String vendorShippingPaymentTermsCode
           
private  String vendorShippingPaymentTermsDescription
           
private  boolean vendorShippingPaymentTermsPayIndicator
           
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
ShippingPaymentTerms()
          Default constructor.
 
Method Summary
 String getVendorShippingPaymentTermsCode()
           
 String getVendorShippingPaymentTermsDescription()
           
 boolean getVendorShippingPaymentTermsPayIndicator()
           
 boolean isActive()
          Indicates whether the record is active or inactive.
 void setActive(boolean active)
          Sets the record to active or inactive.
 void setVendorShippingPaymentTermsCode(String vendorShippingPaymentTermsCode)
           
 void setVendorShippingPaymentTermsDescription(String vendorShippingPaymentTermsDescription)
           
 void setVendorShippingPaymentTermsPayIndicator(boolean vendorShippingPaymentTermsPayIndicator)
           
 
Methods inherited from class org.kuali.rice.kns.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
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder, toStringMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Field Detail

vendorShippingPaymentTermsCode

private String vendorShippingPaymentTermsCode

vendorShippingPaymentTermsDescription

private String vendorShippingPaymentTermsDescription

vendorShippingPaymentTermsPayIndicator

private boolean vendorShippingPaymentTermsPayIndicator

active

private boolean active
Constructor Detail

ShippingPaymentTerms

public ShippingPaymentTerms()
Default constructor.

Method Detail

getVendorShippingPaymentTermsCode

public String getVendorShippingPaymentTermsCode()

setVendorShippingPaymentTermsCode

public void setVendorShippingPaymentTermsCode(String vendorShippingPaymentTermsCode)

getVendorShippingPaymentTermsDescription

public String getVendorShippingPaymentTermsDescription()

setVendorShippingPaymentTermsDescription

public void setVendorShippingPaymentTermsDescription(String vendorShippingPaymentTermsDescription)

getVendorShippingPaymentTermsPayIndicator

public boolean getVendorShippingPaymentTermsPayIndicator()

setVendorShippingPaymentTermsPayIndicator

public void setVendorShippingPaymentTermsPayIndicator(boolean vendorShippingPaymentTermsPayIndicator)

isActive

public boolean isActive()
Description copied from interface: Inactivateable
Indicates whether the record is active or inactive.

Specified by:
isActive in interface Inactivateable

setActive

public void setActive(boolean active)
Description copied from interface: Inactivateable
Sets the record to active or inactive.

Specified by:
setActive in interface Inactivateable


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.