public class VendorShippingSpecialCondition extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements VendorRoutingComparable, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
ShippingSpecialCondition
.ShippingSpecialCondition
,
Serialized FormConstructor 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, setVersionNumber
public 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.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 ShippingSpecialCondition getVendorShippingSpecialCondition()
public void setVendorShippingSpecialCondition(ShippingSpecialCondition vendorShippingSpecialCondition)
vendorShippingSpecialCondition
- The vendorShippingSpecialCondition 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)
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.