Class: ActiveNetsuite::InventoryTransfer

Inherits:
Record
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:inventory_2013_2urn:inventory_2013_2.transactionsurn:inventory_2013_2.transactions.webservicesurn:inventory_2013_2.transactions.webservices.netsuiteurn:inventory_2013_2.transactions.webservices.netsuite.comInventoryTransfer

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
tranDate - SOAP::SOAPDateTime
postingPeriod - ActiveNetsuite::RecordRef
tranId - SOAP::SOAPString
memo - SOAP::SOAPString
location - ActiveNetsuite::RecordRef
transferLocation - ActiveNetsuite::RecordRef
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
subsidiary - ActiveNetsuite::RecordRef
inventoryList - ActiveNetsuite::InventoryTransferInventoryList
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, createdDate = nil, lastModifiedDate = nil, tranDate = nil, postingPeriod = nil, tranId = nil, memo = nil, location = nil, transferLocation = nil, department = nil, v_class = nil, subsidiary = nil, inventoryList = nil) ⇒ InventoryTransfer

Returns a new instance of InventoryTransfer.



19223
19224
19225
19226
19227
19228
19229
19230
19231
19232
19233
19234
19235
19236
19237
19238
# File 'lib/activenetsuite/soap/default.rb', line 19223

def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, tranDate = nil, postingPeriod = nil, tranId = nil, memo = nil, location = nil, transferLocation = nil, department = nil, v_class = nil, subsidiary = nil, inventoryList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @tranDate = tranDate
  @postingPeriod = postingPeriod
  @tranId = tranId
  @memo = memo
  @location = location
  @transferLocation = transferLocation
  @department = department
  @v_class = v_class
  @subsidiary = subsidiary
  @inventoryList = inventoryList
  @__xmlattr = {}
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Attribute Details

#createdDateObject

Returns the value of attribute createdDate.



19183
19184
19185
# File 'lib/activenetsuite/soap/default.rb', line 19183

def createdDate
  @createdDate
end

#departmentObject

Returns the value of attribute department.



19191
19192
19193
# File 'lib/activenetsuite/soap/default.rb', line 19191

def department
  @department
end

#inventoryListObject

Returns the value of attribute inventoryList.



19193
19194
19195
# File 'lib/activenetsuite/soap/default.rb', line 19193

def inventoryList
  @inventoryList
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



19184
19185
19186
# File 'lib/activenetsuite/soap/default.rb', line 19184

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



19189
19190
19191
# File 'lib/activenetsuite/soap/default.rb', line 19189

def location
  @location
end

#memoObject

Returns the value of attribute memo.



19188
19189
19190
# File 'lib/activenetsuite/soap/default.rb', line 19188

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



19182
19183
19184
# File 'lib/activenetsuite/soap/default.rb', line 19182

def nullFieldList
  @nullFieldList
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



19186
19187
19188
# File 'lib/activenetsuite/soap/default.rb', line 19186

def postingPeriod
  @postingPeriod
end

#subsidiaryObject

Returns the value of attribute subsidiary.



19192
19193
19194
# File 'lib/activenetsuite/soap/default.rb', line 19192

def subsidiary
  @subsidiary
end

#tranDateObject

Returns the value of attribute tranDate.



19185
19186
19187
# File 'lib/activenetsuite/soap/default.rb', line 19185

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



19187
19188
19189
# File 'lib/activenetsuite/soap/default.rb', line 19187

def tranId
  @tranId
end

#transferLocationObject

Returns the value of attribute transferLocation.



19190
19191
19192
# File 'lib/activenetsuite/soap/default.rb', line 19190

def transferLocation
  @transferLocation
end

Instance Method Details

#__xmlattrObject



19203
19204
19205
# File 'lib/activenetsuite/soap/default.rb', line 19203

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



19195
19196
19197
# File 'lib/activenetsuite/soap/default.rb', line 19195

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



19199
19200
19201
# File 'lib/activenetsuite/soap/default.rb', line 19199

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



19215
19216
19217
# File 'lib/activenetsuite/soap/default.rb', line 19215

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



19219
19220
19221
# File 'lib/activenetsuite/soap/default.rb', line 19219

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

#xmlattr_internalIdObject



19207
19208
19209
# File 'lib/activenetsuite/soap/default.rb', line 19207

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



19211
19212
19213
# File 'lib/activenetsuite/soap/default.rb', line 19211

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