class ActiveNetsuite::WorkOrderCompletion

{urn:inventory_2013_2.transactions.webservices.netsuite.com}WorkOrderCompletion

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
customForm - ActiveNetsuite::RecordRef
tranId - SOAP::SOAPString
item - ActiveNetsuite::RecordRef
quantity - SOAP::SOAPDouble
scrapQuantity - SOAP::SOAPDouble
units - ActiveNetsuite::RecordRef
isBackflush - SOAP::SOAPBoolean
orderQuantity - SOAP::SOAPDouble
total - SOAP::SOAPDouble
createdFrom - ActiveNetsuite::RecordRef
inventoryDetail - ActiveNetsuite::InventoryDetail
tranDate - SOAP::SOAPDateTime
postingPeriod - ActiveNetsuite::RecordRef
memo - SOAP::SOAPString
subsidiary - ActiveNetsuite::RecordRef
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
revision - ActiveNetsuite::RecordRef
startOperation - ActiveNetsuite::RecordRef
endOperation - ActiveNetsuite::RecordRef
completedQuantity - SOAP::SOAPDouble
manufacturingRouting - ActiveNetsuite::RecordRef
componentList - ActiveNetsuite::WorkOrderCompletionComponentList
operationList - ActiveNetsuite::WorkOrderCompletionOperationList
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId

Attributes

completedQuantity[RW]
componentList[RW]
createdDate[RW]
createdFrom[RW]
customFieldList[RW]
customForm[RW]
department[RW]
endOperation[RW]
inventoryDetail[RW]
isBackflush[RW]
item[RW]
lastModifiedDate[RW]
location[RW]
manufacturingRouting[RW]
memo[RW]
nullFieldList[RW]
operationList[RW]
orderQuantity[RW]
postingPeriod[RW]
quantity[RW]
revision[RW]
scrapQuantity[RW]
startOperation[RW]
subsidiary[RW]
total[RW]
tranDate[RW]
tranId[RW]
units[RW]

Public Class Methods

new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranId = nil, item = nil, quantity = nil, scrapQuantity = nil, units = nil, isBackflush = nil, orderQuantity = nil, total = nil, createdFrom = nil, inventoryDetail = nil, tranDate = nil, postingPeriod = nil, memo = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, revision = nil, startOperation = nil, endOperation = nil, completedQuantity = nil, manufacturingRouting = nil, componentList = nil, operationList = nil, customFieldList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19542
def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranId = nil, item = nil, quantity = nil, scrapQuantity = nil, units = nil, isBackflush = nil, orderQuantity = nil, total = nil, createdFrom = nil, inventoryDetail = nil, tranDate = nil, postingPeriod = nil, memo = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, revision = nil, startOperation = nil, endOperation = nil, completedQuantity = nil, manufacturingRouting = nil, componentList = nil, operationList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @customForm = customForm
  @tranId = tranId
  @item = item
  @quantity = quantity
  @scrapQuantity = scrapQuantity
  @units = units
  @isBackflush = isBackflush
  @orderQuantity = orderQuantity
  @total = total
  @createdFrom = createdFrom
  @inventoryDetail = inventoryDetail
  @tranDate = tranDate
  @postingPeriod = postingPeriod
  @memo = memo
  @subsidiary = subsidiary
  @department = department
  @v_class = v_class
  @location = location
  @revision = revision
  @startOperation = startOperation
  @endOperation = endOperation
  @completedQuantity = completedQuantity
  @manufacturingRouting = manufacturingRouting
  @componentList = componentList
  @operationList = operationList
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19522
def __xmlattr
  @__xmlattr ||= {}
end
m_class() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19514
def m_class
  @v_class
end
m_class=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19518
def m_class=(value)
  @v_class = value
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19534
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19538
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19526
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19530
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end