Class: ActiveNetsuite::InventoryNumberSearchRowBasic

Inherits:
SearchRowBasic 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.comInventoryNumberSearchRowBasic

expirationDate - ActiveNetsuite::SearchColumnDateField
externalId - ActiveNetsuite::SearchColumnStringField
internalId - ActiveNetsuite::SearchColumnSelectField
inventoryNumber - ActiveNetsuite::SearchColumnStringField
isonhand - ActiveNetsuite::SearchColumnBooleanField
item - ActiveNetsuite::SearchColumnSelectField
location - ActiveNetsuite::SearchColumnSelectField
memo - ActiveNetsuite::SearchColumnStringField
quantityavailable - ActiveNetsuite::SearchColumnDoubleField
quantityintransit - ActiveNetsuite::SearchColumnDoubleField
quantityonhand - ActiveNetsuite::SearchColumnDoubleField
quantityonorder - ActiveNetsuite::SearchColumnDoubleField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(expirationDate = [], externalId = [], internalId = [], inventoryNumber = [], isonhand = [], item = [], location = [], memo = [], quantityavailable = [], quantityintransit = [], quantityonhand = [], quantityonorder = [], customFieldList = nil) ⇒ InventoryNumberSearchRowBasic

Returns a new instance of InventoryNumberSearchRowBasic.



43304
43305
43306
43307
43308
43309
43310
43311
43312
43313
43314
43315
43316
43317
43318
# File 'lib/activenetsuite/soap/default.rb', line 43304

def initialize(expirationDate = [], externalId = [], internalId = [], inventoryNumber = [], isonhand = [], item = [], location = [], memo = [], quantityavailable = [], quantityintransit = [], quantityonhand = [], quantityonorder = [], customFieldList = nil)
  @expirationDate = expirationDate
  @externalId = externalId
  @internalId = internalId
  @inventoryNumber = inventoryNumber
  @isonhand = isonhand
  @item = item
  @location = location
  @memo = memo
  @quantityavailable = quantityavailable
  @quantityintransit = quantityintransit
  @quantityonhand = quantityonhand
  @quantityonorder = quantityonorder
  @customFieldList = customFieldList
end

Instance Attribute Details

#customFieldListObject

Returns the value of attribute customFieldList.



43302
43303
43304
# File 'lib/activenetsuite/soap/default.rb', line 43302

def customFieldList
  @customFieldList
end

#expirationDateObject

Returns the value of attribute expirationDate.



43290
43291
43292
# File 'lib/activenetsuite/soap/default.rb', line 43290

def expirationDate
  @expirationDate
end

#externalIdObject

Returns the value of attribute externalId.



43291
43292
43293
# File 'lib/activenetsuite/soap/default.rb', line 43291

def externalId
  @externalId
end

#internalIdObject

Returns the value of attribute internalId.



43292
43293
43294
# File 'lib/activenetsuite/soap/default.rb', line 43292

def internalId
  @internalId
end

#inventoryNumberObject

Returns the value of attribute inventoryNumber.



43293
43294
43295
# File 'lib/activenetsuite/soap/default.rb', line 43293

def inventoryNumber
  @inventoryNumber
end

#isonhandObject

Returns the value of attribute isonhand.



43294
43295
43296
# File 'lib/activenetsuite/soap/default.rb', line 43294

def isonhand
  @isonhand
end

#itemObject

Returns the value of attribute item.



43295
43296
43297
# File 'lib/activenetsuite/soap/default.rb', line 43295

def item
  @item
end

#locationObject

Returns the value of attribute location.



43296
43297
43298
# File 'lib/activenetsuite/soap/default.rb', line 43296

def location
  @location
end

#memoObject

Returns the value of attribute memo.



43297
43298
43299
# File 'lib/activenetsuite/soap/default.rb', line 43297

def memo
  @memo
end

#quantityavailableObject

Returns the value of attribute quantityavailable.



43298
43299
43300
# File 'lib/activenetsuite/soap/default.rb', line 43298

def quantityavailable
  @quantityavailable
end

#quantityintransitObject

Returns the value of attribute quantityintransit.



43299
43300
43301
# File 'lib/activenetsuite/soap/default.rb', line 43299

def quantityintransit
  @quantityintransit
end

#quantityonhandObject

Returns the value of attribute quantityonhand.



43300
43301
43302
# File 'lib/activenetsuite/soap/default.rb', line 43300

def quantityonhand
  @quantityonhand
end

#quantityonorderObject

Returns the value of attribute quantityonorder.



43301
43302
43303
# File 'lib/activenetsuite/soap/default.rb', line 43301

def quantityonorder
  @quantityonorder
end