Class VendorTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.party.common.transfer.PartyTransfer
com.echothree.model.control.vendor.common.transfer.VendorTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVendorTransfer
(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, PartyGroupTransfer partyGroup, String vendorName, VendorTypeTransfer vendorType, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long unformattedMinimumPurchaseOrderAmount, String minimumPurchaseOrderAmount, Long unformattedMaximumPurchaseOrderAmount, String maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypeTransfer defaultItemAliasType, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, GlAccountTransfer apGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, WorkflowEntityStatusTransfer vendorStatus) Creates a new instance of VendorTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the allowBackorders.Returns the allowCombiningShipments.Returns the allowReferenceDuplicates.Returns the allowSubstitutions.Returns the apGlAccount.Returns the defaultItemAliasType.Returns the holdUntilComplete.Returns the maximumPurchaseOrderAmount.Returns the maximumPurchaseOrderLines.Returns the minimumPurchaseOrderAmount.Returns the minimumPurchaseOrderLines.Returns the referenceValidationPattern.Returns the requireReference.Returns the unformattedMaximumPurchaseOrderAmount.Returns the unformattedMinimumPurchaseOrderAmount.Returns the useItemPurchasingCategories.Returns the vendorItems.Returns the vendorItemsCount.Returns the vendorName.Returns the vendorStatus.Returns the vendorType.void
setAllowBackorders
(Boolean allowBackorders) Sets the allowBackorders.void
setAllowCombiningShipments
(Boolean allowCombiningShipments) Sets the allowCombiningShipments.void
setAllowReferenceDuplicates
(Boolean allowReferenceDuplicates) Sets the allowReferenceDuplicates.void
setAllowSubstitutions
(Boolean allowSubstitutions) Sets the allowSubstitutions.void
setApGlAccount
(GlAccountTransfer apGlAccount) Sets the apGlAccount.void
setDefaultItemAliasType
(ItemAliasTypeTransfer defaultItemAliasType) Sets the defaultItemAliasType.void
setHoldUntilComplete
(Boolean holdUntilComplete) Sets the holdUntilComplete.void
setMaximumPurchaseOrderAmount
(String maximumPurchaseOrderAmount) Sets the maximumPurchaseOrderAmount.void
setMaximumPurchaseOrderLines
(Integer maximumPurchaseOrderLines) Sets the maximumPurchaseOrderLines.void
setMinimumPurchaseOrderAmount
(String minimumPurchaseOrderAmount) Sets the minimumPurchaseOrderAmount.void
setMinimumPurchaseOrderLines
(Integer minimumPurchaseOrderLines) Sets the minimumPurchaseOrderLines.void
setReferenceValidationPattern
(String referenceValidationPattern) Sets the referenceValidationPattern.void
setRequireReference
(Boolean requireReference) Sets the requireReference.void
setUnformattedMaximumPurchaseOrderAmount
(Long unformattedMaximumPurchaseOrderAmount) Sets the unformattedMaximumPurchaseOrderAmount.void
setUnformattedMinimumPurchaseOrderAmount
(Long unformattedMinimumPurchaseOrderAmount) Sets the unformattedMinimumPurchaseOrderAmount.void
setUseItemPurchasingCategories
(Boolean useItemPurchasingCategories) Sets the useItemPurchasingCategories.void
setVendorItems
(ListWrapper<VendorItemTransfer> vendorItems) Sets the vendorItems.void
setVendorItemsCount
(Long vendorItemsCount) Sets the vendorItemsCount.void
setVendorName
(String vendorName) Sets the vendorName.void
setVendorStatus
(WorkflowEntityStatusTransfer vendorStatus) Sets the vendorStatus.void
setVendorType
(VendorTypeTransfer vendorType) Sets the vendorType.Methods inherited from class com.echothree.model.control.party.common.transfer.PartyTransfer
getBillingAccounts, getCancellationPolicy, getCommunicationEvents, getCommunicationEventsCount, getDescription, getEmployments, getInvoicesFrom, getInvoicesFromCount, getInvoicesTo, getInvoicesToCount, getLeaves, getPartyAliases, getPartyApplicationEditorUses, getPartyCancellationPolicies, getPartyCarrierAccounts, getPartyCarriers, getPartyContactLists, getPartyContactMechanisms, getPartyCreditLimits, getPartyDocuments, getPartyEntityTypes, getPartyFreeOnBoard, getPartyGroup, getPartyName, getPartyPaymentMethods, getPartyPrinterGroupUses, getPartyRelationships, getPartyResponsibilities, getPartyReturnPolicies, getPartyScaleUses, getPartySkills, getPartyTerm, getPartyTrainingClasses, getPartyType, getPerson, getPreferredCurrency, getPreferredDateTimeFormat, getPreferredLanguage, getPreferredTimeZone, getProfile, getRecoveryAnswer, getReturnPolicy, getSubscriptions, getUserLogin, setBillingAccounts, setCancellationPolicy, setCommunicationEvents, setCommunicationEventsCount, setDescription, setEmployments, setInvoicesFrom, setInvoicesFromCount, setInvoicesTo, setInvoicesToCount, setLeaves, setPartyAliases, setPartyApplicationEditorUses, setPartyCancellationPolicies, setPartyCarrierAccounts, setPartyCarriers, setPartyContactLists, setPartyContactMechanisms, setPartyCreditLimits, setPartyDocuments, setPartyEntityTypes, setPartyFreeOnBoard, setPartyGroup, setPartyName, setPartyPaymentMethods, setPartyPrinterGroupUses, setPartyRelationships, setPartyResponsibilities, setPartyReturnPolicies, setPartyScaleUses, setPartySkills, setPartyTerm, setPartyTrainingClasses, setPartyType, setPerson, setPreferredCurrency, setPreferredDateTimeFormat, setPreferredLanguage, setPreferredTimeZone, setProfile, setRecoveryAnswer, setReturnPolicy, setSubscriptions, setUserLogin
Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
VendorTransfer
public VendorTransfer(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, PartyGroupTransfer partyGroup, String vendorName, VendorTypeTransfer vendorType, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long unformattedMinimumPurchaseOrderAmount, String minimumPurchaseOrderAmount, Long unformattedMaximumPurchaseOrderAmount, String maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypeTransfer defaultItemAliasType, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, GlAccountTransfer apGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, WorkflowEntityStatusTransfer vendorStatus) Creates a new instance of VendorTransfer
-
-
Method Details
-
getVendorName
Returns the vendorName.- Returns:
- the vendorName
-
setVendorName
Sets the vendorName.- Parameters:
vendorName
- the vendorName to set
-
getVendorType
Returns the vendorType.- Returns:
- the vendorType
-
setVendorType
Sets the vendorType.- Parameters:
vendorType
- the vendorType to set
-
getMinimumPurchaseOrderLines
Returns the minimumPurchaseOrderLines.- Returns:
- the minimumPurchaseOrderLines
-
setMinimumPurchaseOrderLines
Sets the minimumPurchaseOrderLines.- Parameters:
minimumPurchaseOrderLines
- the minimumPurchaseOrderLines to set
-
getMaximumPurchaseOrderLines
Returns the maximumPurchaseOrderLines.- Returns:
- the maximumPurchaseOrderLines
-
setMaximumPurchaseOrderLines
Sets the maximumPurchaseOrderLines.- Parameters:
maximumPurchaseOrderLines
- the maximumPurchaseOrderLines to set
-
getUnformattedMinimumPurchaseOrderAmount
Returns the unformattedMinimumPurchaseOrderAmount.- Returns:
- the unformattedMinimumPurchaseOrderAmount
-
setUnformattedMinimumPurchaseOrderAmount
Sets the unformattedMinimumPurchaseOrderAmount.- Parameters:
unformattedMinimumPurchaseOrderAmount
- the unformattedMinimumPurchaseOrderAmount to set
-
getMinimumPurchaseOrderAmount
Returns the minimumPurchaseOrderAmount.- Returns:
- the minimumPurchaseOrderAmount
-
setMinimumPurchaseOrderAmount
Sets the minimumPurchaseOrderAmount.- Parameters:
minimumPurchaseOrderAmount
- the minimumPurchaseOrderAmount to set
-
getUnformattedMaximumPurchaseOrderAmount
Returns the unformattedMaximumPurchaseOrderAmount.- Returns:
- the unformattedMaximumPurchaseOrderAmount
-
setUnformattedMaximumPurchaseOrderAmount
Sets the unformattedMaximumPurchaseOrderAmount.- Parameters:
unformattedMaximumPurchaseOrderAmount
- the unformattedMaximumPurchaseOrderAmount to set
-
getMaximumPurchaseOrderAmount
Returns the maximumPurchaseOrderAmount.- Returns:
- the maximumPurchaseOrderAmount
-
setMaximumPurchaseOrderAmount
Sets the maximumPurchaseOrderAmount.- Parameters:
maximumPurchaseOrderAmount
- the maximumPurchaseOrderAmount to set
-
getUseItemPurchasingCategories
Returns the useItemPurchasingCategories.- Returns:
- the useItemPurchasingCategories
-
setUseItemPurchasingCategories
Sets the useItemPurchasingCategories.- Parameters:
useItemPurchasingCategories
- the useItemPurchasingCategories to set
-
getDefaultItemAliasType
Returns the defaultItemAliasType.- Returns:
- the defaultItemAliasType
-
setDefaultItemAliasType
Sets the defaultItemAliasType.- Parameters:
defaultItemAliasType
- the defaultItemAliasType to set
-
getApGlAccount
Returns the apGlAccount.- Returns:
- the apGlAccount
-
setApGlAccount
Sets the apGlAccount.- Parameters:
apGlAccount
- the apGlAccount to set
-
getHoldUntilComplete
Returns the holdUntilComplete.- Returns:
- the holdUntilComplete
-
setHoldUntilComplete
Sets the holdUntilComplete.- Parameters:
holdUntilComplete
- the holdUntilComplete to set
-
getAllowBackorders
Returns the allowBackorders.- Returns:
- the allowBackorders
-
setAllowBackorders
Sets the allowBackorders.- Parameters:
allowBackorders
- the allowBackorders to set
-
getAllowSubstitutions
Returns the allowSubstitutions.- Returns:
- the allowSubstitutions
-
setAllowSubstitutions
Sets the allowSubstitutions.- Parameters:
allowSubstitutions
- the allowSubstitutions to set
-
getAllowCombiningShipments
Returns the allowCombiningShipments.- Returns:
- the allowCombiningShipments
-
setAllowCombiningShipments
Sets the allowCombiningShipments.- Parameters:
allowCombiningShipments
- the allowCombiningShipments to set
-
getRequireReference
Returns the requireReference.- Returns:
- the requireReference
-
setRequireReference
Sets the requireReference.- Parameters:
requireReference
- the requireReference to set
-
getAllowReferenceDuplicates
Returns the allowReferenceDuplicates.- Returns:
- the allowReferenceDuplicates
-
setAllowReferenceDuplicates
Sets the allowReferenceDuplicates.- Parameters:
allowReferenceDuplicates
- the allowReferenceDuplicates to set
-
getReferenceValidationPattern
Returns the referenceValidationPattern.- Returns:
- the referenceValidationPattern
-
setReferenceValidationPattern
Sets the referenceValidationPattern.- Parameters:
referenceValidationPattern
- the referenceValidationPattern to set
-
getVendorStatus
Returns the vendorStatus.- Returns:
- the vendorStatus
-
setVendorStatus
Sets the vendorStatus.- Parameters:
vendorStatus
- the vendorStatus to set
-
getVendorItemsCount
Returns the vendorItemsCount.- Returns:
- the vendorItemsCount
-
setVendorItemsCount
Sets the vendorItemsCount.- Parameters:
vendorItemsCount
- the vendorItemsCount to set
-
getVendorItems
Returns the vendorItems.- Returns:
- the vendorItems
-
setVendorItems
Sets the vendorItems.- Parameters:
vendorItems
- the vendorItems to set
-