class ActiveNetsuite::ItemSupplyPlan
{urn:demandplanning_2013_2.transactions.webservices.netsuite.com}ItemSupplyPlan
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
Constants
- AttrExternalId
- AttrInternalId
Attributes
customFieldList[RW]
customForm[RW]
item[RW]
location[RW]
memo[RW]
nullFieldList[RW]
orderList[RW]
subsidiary[RW]
units[RW]
Public Class Methods
new(nullFieldList = nil, customForm = nil, subsidiary = nil, location = nil, item = nil, units = nil, memo = nil, orderList = nil, customFieldList = nil)
click to toggle source
# 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
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 23672 def __xmlattr @__xmlattr ||= {} end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 23684 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 23688 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 23676 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 23680 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end