Class: ActiveNetsuite::ManufacturingCostTemplateSearchBasic

Inherits:
SearchRecordBasic show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comManufacturingCostTemplateSearchBasic

externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
item - ActiveNetsuite::SearchMultiSelectField
memo - ActiveNetsuite::SearchStringField
name - ActiveNetsuite::SearchStringField
subsidiary - ActiveNetsuite::SearchMultiSelectField
customFieldList - ActiveNetsuite::SearchCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

#initialize(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, item = nil, memo = nil, name = nil, subsidiary = nil, customFieldList = nil) ⇒ ManufacturingCostTemplateSearchBasic



31017
31018
31019
31020
31021
31022
31023
31024
31025
31026
31027
31028
# File 'lib/activenetsuite/soap/default.rb', line 31017

def initialize(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, item = nil, memo = nil, name = nil, subsidiary = nil, customFieldList = nil)
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @isInactive = isInactive
  @item = item
  @memo = memo
  @name = name
  @subsidiary = subsidiary
  @customFieldList = customFieldList
end

Instance Attribute Details

#customFieldListObject

Returns the value of attribute customFieldList.



31015
31016
31017
# File 'lib/activenetsuite/soap/default.rb', line 31015

def customFieldList
  @customFieldList
end

#externalIdObject

Returns the value of attribute externalId.



31006
31007
31008
# File 'lib/activenetsuite/soap/default.rb', line 31006

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



31007
31008
31009
# File 'lib/activenetsuite/soap/default.rb', line 31007

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



31008
31009
31010
# File 'lib/activenetsuite/soap/default.rb', line 31008

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



31009
31010
31011
# File 'lib/activenetsuite/soap/default.rb', line 31009

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



31010
31011
31012
# File 'lib/activenetsuite/soap/default.rb', line 31010

def isInactive
  @isInactive
end

#itemObject

Returns the value of attribute item.



31011
31012
31013
# File 'lib/activenetsuite/soap/default.rb', line 31011

def item
  @item
end

#memoObject

Returns the value of attribute memo.



31012
31013
31014
# File 'lib/activenetsuite/soap/default.rb', line 31012

def memo
  @memo
end

#nameObject

Returns the value of attribute name.



31013
31014
31015
# File 'lib/activenetsuite/soap/default.rb', line 31013

def name
  @name
end

#subsidiaryObject

Returns the value of attribute subsidiary.



31014
31015
31016
# File 'lib/activenetsuite/soap/default.rb', line 31014

def subsidiary
  @subsidiary
end