Class: ActiveNetsuite::DepartmentSearchRowBasic

Inherits:
SearchRowBasic 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.comDepartmentSearchRowBasic

externalId - ActiveNetsuite::SearchColumnSelectField
internalId - ActiveNetsuite::SearchColumnSelectField
isInactive - ActiveNetsuite::SearchColumnBooleanField
name - ActiveNetsuite::SearchColumnStringField
nameNoHierarchy - ActiveNetsuite::SearchColumnStringField
subsidiary - ActiveNetsuite::SearchColumnSelectField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(externalId = [], internalId = [], isInactive = [], name = [], nameNoHierarchy = [], subsidiary = [], customFieldList = nil) ⇒ DepartmentSearchRowBasic

Returns a new instance of DepartmentSearchRowBasic.



38453
38454
38455
38456
38457
38458
38459
38460
38461
# File 'lib/activenetsuite/soap/default.rb', line 38453

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

Instance Attribute Details

#customFieldListObject

Returns the value of attribute customFieldList.



38451
38452
38453
# File 'lib/activenetsuite/soap/default.rb', line 38451

def customFieldList
  @customFieldList
end

#externalIdObject

Returns the value of attribute externalId.



38445
38446
38447
# File 'lib/activenetsuite/soap/default.rb', line 38445

def externalId
  @externalId
end

#internalIdObject

Returns the value of attribute internalId.



38446
38447
38448
# File 'lib/activenetsuite/soap/default.rb', line 38446

def internalId
  @internalId
end

#isInactiveObject

Returns the value of attribute isInactive.



38447
38448
38449
# File 'lib/activenetsuite/soap/default.rb', line 38447

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



38448
38449
38450
# File 'lib/activenetsuite/soap/default.rb', line 38448

def name
  @name
end

#nameNoHierarchyObject

Returns the value of attribute nameNoHierarchy.



38449
38450
38451
# File 'lib/activenetsuite/soap/default.rb', line 38449

def nameNoHierarchy
  @nameNoHierarchy
end

#subsidiaryObject

Returns the value of attribute subsidiary.



38450
38451
38452
# File 'lib/activenetsuite/soap/default.rb', line 38450

def subsidiary
  @subsidiary
end