Class: ActiveNetsuite::ResourceAllocationSearchRowBasic

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

allocationType - ActiveNetsuite::SearchColumnSelectField
allocationUnit - ActiveNetsuite::SearchColumnEnumSelectField
customer - ActiveNetsuite::SearchColumnSelectField
endDate - ActiveNetsuite::SearchColumnDateField
externalId - ActiveNetsuite::SearchColumnStringField
internalId - ActiveNetsuite::SearchColumnSelectField
notes - ActiveNetsuite::SearchColumnStringField
numberHours - ActiveNetsuite::SearchColumnDoubleField
percentOfTime - ActiveNetsuite::SearchColumnDoubleField
project - ActiveNetsuite::SearchColumnSelectField
requestedBy - ActiveNetsuite::SearchColumnSelectField
resource - ActiveNetsuite::SearchColumnSelectField
startDate - ActiveNetsuite::SearchColumnDateField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(allocationType = [], allocationUnit = [], customer = [], endDate = [], externalId = [], internalId = [], notes = [], numberHours = [], percentOfTime = [], project = [], requestedBy = [], resource = [], startDate = [], customFieldList = nil) ⇒ ResourceAllocationSearchRowBasic

Returns a new instance of ResourceAllocationSearchRowBasic.



43917
43918
43919
43920
43921
43922
43923
43924
43925
43926
43927
43928
43929
43930
43931
43932
# File 'lib/activenetsuite/soap/default.rb', line 43917

def initialize(allocationType = [], allocationUnit = [], customer = [], endDate = [], externalId = [], internalId = [], notes = [], numberHours = [], percentOfTime = [], project = [], requestedBy = [], resource = [], startDate = [], customFieldList = nil)
  @allocationType = allocationType
  @allocationUnit = allocationUnit
  @customer = customer
  @endDate = endDate
  @externalId = externalId
  @internalId = internalId
  @notes = notes
  @numberHours = numberHours
  @percentOfTime = percentOfTime
  @project = project
  @requestedBy = requestedBy
  @resource = resource
  @startDate = startDate
  @customFieldList = customFieldList
end

Instance Attribute Details

#allocationTypeObject

Returns the value of attribute allocationType.



43902
43903
43904
# File 'lib/activenetsuite/soap/default.rb', line 43902

def allocationType
  @allocationType
end

#allocationUnitObject

Returns the value of attribute allocationUnit.



43903
43904
43905
# File 'lib/activenetsuite/soap/default.rb', line 43903

def allocationUnit
  @allocationUnit
end

#customerObject

Returns the value of attribute customer.



43904
43905
43906
# File 'lib/activenetsuite/soap/default.rb', line 43904

def customer
  @customer
end

#customFieldListObject

Returns the value of attribute customFieldList.



43915
43916
43917
# File 'lib/activenetsuite/soap/default.rb', line 43915

def customFieldList
  @customFieldList
end

#endDateObject

Returns the value of attribute endDate.



43905
43906
43907
# File 'lib/activenetsuite/soap/default.rb', line 43905

def endDate
  @endDate
end

#externalIdObject

Returns the value of attribute externalId.



43906
43907
43908
# File 'lib/activenetsuite/soap/default.rb', line 43906

def externalId
  @externalId
end

#internalIdObject

Returns the value of attribute internalId.



43907
43908
43909
# File 'lib/activenetsuite/soap/default.rb', line 43907

def internalId
  @internalId
end

#notesObject

Returns the value of attribute notes.



43908
43909
43910
# File 'lib/activenetsuite/soap/default.rb', line 43908

def notes
  @notes
end

#numberHoursObject

Returns the value of attribute numberHours.



43909
43910
43911
# File 'lib/activenetsuite/soap/default.rb', line 43909

def numberHours
  @numberHours
end

#percentOfTimeObject

Returns the value of attribute percentOfTime.



43910
43911
43912
# File 'lib/activenetsuite/soap/default.rb', line 43910

def percentOfTime
  @percentOfTime
end

#projectObject

Returns the value of attribute project.



43911
43912
43913
# File 'lib/activenetsuite/soap/default.rb', line 43911

def project
  @project
end

#requestedByObject

Returns the value of attribute requestedBy.



43912
43913
43914
# File 'lib/activenetsuite/soap/default.rb', line 43912

def requestedBy
  @requestedBy
end

#resourceObject

Returns the value of attribute resource.



43913
43914
43915
# File 'lib/activenetsuite/soap/default.rb', line 43913

def resource
  @resource
end

#startDateObject

Returns the value of attribute startDate.



43914
43915
43916
# File 'lib/activenetsuite/soap/default.rb', line 43914

def startDate
  @startDate
end