Class: ActiveNetsuite::ItemSupplyPlan

Inherits:
Record
  • Object
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.comItemSupplyPlan

nullFieldList - ActiveNetsuite::NullField
customForm - ActiveNetsuite::RecordRef
subsidiary - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
item - ActiveNetsuite::RecordRef
units - ActiveNetsuite::RecordRef
memo - SOAP::SOAPString
orderList - ActiveNetsuite::ItemSupplyPlanOrderList
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, customForm = nil, subsidiary = nil, location = nil, item = nil, units = nil, memo = nil, orderList = nil, customFieldList = nil) ⇒ ItemSupplyPlan

Returns a new instance of ItemSupplyPlan.



23692
23693
23694
23695
23696
23697
23698
23699
23700
23701
23702
23703
# File 'lib/activenetsuite/soap/default.rb', line 23692

def initialize(nullFieldList = nil, customForm = nil, subsidiary = nil, location = nil, item = nil, units = nil, memo = nil, orderList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @customForm = customForm
  @subsidiary = subsidiary
  @location = location
  @item = item
  @units = units
  @memo = memo
  @orderList = orderList
  @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

#customFieldListObject

Returns the value of attribute customFieldList.



23670
23671
23672
# File 'lib/activenetsuite/soap/default.rb', line 23670

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



23663
23664
23665
# File 'lib/activenetsuite/soap/default.rb', line 23663

def customForm
  @customForm
end

#itemObject

Returns the value of attribute item.



23666
23667
23668
# File 'lib/activenetsuite/soap/default.rb', line 23666

def item
  @item
end

#locationObject

Returns the value of attribute location.



23665
23666
23667
# File 'lib/activenetsuite/soap/default.rb', line 23665

def location
  @location
end

#memoObject

Returns the value of attribute memo.



23668
23669
23670
# File 'lib/activenetsuite/soap/default.rb', line 23668

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



23662
23663
23664
# File 'lib/activenetsuite/soap/default.rb', line 23662

def nullFieldList
  @nullFieldList
end

#orderListObject

Returns the value of attribute orderList.



23669
23670
23671
# File 'lib/activenetsuite/soap/default.rb', line 23669

def orderList
  @orderList
end

#subsidiaryObject

Returns the value of attribute subsidiary.



23664
23665
23666
# File 'lib/activenetsuite/soap/default.rb', line 23664

def subsidiary
  @subsidiary
end

#unitsObject

Returns the value of attribute units.



23667
23668
23669
# File 'lib/activenetsuite/soap/default.rb', line 23667

def units
  @units
end

Instance Method Details

#__xmlattrObject



23672
23673
23674
# File 'lib/activenetsuite/soap/default.rb', line 23672

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



23684
23685
23686
# File 'lib/activenetsuite/soap/default.rb', line 23684

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



23688
23689
23690
# File 'lib/activenetsuite/soap/default.rb', line 23688

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

#xmlattr_internalIdObject



23676
23677
23678
# File 'lib/activenetsuite/soap/default.rb', line 23676

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



23680
23681
23682
# File 'lib/activenetsuite/soap/default.rb', line 23680

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