Class: ActiveNetsuite::WorkOrderCompletion

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

Overview

urn:inventory_2013_2urn:inventory_2013_2.transactionsurn:inventory_2013_2.transactions.webservicesurn:inventory_2013_2.transactions.webservices.netsuiteurn:inventory_2013_2.transactions.webservices.netsuite.comWorkOrderCompletion

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

Constant Summary collapse

AttrExternalId =
XSD::QName.new(nil, "externalId")
AttrInternalId =
XSD::QName.new(nil, "internalId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Record

#activate, active, #active=, #active?, #add, all, basic_search_class, #client, client, client=, delete, #delete, deleted, find, find_by, find_by_external_id, find_by_id, find_by_internal_id, #getters, #inactivate, inactive, #inactive=, #load, #loaded?, raise_not_found_error, ref, #ref, search_next, #setters, #to_s, type, #update, update, where

Methods included from MethodInflector

included, #method_missing

Constructor Details

#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) ⇒ WorkOrderCompletion

Returns a new instance of WorkOrderCompletion.



19542
19543
19544
19545
19546
19547
19548
19549
19550
19551
19552
19553
19554
19555
19556
19557
19558
19559
19560
19561
19562
19563
19564
19565
19566
19567
19568
19569
19570
19571
19572
19573
# 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

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Attribute Details

#completedQuantityObject

Returns the value of attribute completedQuantity.



19508
19509
19510
# File 'lib/activenetsuite/soap/default.rb', line 19508

def completedQuantity
  @completedQuantity
end

#componentListObject

Returns the value of attribute componentList.



19510
19511
19512
# File 'lib/activenetsuite/soap/default.rb', line 19510

def componentList
  @componentList
end

#createdDateObject

Returns the value of attribute createdDate.



19486
19487
19488
# File 'lib/activenetsuite/soap/default.rb', line 19486

def createdDate
  @createdDate
end

#createdFromObject

Returns the value of attribute createdFrom.



19497
19498
19499
# File 'lib/activenetsuite/soap/default.rb', line 19497

def createdFrom
  @createdFrom
end

#customFieldListObject

Returns the value of attribute customFieldList.



19512
19513
19514
# File 'lib/activenetsuite/soap/default.rb', line 19512

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



19488
19489
19490
# File 'lib/activenetsuite/soap/default.rb', line 19488

def customForm
  @customForm
end

#departmentObject

Returns the value of attribute department.



19503
19504
19505
# File 'lib/activenetsuite/soap/default.rb', line 19503

def department
  @department
end

#endOperationObject

Returns the value of attribute endOperation.



19507
19508
19509
# File 'lib/activenetsuite/soap/default.rb', line 19507

def endOperation
  @endOperation
end

#inventoryDetailObject

Returns the value of attribute inventoryDetail.



19498
19499
19500
# File 'lib/activenetsuite/soap/default.rb', line 19498

def inventoryDetail
  @inventoryDetail
end

#isBackflushObject

Returns the value of attribute isBackflush.



19494
19495
19496
# File 'lib/activenetsuite/soap/default.rb', line 19494

def isBackflush
  @isBackflush
end

#itemObject

Returns the value of attribute item.



19490
19491
19492
# File 'lib/activenetsuite/soap/default.rb', line 19490

def item
  @item
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



19487
19488
19489
# File 'lib/activenetsuite/soap/default.rb', line 19487

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



19504
19505
19506
# File 'lib/activenetsuite/soap/default.rb', line 19504

def location
  @location
end

#manufacturingRoutingObject

Returns the value of attribute manufacturingRouting.



19509
19510
19511
# File 'lib/activenetsuite/soap/default.rb', line 19509

def manufacturingRouting
  @manufacturingRouting
end

#memoObject

Returns the value of attribute memo.



19501
19502
19503
# File 'lib/activenetsuite/soap/default.rb', line 19501

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



19485
19486
19487
# File 'lib/activenetsuite/soap/default.rb', line 19485

def nullFieldList
  @nullFieldList
end

#operationListObject

Returns the value of attribute operationList.



19511
19512
19513
# File 'lib/activenetsuite/soap/default.rb', line 19511

def operationList
  @operationList
end

#orderQuantityObject

Returns the value of attribute orderQuantity.



19495
19496
19497
# File 'lib/activenetsuite/soap/default.rb', line 19495

def orderQuantity
  @orderQuantity
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



19500
19501
19502
# File 'lib/activenetsuite/soap/default.rb', line 19500

def postingPeriod
  @postingPeriod
end

#quantityObject

Returns the value of attribute quantity.



19491
19492
19493
# File 'lib/activenetsuite/soap/default.rb', line 19491

def quantity
  @quantity
end

#revisionObject

Returns the value of attribute revision.



19505
19506
19507
# File 'lib/activenetsuite/soap/default.rb', line 19505

def revision
  @revision
end

#scrapQuantityObject

Returns the value of attribute scrapQuantity.



19492
19493
19494
# File 'lib/activenetsuite/soap/default.rb', line 19492

def scrapQuantity
  @scrapQuantity
end

#startOperationObject

Returns the value of attribute startOperation.



19506
19507
19508
# File 'lib/activenetsuite/soap/default.rb', line 19506

def startOperation
  @startOperation
end

#subsidiaryObject

Returns the value of attribute subsidiary.



19502
19503
19504
# File 'lib/activenetsuite/soap/default.rb', line 19502

def subsidiary
  @subsidiary
end

#totalObject

Returns the value of attribute total.



19496
19497
19498
# File 'lib/activenetsuite/soap/default.rb', line 19496

def total
  @total
end

#tranDateObject

Returns the value of attribute tranDate.



19499
19500
19501
# File 'lib/activenetsuite/soap/default.rb', line 19499

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



19489
19490
19491
# File 'lib/activenetsuite/soap/default.rb', line 19489

def tranId
  @tranId
end

#unitsObject

Returns the value of attribute units.



19493
19494
19495
# File 'lib/activenetsuite/soap/default.rb', line 19493

def units
  @units
end

Instance Method Details

#__xmlattrObject



19522
19523
19524
# File 'lib/activenetsuite/soap/default.rb', line 19522

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



19514
19515
19516
# File 'lib/activenetsuite/soap/default.rb', line 19514

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



19518
19519
19520
# File 'lib/activenetsuite/soap/default.rb', line 19518

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



19534
19535
19536
# File 'lib/activenetsuite/soap/default.rb', line 19534

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



19538
19539
19540
# File 'lib/activenetsuite/soap/default.rb', line 19538

def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end

#xmlattr_internalIdObject



19526
19527
19528
# File 'lib/activenetsuite/soap/default.rb', line 19526

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



19530
19531
19532
# File 'lib/activenetsuite/soap/default.rb', line 19530

def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end