|
||||||||||
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.VendorSupplierDiversity
public class VendorSupplierDiversity
Relationship between a Vendor and a SupplierDiversity
.
SupplierDiversity
,
Serialized FormField Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
VendorSupplierDiversity()
Default constructor. |
Method Summary | |
---|---|
VendorHeader |
getVendorHeader()
|
Integer |
getVendorHeaderGeneratedIdentifier()
|
SupplierDiversity |
getVendorSupplierDiversity()
|
String |
getVendorSupplierDiversityCode()
|
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 |
setVendorHeader(VendorHeader vendorHeader)
Deprecated. |
void |
setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
|
void |
setVendorSupplierDiversity(SupplierDiversity vendorSupplierDiversity)
Deprecated. |
void |
setVendorSupplierDiversityCode(String vendorSupplierDiversityCode)
|
String |
toStringBuilder(LinkedHashMap mapper)
This method overrides the superclass method to return the description of the supplier diversity. |
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 |
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 VendorSupplierDiversity()
Method Detail |
---|
public Integer getVendorHeaderGeneratedIdentifier()
public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
public String getVendorSupplierDiversityCode()
public void setVendorSupplierDiversityCode(String vendorSupplierDiversityCode)
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 VendorHeader getVendorHeader()
public void setVendorHeader(VendorHeader vendorHeader)
vendorHeader
- The vendorHeader to set.public SupplierDiversity getVendorSupplierDiversity()
public void setVendorSupplierDiversity(SupplierDiversity vendorSupplierDiversity)
vendorSupplierDiversity
- The vendorSupplierDiversity to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
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)
public String toStringBuilder(LinkedHashMap mapper)
toStringBuilder
in class org.kuali.rice.kns.bo.BusinessObjectBase
mapper
- A LinkedHashMap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |