|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.vnd.businessobject.VendorShippingSpecialCondition
public class VendorShippingSpecialCondition
Relationship between a Vendor and a ShippingSpecialCondition
.
ShippingSpecialCondition
,
Serialized FormField Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
VendorShippingSpecialCondition()
Default constructor. |
Method Summary | |
---|---|
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()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public VendorShippingSpecialCondition()
Method Detail |
---|
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.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
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.kfs.vnd.document.routing.VendorRoutingComparable#isEqualForRouting(java.lang.Object)
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |