Class: ActiveNetsuite::SubtotalItem

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

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comSubtotalItem

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
displayName - SOAP::SOAPString
issueProduct - ActiveNetsuite::RecordRef
description - SOAP::SOAPString
includeChildren - SOAP::SOAPBoolean
customForm - ActiveNetsuite::RecordRef
itemId - SOAP::SOAPString
isInactive - SOAP::SOAPBoolean
availableToPartners - SOAP::SOAPBoolean
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
subsidiaryList - ActiveNetsuite::RecordRefList
translationsList - ActiveNetsuite::TranslationList
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, createdDate = nil, lastModifiedDate = nil, displayName = nil, issueProduct = nil, description = nil, includeChildren = nil, customForm = nil, itemId = nil, isInactive = nil, availableToPartners = nil, department = nil, v_class = nil, location = nil, subsidiaryList = nil, translationsList = nil, customFieldList = nil) ⇒ SubtotalItem

Returns a new instance of SubtotalItem.



5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'lib/activenetsuite/soap/default.rb', line 5246

def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, displayName = nil, issueProduct = nil, description = nil, includeChildren = nil, customForm = nil, itemId = nil, isInactive = nil, availableToPartners = nil, department = nil, v_class = nil, location = nil, subsidiaryList = nil, translationsList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @displayName = displayName
  @issueProduct = issueProduct
  @description = description
  @includeChildren = includeChildren
  @customForm = customForm
  @itemId = itemId
  @isInactive = isInactive
  @availableToPartners = availableToPartners
  @department = department
  @v_class = v_class
  @location = location
  @subsidiaryList = subsidiaryList
  @translationsList = translationsList
  @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

#availableToPartnersObject

Returns the value of attribute availableToPartners.



5211
5212
5213
# File 'lib/activenetsuite/soap/default.rb', line 5211

def availableToPartners
  @availableToPartners
end

#createdDateObject

Returns the value of attribute createdDate.



5202
5203
5204
# File 'lib/activenetsuite/soap/default.rb', line 5202

def createdDate
  @createdDate
end

#customFieldListObject

Returns the value of attribute customFieldList.



5216
5217
5218
# File 'lib/activenetsuite/soap/default.rb', line 5216

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



5208
5209
5210
# File 'lib/activenetsuite/soap/default.rb', line 5208

def customForm
  @customForm
end

#departmentObject

Returns the value of attribute department.



5212
5213
5214
# File 'lib/activenetsuite/soap/default.rb', line 5212

def department
  @department
end

#descriptionObject

Returns the value of attribute description.



5206
5207
5208
# File 'lib/activenetsuite/soap/default.rb', line 5206

def description
  @description
end

#displayNameObject

Returns the value of attribute displayName.



5204
5205
5206
# File 'lib/activenetsuite/soap/default.rb', line 5204

def displayName
  @displayName
end

#includeChildrenObject

Returns the value of attribute includeChildren.



5207
5208
5209
# File 'lib/activenetsuite/soap/default.rb', line 5207

def includeChildren
  @includeChildren
end

#isInactiveObject

Returns the value of attribute isInactive.



5210
5211
5212
# File 'lib/activenetsuite/soap/default.rb', line 5210

def isInactive
  @isInactive
end

#issueProductObject

Returns the value of attribute issueProduct.



5205
5206
5207
# File 'lib/activenetsuite/soap/default.rb', line 5205

def issueProduct
  @issueProduct
end

#itemIdObject

Returns the value of attribute itemId.



5209
5210
5211
# File 'lib/activenetsuite/soap/default.rb', line 5209

def itemId
  @itemId
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



5203
5204
5205
# File 'lib/activenetsuite/soap/default.rb', line 5203

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



5213
5214
5215
# File 'lib/activenetsuite/soap/default.rb', line 5213

def location
  @location
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



5201
5202
5203
# File 'lib/activenetsuite/soap/default.rb', line 5201

def nullFieldList
  @nullFieldList
end

#subsidiaryListObject

Returns the value of attribute subsidiaryList.



5214
5215
5216
# File 'lib/activenetsuite/soap/default.rb', line 5214

def subsidiaryList
  @subsidiaryList
end

#translationsListObject

Returns the value of attribute translationsList.



5215
5216
5217
# File 'lib/activenetsuite/soap/default.rb', line 5215

def translationsList
  @translationsList
end

Instance Method Details

#__xmlattrObject



5226
5227
5228
# File 'lib/activenetsuite/soap/default.rb', line 5226

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



5218
5219
5220
# File 'lib/activenetsuite/soap/default.rb', line 5218

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



5222
5223
5224
# File 'lib/activenetsuite/soap/default.rb', line 5222

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



5238
5239
5240
# File 'lib/activenetsuite/soap/default.rb', line 5238

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



5242
5243
5244
# File 'lib/activenetsuite/soap/default.rb', line 5242

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

#xmlattr_internalIdObject



5230
5231
5232
# File 'lib/activenetsuite/soap/default.rb', line 5230

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



5234
5235
5236
# File 'lib/activenetsuite/soap/default.rb', line 5234

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