Class: ActiveNetsuite::AccountingPeriodSearchRowBasic

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

allLocked - ActiveNetsuite::SearchColumnBooleanField
allowNonGLChanges - ActiveNetsuite::SearchColumnBooleanField
apLocked - ActiveNetsuite::SearchColumnBooleanField
arLocked - ActiveNetsuite::SearchColumnBooleanField
closed - ActiveNetsuite::SearchColumnBooleanField
closedOnDate - ActiveNetsuite::SearchColumnDateField
endDate - ActiveNetsuite::SearchColumnDateField
internalId - ActiveNetsuite::SearchColumnSelectField
isAdjust - ActiveNetsuite::SearchColumnBooleanField
isInactive - ActiveNetsuite::SearchColumnBooleanField
isQuarter - ActiveNetsuite::SearchColumnBooleanField
isYear - ActiveNetsuite::SearchColumnBooleanField
parent - ActiveNetsuite::SearchColumnSelectField
payrollLocked - ActiveNetsuite::SearchColumnBooleanField
periodName - ActiveNetsuite::SearchColumnStringField
startDate - ActiveNetsuite::SearchColumnDateField

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(allLocked = [], allowNonGLChanges = [], apLocked = [], arLocked = [], closed = [], closedOnDate = [], endDate = [], internalId = [], isAdjust = [], isInactive = [], isQuarter = [], isYear = [], parent = [], payrollLocked = [], periodName = [], startDate = []) ⇒ AccountingPeriodSearchRowBasic

Returns a new instance of AccountingPeriodSearchRowBasic.



42519
42520
42521
42522
42523
42524
42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
# File 'lib/activenetsuite/soap/default.rb', line 42519

def initialize(allLocked = [], allowNonGLChanges = [], apLocked = [], arLocked = [], closed = [], closedOnDate = [], endDate = [], internalId = [], isAdjust = [], isInactive = [], isQuarter = [], isYear = [], parent = [], payrollLocked = [], periodName = [], startDate = [])
  @allLocked = allLocked
  @allowNonGLChanges = allowNonGLChanges
  @apLocked = apLocked
  @arLocked = arLocked
  @closed = closed
  @closedOnDate = closedOnDate
  @endDate = endDate
  @internalId = internalId
  @isAdjust = isAdjust
  @isInactive = isInactive
  @isQuarter = isQuarter
  @isYear = isYear
  @parent = parent
  @payrollLocked = payrollLocked
  @periodName = periodName
  @startDate = startDate
end

Instance Attribute Details

#allLockedObject

Returns the value of attribute allLocked.



42502
42503
42504
# File 'lib/activenetsuite/soap/default.rb', line 42502

def allLocked
  @allLocked
end

#allowNonGLChangesObject

Returns the value of attribute allowNonGLChanges.



42503
42504
42505
# File 'lib/activenetsuite/soap/default.rb', line 42503

def allowNonGLChanges
  @allowNonGLChanges
end

#apLockedObject

Returns the value of attribute apLocked.



42504
42505
42506
# File 'lib/activenetsuite/soap/default.rb', line 42504

def apLocked
  @apLocked
end

#arLockedObject

Returns the value of attribute arLocked.



42505
42506
42507
# File 'lib/activenetsuite/soap/default.rb', line 42505

def arLocked
  @arLocked
end

#closedObject

Returns the value of attribute closed.



42506
42507
42508
# File 'lib/activenetsuite/soap/default.rb', line 42506

def closed
  @closed
end

#closedOnDateObject

Returns the value of attribute closedOnDate.



42507
42508
42509
# File 'lib/activenetsuite/soap/default.rb', line 42507

def closedOnDate
  @closedOnDate
end

#endDateObject

Returns the value of attribute endDate.



42508
42509
42510
# File 'lib/activenetsuite/soap/default.rb', line 42508

def endDate
  @endDate
end

#internalIdObject

Returns the value of attribute internalId.



42509
42510
42511
# File 'lib/activenetsuite/soap/default.rb', line 42509

def internalId
  @internalId
end

#isAdjustObject

Returns the value of attribute isAdjust.



42510
42511
42512
# File 'lib/activenetsuite/soap/default.rb', line 42510

def isAdjust
  @isAdjust
end

#isInactiveObject

Returns the value of attribute isInactive.



42511
42512
42513
# File 'lib/activenetsuite/soap/default.rb', line 42511

def isInactive
  @isInactive
end

#isQuarterObject

Returns the value of attribute isQuarter.



42512
42513
42514
# File 'lib/activenetsuite/soap/default.rb', line 42512

def isQuarter
  @isQuarter
end

#isYearObject

Returns the value of attribute isYear.



42513
42514
42515
# File 'lib/activenetsuite/soap/default.rb', line 42513

def isYear
  @isYear
end

#parentObject

Returns the value of attribute parent.



42514
42515
42516
# File 'lib/activenetsuite/soap/default.rb', line 42514

def parent
  @parent
end

#payrollLockedObject

Returns the value of attribute payrollLocked.



42515
42516
42517
# File 'lib/activenetsuite/soap/default.rb', line 42515

def payrollLocked
  @payrollLocked
end

#periodNameObject

Returns the value of attribute periodName.



42516
42517
42518
# File 'lib/activenetsuite/soap/default.rb', line 42516

def periodName
  @periodName
end

#startDateObject

Returns the value of attribute startDate.



42517
42518
42519
# File 'lib/activenetsuite/soap/default.rb', line 42517

def startDate
  @startDate
end