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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAllowBackorders
(Boolean allowBackorders) void
setAllowCombiningShipments
(Boolean allowCombiningShipments) void
setAllowReferenceDuplicates
(Boolean allowReferenceDuplicates) void
setAllowSubstitutions
(Boolean allowSubstitutions) void
setApGlAccountPK
(GlAccountPK apGlAccountPK) void
setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
setDefaultItemAliasTypePK
(ItemAliasTypePK defaultItemAliasTypePK) void
setFromTime
(Long fromTime) void
setHoldUntilComplete
(Boolean holdUntilComplete) void
setMaximumPurchaseOrderAmount
(Long maximumPurchaseOrderAmount) void
setMaximumPurchaseOrderLines
(Integer maximumPurchaseOrderLines) void
setMinimumPurchaseOrderAmount
(Long minimumPurchaseOrderAmount) void
setMinimumPurchaseOrderLines
(Integer minimumPurchaseOrderLines) void
setPartyPK
(PartyPK partyPK) void
setReferenceValidationPattern
(String referenceValidationPattern) void
setRequireReference
(Boolean requireReference) void
setReturnPolicyPK
(ReturnPolicyPK returnPolicyPK) void
setThruTime
(Long thruTime) void
setUseItemPurchasingCategories
(Boolean useItemPurchasingCategories) void
setVendorItemCostFilterPK
(FilterPK vendorItemCostFilterPK) void
setVendorItemSelectorPK
(SelectorPK vendorItemSelectorPK) void
setVendorName
(String vendorName) void
setVendorTypePK
(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:
getBaseFactoryInstance
in classBaseValue<VendorPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<VendorPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<VendorPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-