Class: ActiveNetsuite::ItemDemandPlanSearch

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

Overview

urn:demandplanning_2013_2urn:demandplanning_2013_2.transactionsurn:demandplanning_2013_2.transactions.webservicesurn:demandplanning_2013_2.transactions.webservices.netsuiteurn:demandplanning_2013_2.transactions.webservices.netsuite.comItemDemandPlanSearch

basic - ActiveNetsuite::ItemDemandPlanSearchBasic
itemJoin - ActiveNetsuite::ItemSearchBasic
lastAlternateSourceItemJoin - ActiveNetsuite::ItemSearchBasic
locationJoin - ActiveNetsuite::LocationSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
customSearchJoin - ActiveNetsuite::CustomSearchJoin

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

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

Constructor Details

#initialize(basic = nil, itemJoin = nil, lastAlternateSourceItemJoin = nil, locationJoin = nil, userJoin = nil, customSearchJoin = []) ⇒ ItemDemandPlanSearch

Returns a new instance of ItemDemandPlanSearch.



35874
35875
35876
35877
35878
35879
35880
35881
# File 'lib/activenetsuite/soap/default.rb', line 35874

def initialize(basic = nil, itemJoin = nil, lastAlternateSourceItemJoin = nil, locationJoin = nil, userJoin = nil, customSearchJoin = [])
  @basic = basic
  @itemJoin = itemJoin
  @lastAlternateSourceItemJoin = lastAlternateSourceItemJoin
  @locationJoin = locationJoin
  @userJoin = userJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



35867
35868
35869
# File 'lib/activenetsuite/soap/default.rb', line 35867

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



35872
35873
35874
# File 'lib/activenetsuite/soap/default.rb', line 35872

def customSearchJoin
  @customSearchJoin
end

#itemJoinObject

Returns the value of attribute itemJoin.



35868
35869
35870
# File 'lib/activenetsuite/soap/default.rb', line 35868

def itemJoin
  @itemJoin
end

#lastAlternateSourceItemJoinObject

Returns the value of attribute lastAlternateSourceItemJoin.



35869
35870
35871
# File 'lib/activenetsuite/soap/default.rb', line 35869

def lastAlternateSourceItemJoin
  @lastAlternateSourceItemJoin
end

#locationJoinObject

Returns the value of attribute locationJoin.



35870
35871
35872
# File 'lib/activenetsuite/soap/default.rb', line 35870

def locationJoin
  @locationJoin
end

#userJoinObject

Returns the value of attribute userJoin.



35871
35872
35873
# File 'lib/activenetsuite/soap/default.rb', line 35871

def userJoin
  @userJoin
end