public class VendorContractOrganization extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements VendorRoutingComparable, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Org
and a VendorContract
indicating that the Org uses this Vendor
Contract.VendorContract
,
org.kuali.ole.coa.businessobject.Org
,
Serialized FormConstructor and Description |
---|
VendorContractOrganization()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Chart |
getChartOfAccounts() |
String |
getChartOfAccountsCode() |
Organization |
getOrganization() |
String |
getOrganizationCode() |
VendorContract |
getVendorContract() |
Integer |
getVendorContractGeneratedIdentifier() |
org.kuali.rice.core.api.util.type.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.core.api.util.type.KualiDecimal vendorContractPurchaseOrderLimitAmount) |
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 VendorContractOrganization()
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.core.api.util.type.KualiDecimal getVendorContractPurchaseOrderLimitAmount()
public void setVendorContractPurchaseOrderLimitAmount(org.kuali.rice.core.api.util.type.KualiDecimal vendorContractPurchaseOrderLimitAmount)
public boolean isVendorContractExcludeIndicator()
public void setVendorContractExcludeIndicator(boolean vendorContractExcludeIndicator)
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 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.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.