Class VendorValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<VendorPK>
com.echothree.model.data.vendor.server.value.VendorValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionVendorValue(PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) Creates a new instance of VendorValueVendorValue(VendorPK vendorPK, PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) Creates a new instance of VendorValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAllowBackorders(Boolean allowBackorders) voidsetAllowCombiningShipments(Boolean allowCombiningShipments) voidsetAllowReferenceDuplicates(Boolean allowReferenceDuplicates) voidsetAllowSubstitutions(Boolean allowSubstitutions) voidsetApGlAccountPK(GlAccountPK apGlAccountPK) voidsetCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) voidsetDefaultItemAliasTypePK(ItemAliasTypePK defaultItemAliasTypePK) voidsetFromTime(Long fromTime) voidsetHoldUntilComplete(Boolean holdUntilComplete) voidsetMaximumPurchaseOrderAmount(Long maximumPurchaseOrderAmount) voidsetMaximumPurchaseOrderLines(Integer maximumPurchaseOrderLines) voidsetMinimumPurchaseOrderAmount(Long minimumPurchaseOrderAmount) voidsetMinimumPurchaseOrderLines(Integer minimumPurchaseOrderLines) voidsetPartyPK(PartyPK partyPK) voidsetReferenceValidationPattern(String referenceValidationPattern) voidsetRequireReference(Boolean requireReference) voidsetReturnPolicyPK(ReturnPolicyPK returnPolicyPK) voidsetThruTime(Long thruTime) voidsetUseItemPurchasingCategories(Boolean useItemPurchasingCategories) voidsetVendorItemCostFilterPK(FilterPK vendorItemCostFilterPK) voidsetVendorItemSelectorPK(SelectorPK vendorItemSelectorPK) voidsetVendorName(String vendorName) voidsetVendorTypePK(VendorTypePK vendorTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
VendorValue
public VendorValue(VendorPK vendorPK, PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of VendorValue- Throws:
PersistenceNotNullException
-
VendorValue
public VendorValue(PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of VendorValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<VendorPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<VendorPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<VendorPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<VendorPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getVendorName
-
setVendorName
- Throws:
PersistenceNotNullException
-
getVendorNameHasBeenModified
-
getVendorTypePK
-
setVendorTypePK
- Throws:
PersistenceNotNullException
-
getVendorTypePKHasBeenModified
-
getMinimumPurchaseOrderLines
-
setMinimumPurchaseOrderLines
-
getMinimumPurchaseOrderLinesHasBeenModified
-
getMaximumPurchaseOrderLines
-
setMaximumPurchaseOrderLines
-
getMaximumPurchaseOrderLinesHasBeenModified
-
getMinimumPurchaseOrderAmount
-
setMinimumPurchaseOrderAmount
-
getMinimumPurchaseOrderAmountHasBeenModified
-
getMaximumPurchaseOrderAmount
-
setMaximumPurchaseOrderAmount
-
getMaximumPurchaseOrderAmountHasBeenModified
-
getUseItemPurchasingCategories
-
setUseItemPurchasingCategories
public void setUseItemPurchasingCategories(Boolean useItemPurchasingCategories) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUseItemPurchasingCategoriesHasBeenModified
-
getDefaultItemAliasTypePK
-
setDefaultItemAliasTypePK
-
getDefaultItemAliasTypePKHasBeenModified
-
getCancellationPolicyPK
-
setCancellationPolicyPK
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
setReturnPolicyPK
-
getReturnPolicyPKHasBeenModified
-
getApGlAccountPK
-
setApGlAccountPK
-
getApGlAccountPKHasBeenModified
-
getHoldUntilComplete
-
setHoldUntilComplete
- Throws:
PersistenceNotNullException
-
getHoldUntilCompleteHasBeenModified
-
getAllowBackorders
-
setAllowBackorders
- Throws:
PersistenceNotNullException
-
getAllowBackordersHasBeenModified
-
getAllowSubstitutions
-
setAllowSubstitutions
- Throws:
PersistenceNotNullException
-
getAllowSubstitutionsHasBeenModified
-
getAllowCombiningShipments
-
setAllowCombiningShipments
public void setAllowCombiningShipments(Boolean allowCombiningShipments) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAllowCombiningShipmentsHasBeenModified
-
getRequireReference
-
setRequireReference
- Throws:
PersistenceNotNullException
-
getRequireReferenceHasBeenModified
-
getAllowReferenceDuplicates
-
setAllowReferenceDuplicates
public void setAllowReferenceDuplicates(Boolean allowReferenceDuplicates) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAllowReferenceDuplicatesHasBeenModified
-
getReferenceValidationPattern
-
setReferenceValidationPattern
-
getReferenceValidationPatternHasBeenModified
-
getVendorItemSelectorPK
-
setVendorItemSelectorPK
-
getVendorItemSelectorPKHasBeenModified
-
getVendorItemCostFilterPK
-
setVendorItemCostFilterPK
-
getVendorItemCostFilterPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-