Class: ActiveNetsuite::DepartmentSearchBasic

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.comDepartmentSearchBasic

externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
name - ActiveNetsuite::SearchStringField
nameNoHierarchy - 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, name = nil, nameNoHierarchy = nil, subsidiary = nil, customFieldList = nil) ⇒ DepartmentSearchBasic

Returns a new instance of DepartmentSearchBasic.



25925
25926
25927
25928
25929
25930
25931
25932
25933
25934
25935
# File 'lib/activenetsuite/soap/default.rb', line 25925

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

Instance Attribute Details

#customFieldListObject

Returns the value of attribute customFieldList.



25923
25924
25925
# File 'lib/activenetsuite/soap/default.rb', line 25923

def customFieldList
  @customFieldList
end

#externalIdObject

Returns the value of attribute externalId.



25915
25916
25917
# File 'lib/activenetsuite/soap/default.rb', line 25915

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



25916
25917
25918
# File 'lib/activenetsuite/soap/default.rb', line 25916

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



25917
25918
25919
# File 'lib/activenetsuite/soap/default.rb', line 25917

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



25918
25919
25920
# File 'lib/activenetsuite/soap/default.rb', line 25918

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



25919
25920
25921
# File 'lib/activenetsuite/soap/default.rb', line 25919

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



25920
25921
25922
# File 'lib/activenetsuite/soap/default.rb', line 25920

def name
  @name
end

#nameNoHierarchyObject

Returns the value of attribute nameNoHierarchy.



25921
25922
25923
# File 'lib/activenetsuite/soap/default.rb', line 25921

def nameNoHierarchy
  @nameNoHierarchy
end

#subsidiaryObject

Returns the value of attribute subsidiary.



25922
25923
25924
# File 'lib/activenetsuite/soap/default.rb', line 25922

def subsidiary
  @subsidiary
end