Class: ActiveNetsuite::PaycheckJournal

Inherits:
Record
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:employees_2013_2urn:employees_2013_2.transactionsurn:employees_2013_2.transactions.webservicesurn:employees_2013_2.transactions.webservices.netsuiteurn:employees_2013_2.transactions.webservices.netsuite.comPaycheckJournal

nullFieldList - ActiveNetsuite::NullField
subsidiary - ActiveNetsuite::RecordRef
currency - ActiveNetsuite::RecordRef
exchangeRate - SOAP::SOAPDouble
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
customForm - ActiveNetsuite::RecordRef
employee - ActiveNetsuite::RecordRef
tranDate - SOAP::SOAPDateTime
postingPeriod - ActiveNetsuite::RecordRef
 - ActiveNetsuite::RecordRef
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
companyContributionList - ActiveNetsuite::PaycheckJournalCompanyContributionList
deductionList - ActiveNetsuite::PaycheckJournalDeductionList
employeeTaxList - ActiveNetsuite::PaycheckJournalEmployeeTaxList
companyTaxList - ActiveNetsuite::PaycheckJournalCompanyTaxList
earningList - ActiveNetsuite::PaycheckJournalEarningList
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constant Summary collapse

AttrExternalId =
XSD::QName.new(nil, "externalId")
AttrInternalId =
XSD::QName.new(nil, "internalId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Record

#activate, active, #active=, #active?, #add, all, basic_search_class, #client, client, client=, delete, #delete, deleted, find, find_by, find_by_external_id, find_by_id, find_by_internal_id, #getters, #inactivate, inactive, #inactive=, #load, #loaded?, raise_not_found_error, ref, #ref, search_next, #setters, #to_s, type, #update, update, where

Methods included from MethodInflector

included, #method_missing

Constructor Details

#initialize(nullFieldList = nil, subsidiary = nil, currency = nil, exchangeRate = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, employee = nil, tranDate = nil, postingPeriod = nil, account = nil, department = nil, v_class = nil, location = nil, companyContributionList = nil, deductionList = nil, employeeTaxList = nil, companyTaxList = nil, earningList = nil, customFieldList = nil) ⇒ PaycheckJournal

Returns a new instance of PaycheckJournal.



22802
22803
22804
22805
22806
22807
22808
22809
22810
22811
22812
22813
22814
22815
22816
22817
22818
22819
22820
22821
22822
22823
22824
# File 'lib/activenetsuite/soap/default.rb', line 22802

def initialize(nullFieldList = nil, subsidiary = nil, currency = nil, exchangeRate = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, employee = nil, tranDate = nil, postingPeriod = nil,  = nil, department = nil, v_class = nil, location = nil, companyContributionList = nil, deductionList = nil, employeeTaxList = nil, companyTaxList = nil, earningList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @subsidiary = subsidiary
  @currency = currency
  @exchangeRate = exchangeRate
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @customForm = customForm
  @employee = employee
  @tranDate = tranDate
  @postingPeriod = postingPeriod
  @account = 
  @department = department
  @v_class = v_class
  @location = location
  @companyContributionList = companyContributionList
  @deductionList = deductionList
  @employeeTaxList = employeeTaxList
  @companyTaxList = companyTaxList
  @earningList = earningList
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Attribute Details

#accountObject

Returns the value of attribute account.



22764
22765
22766
# File 'lib/activenetsuite/soap/default.rb', line 22764

def 
  @account
end

#companyContributionListObject

Returns the value of attribute companyContributionList.



22767
22768
22769
# File 'lib/activenetsuite/soap/default.rb', line 22767

def companyContributionList
  @companyContributionList
end

#companyTaxListObject

Returns the value of attribute companyTaxList.



22770
22771
22772
# File 'lib/activenetsuite/soap/default.rb', line 22770

def companyTaxList
  @companyTaxList
end

#createdDateObject

Returns the value of attribute createdDate.



22758
22759
22760
# File 'lib/activenetsuite/soap/default.rb', line 22758

def createdDate
  @createdDate
end

#currencyObject

Returns the value of attribute currency.



22756
22757
22758
# File 'lib/activenetsuite/soap/default.rb', line 22756

def currency
  @currency
end

#customFieldListObject

Returns the value of attribute customFieldList.



22772
22773
22774
# File 'lib/activenetsuite/soap/default.rb', line 22772

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



22760
22761
22762
# File 'lib/activenetsuite/soap/default.rb', line 22760

def customForm
  @customForm
end

#deductionListObject

Returns the value of attribute deductionList.



22768
22769
22770
# File 'lib/activenetsuite/soap/default.rb', line 22768

def deductionList
  @deductionList
end

#departmentObject

Returns the value of attribute department.



22765
22766
22767
# File 'lib/activenetsuite/soap/default.rb', line 22765

def department
  @department
end

#earningListObject

Returns the value of attribute earningList.



22771
22772
22773
# File 'lib/activenetsuite/soap/default.rb', line 22771

def earningList
  @earningList
end

#employeeObject

Returns the value of attribute employee.



22761
22762
22763
# File 'lib/activenetsuite/soap/default.rb', line 22761

def employee
  @employee
end

#employeeTaxListObject

Returns the value of attribute employeeTaxList.



22769
22770
22771
# File 'lib/activenetsuite/soap/default.rb', line 22769

def employeeTaxList
  @employeeTaxList
end

#exchangeRateObject

Returns the value of attribute exchangeRate.



22757
22758
22759
# File 'lib/activenetsuite/soap/default.rb', line 22757

def exchangeRate
  @exchangeRate
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



22759
22760
22761
# File 'lib/activenetsuite/soap/default.rb', line 22759

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



22766
22767
22768
# File 'lib/activenetsuite/soap/default.rb', line 22766

def location
  @location
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



22754
22755
22756
# File 'lib/activenetsuite/soap/default.rb', line 22754

def nullFieldList
  @nullFieldList
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



22763
22764
22765
# File 'lib/activenetsuite/soap/default.rb', line 22763

def postingPeriod
  @postingPeriod
end

#subsidiaryObject

Returns the value of attribute subsidiary.



22755
22756
22757
# File 'lib/activenetsuite/soap/default.rb', line 22755

def subsidiary
  @subsidiary
end

#tranDateObject

Returns the value of attribute tranDate.



22762
22763
22764
# File 'lib/activenetsuite/soap/default.rb', line 22762

def tranDate
  @tranDate
end

Instance Method Details

#__xmlattrObject



22782
22783
22784
# File 'lib/activenetsuite/soap/default.rb', line 22782

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



22774
22775
22776
# File 'lib/activenetsuite/soap/default.rb', line 22774

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



22778
22779
22780
# File 'lib/activenetsuite/soap/default.rb', line 22778

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



22794
22795
22796
# File 'lib/activenetsuite/soap/default.rb', line 22794

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



22798
22799
22800
# File 'lib/activenetsuite/soap/default.rb', line 22798

def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end

#xmlattr_internalIdObject



22786
22787
22788
# File 'lib/activenetsuite/soap/default.rb', line 22786

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



22790
22791
22792
# File 'lib/activenetsuite/soap/default.rb', line 22790

def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end