Class: ActiveNetsuite::LotNumberedInventoryItemLocations

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comLotNumberedInventoryItemLocations

location - SOAP::SOAPString
quantityOnHand - SOAP::SOAPDouble
onHandValueMli - SOAP::SOAPDouble
serialNumbers - SOAP::SOAPString
expirationDate - SOAP::SOAPDateTime
averageCostMli - SOAP::SOAPDouble
lastPurchasePriceMli - SOAP::SOAPDouble
reorderPoint - SOAP::SOAPDouble
preferredStockLevel - SOAP::SOAPDouble
leadTime - SOAP::SOAPLong
defaultReturnCost - SOAP::SOAPDouble
safetyStockLevel - SOAP::SOAPDouble
cost - SOAP::SOAPDouble
inventoryCostTemplate - ActiveNetsuite::RecordRef
buildTime - SOAP::SOAPDouble
lastInvtCountDate - SOAP::SOAPDateTime
nextInvtCountDate - SOAP::SOAPDateTime
isWip - SOAP::SOAPBoolean
invtCountInterval - SOAP::SOAPLong
invtClassification - ActiveNetsuite::ItemInvtClassification
costingLotSize - SOAP::SOAPDouble
quantityOnOrder - SOAP::SOAPDouble
quantityCommitted - SOAP::SOAPDouble
quantityAvailable - SOAP::SOAPDouble
quantityBackOrdered - SOAP::SOAPDouble
locationId - ActiveNetsuite::RecordRef
locationlookup - ActiveNetsuite::RecordRef
location_display - SOAP::SOAPString
supplyReplenishmentMethod - ActiveNetsuite::RecordRef
alternateDemandSourceItem - ActiveNetsuite::RecordRef
fixedLotSize - SOAP::SOAPDouble
periodicLotSizeType - ActiveNetsuite::PeriodicLotSizeType
periodicLotSizeDays - SOAP::SOAPLong
supplyType - ActiveNetsuite::RecordRef
supplyLotSizingMethod - ActiveNetsuite::RecordRef
demandSource - ActiveNetsuite::RecordRef
backwardConsumptionDays - SOAP::SOAPLong
forwardConsumptionDays - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(location = nil, quantityOnHand = nil, onHandValueMli = nil, serialNumbers = nil, expirationDate = nil, averageCostMli = nil, lastPurchasePriceMli = nil, reorderPoint = nil, preferredStockLevel = nil, leadTime = nil, defaultReturnCost = nil, safetyStockLevel = nil, cost = nil, inventoryCostTemplate = nil, buildTime = nil, lastInvtCountDate = nil, nextInvtCountDate = nil, isWip = nil, invtCountInterval = nil, invtClassification = nil, costingLotSize = nil, quantityOnOrder = nil, quantityCommitted = nil, quantityAvailable = nil, quantityBackOrdered = nil, locationId = nil, locationlookup = nil, location_display = nil, supplyReplenishmentMethod = nil, alternateDemandSourceItem = nil, fixedLotSize = nil, periodicLotSizeType = nil, periodicLotSizeDays = nil, supplyType = nil, supplyLotSizingMethod = nil, demandSource = nil, backwardConsumptionDays = nil, forwardConsumptionDays = nil) ⇒ LotNumberedInventoryItemLocations

Returns a new instance of LotNumberedInventoryItemLocations.



52990
52991
52992
52993
52994
52995
52996
52997
52998
52999
53000
53001
53002
53003
53004
53005
53006
53007
53008
53009
53010
53011
53012
53013
53014
53015
53016
53017
53018
53019
53020
53021
53022
53023
53024
53025
53026
53027
53028
53029
# File 'lib/activenetsuite/soap/default.rb', line 52990

def initialize(location = nil, quantityOnHand = nil, onHandValueMli = nil, serialNumbers = nil, expirationDate = nil, averageCostMli = nil, lastPurchasePriceMli = nil, reorderPoint = nil, preferredStockLevel = nil, leadTime = nil, defaultReturnCost = nil, safetyStockLevel = nil, cost = nil, inventoryCostTemplate = nil, buildTime = nil, lastInvtCountDate = nil, nextInvtCountDate = nil, isWip = nil, invtCountInterval = nil, invtClassification = nil, costingLotSize = nil, quantityOnOrder = nil, quantityCommitted = nil, quantityAvailable = nil, quantityBackOrdered = nil, locationId = nil, locationlookup = nil, location_display = nil, supplyReplenishmentMethod = nil, alternateDemandSourceItem = nil, fixedLotSize = nil, periodicLotSizeType = nil, periodicLotSizeDays = nil, supplyType = nil, supplyLotSizingMethod = nil, demandSource = nil, backwardConsumptionDays = nil, forwardConsumptionDays = nil)
  @location = location
  @quantityOnHand = quantityOnHand
  @onHandValueMli = onHandValueMli
  @serialNumbers = serialNumbers
  @expirationDate = expirationDate
  @averageCostMli = averageCostMli
  @lastPurchasePriceMli = lastPurchasePriceMli
  @reorderPoint = reorderPoint
  @preferredStockLevel = preferredStockLevel
  @leadTime = leadTime
  @defaultReturnCost = defaultReturnCost
  @safetyStockLevel = safetyStockLevel
  @cost = cost
  @inventoryCostTemplate = inventoryCostTemplate
  @buildTime = buildTime
  @lastInvtCountDate = lastInvtCountDate
  @nextInvtCountDate = nextInvtCountDate
  @isWip = isWip
  @invtCountInterval = invtCountInterval
  @invtClassification = invtClassification
  @costingLotSize = costingLotSize
  @quantityOnOrder = quantityOnOrder
  @quantityCommitted = quantityCommitted
  @quantityAvailable = quantityAvailable
  @quantityBackOrdered = quantityBackOrdered
  @locationId = locationId
  @locationlookup = locationlookup
  @location_display = location_display
  @supplyReplenishmentMethod = supplyReplenishmentMethod
  @alternateDemandSourceItem = alternateDemandSourceItem
  @fixedLotSize = fixedLotSize
  @periodicLotSizeType = periodicLotSizeType
  @periodicLotSizeDays = periodicLotSizeDays
  @supplyType = supplyType
  @supplyLotSizingMethod = supplyLotSizingMethod
  @demandSource = demandSource
  @backwardConsumptionDays = backwardConsumptionDays
  @forwardConsumptionDays = forwardConsumptionDays
end

Instance Attribute Details

#alternateDemandSourceItemObject

Returns the value of attribute alternateDemandSourceItem.



52980
52981
52982
# File 'lib/activenetsuite/soap/default.rb', line 52980

def alternateDemandSourceItem
  @alternateDemandSourceItem
end

#averageCostMliObject

Returns the value of attribute averageCostMli.



52956
52957
52958
# File 'lib/activenetsuite/soap/default.rb', line 52956

def averageCostMli
  @averageCostMli
end

#backwardConsumptionDaysObject

Returns the value of attribute backwardConsumptionDays.



52987
52988
52989
# File 'lib/activenetsuite/soap/default.rb', line 52987

def backwardConsumptionDays
  @backwardConsumptionDays
end

#buildTimeObject

Returns the value of attribute buildTime.



52965
52966
52967
# File 'lib/activenetsuite/soap/default.rb', line 52965

def buildTime
  @buildTime
end

#costObject

Returns the value of attribute cost.



52963
52964
52965
# File 'lib/activenetsuite/soap/default.rb', line 52963

def cost
  @cost
end

#costingLotSizeObject

Returns the value of attribute costingLotSize.



52971
52972
52973
# File 'lib/activenetsuite/soap/default.rb', line 52971

def costingLotSize
  @costingLotSize
end

#defaultReturnCostObject

Returns the value of attribute defaultReturnCost.



52961
52962
52963
# File 'lib/activenetsuite/soap/default.rb', line 52961

def defaultReturnCost
  @defaultReturnCost
end

#demandSourceObject

Returns the value of attribute demandSource.



52986
52987
52988
# File 'lib/activenetsuite/soap/default.rb', line 52986

def demandSource
  @demandSource
end

#expirationDateObject

Returns the value of attribute expirationDate.



52955
52956
52957
# File 'lib/activenetsuite/soap/default.rb', line 52955

def expirationDate
  @expirationDate
end

#fixedLotSizeObject

Returns the value of attribute fixedLotSize.



52981
52982
52983
# File 'lib/activenetsuite/soap/default.rb', line 52981

def fixedLotSize
  @fixedLotSize
end

#forwardConsumptionDaysObject

Returns the value of attribute forwardConsumptionDays.



52988
52989
52990
# File 'lib/activenetsuite/soap/default.rb', line 52988

def forwardConsumptionDays
  @forwardConsumptionDays
end

#inventoryCostTemplateObject

Returns the value of attribute inventoryCostTemplate.



52964
52965
52966
# File 'lib/activenetsuite/soap/default.rb', line 52964

def inventoryCostTemplate
  @inventoryCostTemplate
end

#invtClassificationObject

Returns the value of attribute invtClassification.



52970
52971
52972
# File 'lib/activenetsuite/soap/default.rb', line 52970

def invtClassification
  @invtClassification
end

#invtCountIntervalObject

Returns the value of attribute invtCountInterval.



52969
52970
52971
# File 'lib/activenetsuite/soap/default.rb', line 52969

def invtCountInterval
  @invtCountInterval
end

#isWipObject

Returns the value of attribute isWip.



52968
52969
52970
# File 'lib/activenetsuite/soap/default.rb', line 52968

def isWip
  @isWip
end

#lastInvtCountDateObject

Returns the value of attribute lastInvtCountDate.



52966
52967
52968
# File 'lib/activenetsuite/soap/default.rb', line 52966

def lastInvtCountDate
  @lastInvtCountDate
end

#lastPurchasePriceMliObject

Returns the value of attribute lastPurchasePriceMli.



52957
52958
52959
# File 'lib/activenetsuite/soap/default.rb', line 52957

def lastPurchasePriceMli
  @lastPurchasePriceMli
end

#leadTimeObject

Returns the value of attribute leadTime.



52960
52961
52962
# File 'lib/activenetsuite/soap/default.rb', line 52960

def leadTime
  @leadTime
end

#locationObject

Returns the value of attribute location.



52951
52952
52953
# File 'lib/activenetsuite/soap/default.rb', line 52951

def location
  @location
end

#location_displayObject

Returns the value of attribute location_display.



52978
52979
52980
# File 'lib/activenetsuite/soap/default.rb', line 52978

def location_display
  @location_display
end

#locationIdObject

Returns the value of attribute locationId.



52976
52977
52978
# File 'lib/activenetsuite/soap/default.rb', line 52976

def locationId
  @locationId
end

#locationlookupObject

Returns the value of attribute locationlookup.



52977
52978
52979
# File 'lib/activenetsuite/soap/default.rb', line 52977

def locationlookup
  @locationlookup
end

#nextInvtCountDateObject

Returns the value of attribute nextInvtCountDate.



52967
52968
52969
# File 'lib/activenetsuite/soap/default.rb', line 52967

def nextInvtCountDate
  @nextInvtCountDate
end

#onHandValueMliObject

Returns the value of attribute onHandValueMli.



52953
52954
52955
# File 'lib/activenetsuite/soap/default.rb', line 52953

def onHandValueMli
  @onHandValueMli
end

#periodicLotSizeDaysObject

Returns the value of attribute periodicLotSizeDays.



52983
52984
52985
# File 'lib/activenetsuite/soap/default.rb', line 52983

def periodicLotSizeDays
  @periodicLotSizeDays
end

#periodicLotSizeTypeObject

Returns the value of attribute periodicLotSizeType.



52982
52983
52984
# File 'lib/activenetsuite/soap/default.rb', line 52982

def periodicLotSizeType
  @periodicLotSizeType
end

#preferredStockLevelObject

Returns the value of attribute preferredStockLevel.



52959
52960
52961
# File 'lib/activenetsuite/soap/default.rb', line 52959

def preferredStockLevel
  @preferredStockLevel
end

#quantityAvailableObject

Returns the value of attribute quantityAvailable.



52974
52975
52976
# File 'lib/activenetsuite/soap/default.rb', line 52974

def quantityAvailable
  @quantityAvailable
end

#quantityBackOrderedObject

Returns the value of attribute quantityBackOrdered.



52975
52976
52977
# File 'lib/activenetsuite/soap/default.rb', line 52975

def quantityBackOrdered
  @quantityBackOrdered
end

#quantityCommittedObject

Returns the value of attribute quantityCommitted.



52973
52974
52975
# File 'lib/activenetsuite/soap/default.rb', line 52973

def quantityCommitted
  @quantityCommitted
end

#quantityOnHandObject

Returns the value of attribute quantityOnHand.



52952
52953
52954
# File 'lib/activenetsuite/soap/default.rb', line 52952

def quantityOnHand
  @quantityOnHand
end

#quantityOnOrderObject

Returns the value of attribute quantityOnOrder.



52972
52973
52974
# File 'lib/activenetsuite/soap/default.rb', line 52972

def quantityOnOrder
  @quantityOnOrder
end

#reorderPointObject

Returns the value of attribute reorderPoint.



52958
52959
52960
# File 'lib/activenetsuite/soap/default.rb', line 52958

def reorderPoint
  @reorderPoint
end

#safetyStockLevelObject

Returns the value of attribute safetyStockLevel.



52962
52963
52964
# File 'lib/activenetsuite/soap/default.rb', line 52962

def safetyStockLevel
  @safetyStockLevel
end

#serialNumbersObject

Returns the value of attribute serialNumbers.



52954
52955
52956
# File 'lib/activenetsuite/soap/default.rb', line 52954

def serialNumbers
  @serialNumbers
end

#supplyLotSizingMethodObject

Returns the value of attribute supplyLotSizingMethod.



52985
52986
52987
# File 'lib/activenetsuite/soap/default.rb', line 52985

def supplyLotSizingMethod
  @supplyLotSizingMethod
end

#supplyReplenishmentMethodObject

Returns the value of attribute supplyReplenishmentMethod.



52979
52980
52981
# File 'lib/activenetsuite/soap/default.rb', line 52979

def supplyReplenishmentMethod
  @supplyReplenishmentMethod
end

#supplyTypeObject

Returns the value of attribute supplyType.



52984
52985
52986
# File 'lib/activenetsuite/soap/default.rb', line 52984

def supplyType
  @supplyType
end