class ActiveNetsuite::ItemDemandPlan
{urn:demandplanning_2013_2.transactions.webservices.netsuite.com}ItemDemandPlan
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
Constants
- AttrExternalId
- AttrInternalId
Attributes
customFieldList[RW]
customForm[RW]
demandPlanCalendarType[RW]
demandPlanMatrix[RW]
endDate[RW]
item[RW]
location[RW]
memo[RW]
month[RW]
nullFieldList[RW]
startDate[RW]
subsidiary[RW]
units[RW]
year[RW]
Public Class Methods
new(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)
click to toggle source
# 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
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 23607 def __xmlattr @__xmlattr ||= {} end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 23619 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 23623 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 23611 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 23615 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end