Class: ActiveNetsuite::ItemSupplyPlanSearchBasic

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

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comItemSupplyPlanSearchBasic

externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
item - ActiveNetsuite::SearchMultiSelectField
lastModifiedDate - ActiveNetsuite::SearchDateField
location - ActiveNetsuite::SearchMultiSelectField
memo - ActiveNetsuite::SearchStringField
orderCreated - ActiveNetsuite::SearchBooleanField
orderDate - ActiveNetsuite::SearchDateField
orderType - ActiveNetsuite::SearchMultiSelectField
quantity - ActiveNetsuite::SearchDoubleField
receiptDate - ActiveNetsuite::SearchDateField
subsidiary - ActiveNetsuite::SearchMultiSelectField
units - ActiveNetsuite::SearchMultiSelectField
customFieldList - ActiveNetsuite::SearchCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

#initialize(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, item = nil, lastModifiedDate = nil, location = nil, memo = nil, orderCreated = nil, orderDate = nil, orderType = nil, quantity = nil, receiptDate = nil, subsidiary = nil, units = nil, customFieldList = nil) ⇒ ItemSupplyPlanSearchBasic

Returns a new instance of ItemSupplyPlanSearchBasic.



30844
30845
30846
30847
30848
30849
30850
30851
30852
30853
30854
30855
30856
30857
30858
30859
30860
30861
# File 'lib/activenetsuite/soap/default.rb', line 30844

def initialize(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, item = nil, lastModifiedDate = nil, location = nil, memo = nil, orderCreated = nil, orderDate = nil, orderType = nil, quantity = nil, receiptDate = nil, subsidiary = nil, units = nil, customFieldList = nil)
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @item = item
  @lastModifiedDate = lastModifiedDate
  @location = location
  @memo = memo
  @orderCreated = orderCreated
  @orderDate = orderDate
  @orderType = orderType
  @quantity = quantity
  @receiptDate = receiptDate
  @subsidiary = subsidiary
  @units = units
  @customFieldList = customFieldList
end

Instance Attribute Details

#customFieldListObject

Returns the value of attribute customFieldList.



30842
30843
30844
# File 'lib/activenetsuite/soap/default.rb', line 30842

def customFieldList
  @customFieldList
end

#externalIdObject

Returns the value of attribute externalId.



30827
30828
30829
# File 'lib/activenetsuite/soap/default.rb', line 30827

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



30828
30829
30830
# File 'lib/activenetsuite/soap/default.rb', line 30828

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



30829
30830
30831
# File 'lib/activenetsuite/soap/default.rb', line 30829

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



30830
30831
30832
# File 'lib/activenetsuite/soap/default.rb', line 30830

def internalIdNumber
  @internalIdNumber
end

#itemObject

Returns the value of attribute item.



30831
30832
30833
# File 'lib/activenetsuite/soap/default.rb', line 30831

def item
  @item
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



30832
30833
30834
# File 'lib/activenetsuite/soap/default.rb', line 30832

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



30833
30834
30835
# File 'lib/activenetsuite/soap/default.rb', line 30833

def location
  @location
end

#memoObject

Returns the value of attribute memo.



30834
30835
30836
# File 'lib/activenetsuite/soap/default.rb', line 30834

def memo
  @memo
end

#orderCreatedObject

Returns the value of attribute orderCreated.



30835
30836
30837
# File 'lib/activenetsuite/soap/default.rb', line 30835

def orderCreated
  @orderCreated
end

#orderDateObject

Returns the value of attribute orderDate.



30836
30837
30838
# File 'lib/activenetsuite/soap/default.rb', line 30836

def orderDate
  @orderDate
end

#orderTypeObject

Returns the value of attribute orderType.



30837
30838
30839
# File 'lib/activenetsuite/soap/default.rb', line 30837

def orderType
  @orderType
end

#quantityObject

Returns the value of attribute quantity.



30838
30839
30840
# File 'lib/activenetsuite/soap/default.rb', line 30838

def quantity
  @quantity
end

#receiptDateObject

Returns the value of attribute receiptDate.



30839
30840
30841
# File 'lib/activenetsuite/soap/default.rb', line 30839

def receiptDate
  @receiptDate
end

#subsidiaryObject

Returns the value of attribute subsidiary.



30840
30841
30842
# File 'lib/activenetsuite/soap/default.rb', line 30840

def subsidiary
  @subsidiary
end

#unitsObject

Returns the value of attribute units.



30841
30842
30843
# File 'lib/activenetsuite/soap/default.rb', line 30841

def units
  @units
end