|
||||||||||
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.VendorContractOrganization
public class VendorContractOrganization
A relation between a particular Org
and a VendorContract
indicating that the Org uses this Vendor
Contract.
VendorContract
,
org.kuali.kfs.coa.businessobject.Org
,
Serialized FormField Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
VendorContractOrganization()
Default constructor. |
Method Summary | |
---|---|
Chart |
getChartOfAccounts()
|
String |
getChartOfAccountsCode()
|
Organization |
getOrganization()
|
String |
getOrganizationCode()
|
VendorContract |
getVendorContract()
|
Integer |
getVendorContractGeneratedIdentifier()
|
org.kuali.rice.kns.util.KualiDecimal |
getVendorContractPurchaseOrderLimitAmount()
|
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. |
boolean |
isVendorContractExcludeIndicator()
|
void |
setActive(boolean active)
|
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated. |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
|
void |
setOrganization(Organization organization)
Deprecated. |
void |
setOrganizationCode(String organizationCode)
|
void |
setVendorContract(VendorContract vendorContract)
Deprecated. |
void |
setVendorContractExcludeIndicator(boolean vendorContractExcludeIndicator)
|
void |
setVendorContractGeneratedIdentifier(Integer vendorContractGeneratedIdentifier)
|
void |
setVendorContractPurchaseOrderLimitAmount(org.kuali.rice.kns.util.KualiDecimal vendorContractPurchaseOrderLimitAmount)
|
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 VendorContractOrganization()
Method Detail |
---|
public Integer getVendorContractGeneratedIdentifier()
public void setVendorContractGeneratedIdentifier(Integer vendorContractGeneratedIdentifier)
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
public String getOrganizationCode()
public void setOrganizationCode(String organizationCode)
public org.kuali.rice.kns.util.KualiDecimal getVendorContractPurchaseOrderLimitAmount()
public void setVendorContractPurchaseOrderLimitAmount(org.kuali.rice.kns.util.KualiDecimal vendorContractPurchaseOrderLimitAmount)
public boolean isVendorContractExcludeIndicator()
public void setVendorContractExcludeIndicator(boolean vendorContractExcludeIndicator)
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 Organization getOrganization()
public void setOrganization(Organization organization)
organization
- The organization to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.public VendorContract getVendorContract()
public void setVendorContract(VendorContract vendorContract)
vendorContract
- The vendorContract 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 |