Class: ActiveNetsuite::ItemDemandPlanSearchRowBasic

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.comItemDemandPlanSearchRowBasic

alternateSourceItem - ActiveNetsuite::SearchColumnSelectField
analysisDuration - ActiveNetsuite::SearchColumnLongField
demandDate - ActiveNetsuite::SearchColumnDateField
externalId - ActiveNetsuite::SearchColumnSelectField
internalId - ActiveNetsuite::SearchColumnSelectField
item - ActiveNetsuite::SearchColumnSelectField
lastModifiedDate - ActiveNetsuite::SearchColumnDateField
location - ActiveNetsuite::SearchColumnSelectField
memo - ActiveNetsuite::SearchColumnStringField
projectionDuration - ActiveNetsuite::SearchColumnLongField
projectionInterval - ActiveNetsuite::SearchColumnStringField
projectionMethod - ActiveNetsuite::SearchColumnStringField
projectionStartDate - ActiveNetsuite::SearchColumnDateField
quantity - ActiveNetsuite::SearchColumnDoubleField
quantityUom - ActiveNetsuite::SearchColumnDoubleField
subsidiary - ActiveNetsuite::SearchColumnSelectField
units - ActiveNetsuite::SearchColumnSelectField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(alternateSourceItem = [], analysisDuration = [], demandDate = [], externalId = [], internalId = [], item = [], lastModifiedDate = [], location = [], memo = [], projectionDuration = [], projectionInterval = [], projectionMethod = [], projectionStartDate = [], quantity = [], quantityUom = [], subsidiary = [], units = [], customFieldList = nil) ⇒ ItemDemandPlanSearchRowBasic

Returns a new instance of ItemDemandPlanSearchRowBasic.



43514
43515
43516
43517
43518
43519
43520
43521
43522
43523
43524
43525
43526
43527
43528
43529
43530
43531
43532
43533
# File 'lib/activenetsuite/soap/default.rb', line 43514

def initialize(alternateSourceItem = [], analysisDuration = [], demandDate = [], externalId = [], internalId = [], item = [], lastModifiedDate = [], location = [], memo = [], projectionDuration = [], projectionInterval = [], projectionMethod = [], projectionStartDate = [], quantity = [], quantityUom = [], subsidiary = [], units = [], customFieldList = nil)
  @alternateSourceItem = alternateSourceItem
  @analysisDuration = analysisDuration
  @demandDate = demandDate
  @externalId = externalId
  @internalId = internalId
  @item = item
  @lastModifiedDate = lastModifiedDate
  @location = location
  @memo = memo
  @projectionDuration = projectionDuration
  @projectionInterval = projectionInterval
  @projectionMethod = projectionMethod
  @projectionStartDate = projectionStartDate
  @quantity = quantity
  @quantityUom = quantityUom
  @subsidiary = subsidiary
  @units = units
  @customFieldList = customFieldList
end

Instance Attribute Details

#alternateSourceItemObject

Returns the value of attribute alternateSourceItem.



43495
43496
43497
# File 'lib/activenetsuite/soap/default.rb', line 43495

def alternateSourceItem
  @alternateSourceItem
end

#analysisDurationObject

Returns the value of attribute analysisDuration.



43496
43497
43498
# File 'lib/activenetsuite/soap/default.rb', line 43496

def analysisDuration
  @analysisDuration
end

#customFieldListObject

Returns the value of attribute customFieldList.



43512
43513
43514
# File 'lib/activenetsuite/soap/default.rb', line 43512

def customFieldList
  @customFieldList
end

#demandDateObject

Returns the value of attribute demandDate.



43497
43498
43499
# File 'lib/activenetsuite/soap/default.rb', line 43497

def demandDate
  @demandDate
end

#externalIdObject

Returns the value of attribute externalId.



43498
43499
43500
# File 'lib/activenetsuite/soap/default.rb', line 43498

def externalId
  @externalId
end

#internalIdObject

Returns the value of attribute internalId.



43499
43500
43501
# File 'lib/activenetsuite/soap/default.rb', line 43499

def internalId
  @internalId
end

#itemObject

Returns the value of attribute item.



43500
43501
43502
# File 'lib/activenetsuite/soap/default.rb', line 43500

def item
  @item
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



43501
43502
43503
# File 'lib/activenetsuite/soap/default.rb', line 43501

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



43502
43503
43504
# File 'lib/activenetsuite/soap/default.rb', line 43502

def location
  @location
end

#memoObject

Returns the value of attribute memo.



43503
43504
43505
# File 'lib/activenetsuite/soap/default.rb', line 43503

def memo
  @memo
end

#projectionDurationObject

Returns the value of attribute projectionDuration.



43504
43505
43506
# File 'lib/activenetsuite/soap/default.rb', line 43504

def projectionDuration
  @projectionDuration
end

#projectionIntervalObject

Returns the value of attribute projectionInterval.



43505
43506
43507
# File 'lib/activenetsuite/soap/default.rb', line 43505

def projectionInterval
  @projectionInterval
end

#projectionMethodObject

Returns the value of attribute projectionMethod.



43506
43507
43508
# File 'lib/activenetsuite/soap/default.rb', line 43506

def projectionMethod
  @projectionMethod
end

#projectionStartDateObject

Returns the value of attribute projectionStartDate.



43507
43508
43509
# File 'lib/activenetsuite/soap/default.rb', line 43507

def projectionStartDate
  @projectionStartDate
end

#quantityObject

Returns the value of attribute quantity.



43508
43509
43510
# File 'lib/activenetsuite/soap/default.rb', line 43508

def quantity
  @quantity
end

#quantityUomObject

Returns the value of attribute quantityUom.



43509
43510
43511
# File 'lib/activenetsuite/soap/default.rb', line 43509

def quantityUom
  @quantityUom
end

#subsidiaryObject

Returns the value of attribute subsidiary.



43510
43511
43512
# File 'lib/activenetsuite/soap/default.rb', line 43510

def subsidiary
  @subsidiary
end

#unitsObject

Returns the value of attribute units.



43511
43512
43513
# File 'lib/activenetsuite/soap/default.rb', line 43511

def units
  @units
end