Class: ActiveNetsuite::ItemDemandPlan

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

nullFieldList - ActiveNetsuite::NullField
customForm - ActiveNetsuite::RecordRef
subsidiary - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
item - ActiveNetsuite::RecordRef
units - ActiveNetsuite::RecordRef
memo - SOAP::SOAPString
year - SOAP::SOAPLong
month - ActiveNetsuite::DemandPlanMonth
startDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime
demandPlanCalendarType - ActiveNetsuite::DemandPlanCalendarType
demandPlanMatrix - ActiveNetsuite::DemandPlanMatrix
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, year = nil, month = nil, startDate = nil, endDate = nil, demandPlanCalendarType = nil, demandPlanMatrix = nil, customFieldList = nil) ⇒ ItemDemandPlan

Returns a new instance of ItemDemandPlan.



23627
23628
23629
23630
23631
23632
23633
23634
23635
23636
23637
23638
23639
23640
23641
23642
23643
# File 'lib/activenetsuite/soap/default.rb', line 23627

def initialize(nullFieldList = nil, customForm = nil, subsidiary = nil, location = nil, item = nil, units = nil, memo = nil, year = nil, month = nil, startDate = nil, endDate = nil, demandPlanCalendarType = nil, demandPlanMatrix = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @customForm = customForm
  @subsidiary = subsidiary
  @location = location
  @item = item
  @units = units
  @memo = memo
  @year = year
  @month = month
  @startDate = startDate
  @endDate = endDate
  @demandPlanCalendarType = demandPlanCalendarType
  @demandPlanMatrix = demandPlanMatrix
  @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.



23605
23606
23607
# File 'lib/activenetsuite/soap/default.rb', line 23605

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



23593
23594
23595
# File 'lib/activenetsuite/soap/default.rb', line 23593

def customForm
  @customForm
end

#demandPlanCalendarTypeObject

Returns the value of attribute demandPlanCalendarType.



23603
23604
23605
# File 'lib/activenetsuite/soap/default.rb', line 23603

def demandPlanCalendarType
  @demandPlanCalendarType
end

#demandPlanMatrixObject

Returns the value of attribute demandPlanMatrix.



23604
23605
23606
# File 'lib/activenetsuite/soap/default.rb', line 23604

def demandPlanMatrix
  @demandPlanMatrix
end

#endDateObject

Returns the value of attribute endDate.



23602
23603
23604
# File 'lib/activenetsuite/soap/default.rb', line 23602

def endDate
  @endDate
end

#itemObject

Returns the value of attribute item.



23596
23597
23598
# File 'lib/activenetsuite/soap/default.rb', line 23596

def item
  @item
end

#locationObject

Returns the value of attribute location.



23595
23596
23597
# File 'lib/activenetsuite/soap/default.rb', line 23595

def location
  @location
end

#memoObject

Returns the value of attribute memo.



23598
23599
23600
# File 'lib/activenetsuite/soap/default.rb', line 23598

def memo
  @memo
end

#monthObject

Returns the value of attribute month.



23600
23601
23602
# File 'lib/activenetsuite/soap/default.rb', line 23600

def month
  @month
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



23592
23593
23594
# File 'lib/activenetsuite/soap/default.rb', line 23592

def nullFieldList
  @nullFieldList
end

#startDateObject

Returns the value of attribute startDate.



23601
23602
23603
# File 'lib/activenetsuite/soap/default.rb', line 23601

def startDate
  @startDate
end

#subsidiaryObject

Returns the value of attribute subsidiary.



23594
23595
23596
# File 'lib/activenetsuite/soap/default.rb', line 23594

def subsidiary
  @subsidiary
end

#unitsObject

Returns the value of attribute units.



23597
23598
23599
# File 'lib/activenetsuite/soap/default.rb', line 23597

def units
  @units
end

#yearObject

Returns the value of attribute year.



23599
23600
23601
# File 'lib/activenetsuite/soap/default.rb', line 23599

def year
  @year
end

Instance Method Details

#__xmlattrObject



23607
23608
23609
# File 'lib/activenetsuite/soap/default.rb', line 23607

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



23619
23620
23621
# File 'lib/activenetsuite/soap/default.rb', line 23619

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



23623
23624
23625
# File 'lib/activenetsuite/soap/default.rb', line 23623

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

#xmlattr_internalIdObject



23611
23612
23613
# File 'lib/activenetsuite/soap/default.rb', line 23611

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



23615
23616
23617
# File 'lib/activenetsuite/soap/default.rb', line 23615

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