public class VendorShippingSpecialCondition extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements VendorRoutingComparable, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
ShippingSpecialCondition.ShippingSpecialCondition, 
Serialized Form| Constructor and Description | 
|---|
| VendorShippingSpecialCondition()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| VendorDetail | getVendorDetail() | 
| Integer | getVendorDetailAssignedIdentifier() | 
| Integer | getVendorHeaderGeneratedIdentifier() | 
| ShippingSpecialCondition | getVendorShippingSpecialCondition() | 
| String | getVendorShippingSpecialConditionCode() | 
| boolean | isActive() | 
| boolean | isEqualForRouting(Object toCompare)A predicate to test equality of all the persisted attributes of an instance of this class, not including
 member collections. | 
| void | setActive(boolean active) | 
| void | setVendorDetail(VendorDetail vendorDetail)Deprecated.   | 
| void | setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier) | 
| void | setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier) | 
| void | setVendorShippingSpecialCondition(ShippingSpecialCondition vendorShippingSpecialCondition)Deprecated.   | 
| void | setVendorShippingSpecialConditionCode(String vendorShippingSpecialConditionCode) | 
| protected LinkedHashMap | toStringMapper_RICE20_REFACTORME() | 
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, setVersionNumberpublic VendorShippingSpecialCondition()
public Integer getVendorHeaderGeneratedIdentifier()
public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
public Integer getVendorDetailAssignedIdentifier()
public void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)
public String getVendorShippingSpecialConditionCode()
public void setVendorShippingSpecialConditionCode(String vendorShippingSpecialConditionCode)
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablepublic VendorDetail getVendorDetail()
public void setVendorDetail(VendorDetail vendorDetail)
vendorDetail - The vendorDetail to set.public ShippingSpecialCondition getVendorShippingSpecialCondition()
public void setVendorShippingSpecialCondition(ShippingSpecialCondition vendorShippingSpecialCondition)
vendorShippingSpecialCondition - The vendorShippingSpecialCondition to set.public boolean isEqualForRouting(Object toCompare)
VendorRoutingComparableisEqualForRouting in interface VendorRoutingComparabletoCompare - 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)protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.