Class: ActiveNetsuite::InterCompanyJournalEntry

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

Overview

urn:general_2013_2urn:general_2013_2.transactionsurn:general_2013_2.transactions.webservicesurn:general_2013_2.transactions.webservices.netsuiteurn:general_2013_2.transactions.webservices.netsuite.comInterCompanyJournalEntry

nullFieldList - ActiveNetsuite::NullField
postingPeriod - ActiveNetsuite::RecordRef
customForm - ActiveNetsuite::RecordRef
tranDate - SOAP::SOAPDateTime
currency - ActiveNetsuite::RecordRef
exchangeRate - SOAP::SOAPDouble
tranId - SOAP::SOAPString
reversalDate - SOAP::SOAPDateTime
reversalDefer - SOAP::SOAPBoolean
parentExpenseAlloc - ActiveNetsuite::RecordRef
reversalEntry - SOAP::SOAPString
createdFrom - ActiveNetsuite::RecordRef
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
subsidiary - ActiveNetsuite::RecordRef
toSubsidiary - ActiveNetsuite::RecordRef
approved - SOAP::SOAPBoolean
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
lineList - ActiveNetsuite::InterCompanyJournalEntryLineList
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, postingPeriod = nil, customForm = nil, tranDate = nil, currency = nil, exchangeRate = nil, tranId = nil, reversalDate = nil, reversalDefer = nil, parentExpenseAlloc = nil, reversalEntry = nil, createdFrom = nil, department = nil, v_class = nil, location = nil, subsidiary = nil, toSubsidiary = nil, approved = nil, createdDate = nil, lastModifiedDate = nil, lineList = nil, customFieldList = nil) ⇒ InterCompanyJournalEntry

Returns a new instance of InterCompanyJournalEntry.



19955
19956
19957
19958
19959
19960
19961
19962
19963
19964
19965
19966
19967
19968
19969
19970
19971
19972
19973
19974
19975
19976
19977
19978
19979
# File 'lib/activenetsuite/soap/default.rb', line 19955

def initialize(nullFieldList = nil, postingPeriod = nil, customForm = nil, tranDate = nil, currency = nil, exchangeRate = nil, tranId = nil, reversalDate = nil, reversalDefer = nil, parentExpenseAlloc = nil, reversalEntry = nil, createdFrom = nil, department = nil, v_class = nil, location = nil, subsidiary = nil, toSubsidiary = nil, approved = nil, createdDate = nil, lastModifiedDate = nil, lineList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @postingPeriod = postingPeriod
  @customForm = customForm
  @tranDate = tranDate
  @currency = currency
  @exchangeRate = exchangeRate
  @tranId = tranId
  @reversalDate = reversalDate
  @reversalDefer = reversalDefer
  @parentExpenseAlloc = parentExpenseAlloc
  @reversalEntry = reversalEntry
  @createdFrom = createdFrom
  @department = department
  @v_class = v_class
  @location = location
  @subsidiary = subsidiary
  @toSubsidiary = toSubsidiary
  @approved = approved
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @lineList = lineList
  @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

#approvedObject

Returns the value of attribute approved.



19921
19922
19923
# File 'lib/activenetsuite/soap/default.rb', line 19921

def approved
  @approved
end

#createdDateObject

Returns the value of attribute createdDate.



19922
19923
19924
# File 'lib/activenetsuite/soap/default.rb', line 19922

def createdDate
  @createdDate
end

#createdFromObject

Returns the value of attribute createdFrom.



19916
19917
19918
# File 'lib/activenetsuite/soap/default.rb', line 19916

def createdFrom
  @createdFrom
end

#currencyObject

Returns the value of attribute currency.



19909
19910
19911
# File 'lib/activenetsuite/soap/default.rb', line 19909

def currency
  @currency
end

#customFieldListObject

Returns the value of attribute customFieldList.



19925
19926
19927
# File 'lib/activenetsuite/soap/default.rb', line 19925

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



19907
19908
19909
# File 'lib/activenetsuite/soap/default.rb', line 19907

def customForm
  @customForm
end

#departmentObject

Returns the value of attribute department.



19917
19918
19919
# File 'lib/activenetsuite/soap/default.rb', line 19917

def department
  @department
end

#exchangeRateObject

Returns the value of attribute exchangeRate.



19910
19911
19912
# File 'lib/activenetsuite/soap/default.rb', line 19910

def exchangeRate
  @exchangeRate
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



19923
19924
19925
# File 'lib/activenetsuite/soap/default.rb', line 19923

def lastModifiedDate
  @lastModifiedDate
end

#lineListObject

Returns the value of attribute lineList.



19924
19925
19926
# File 'lib/activenetsuite/soap/default.rb', line 19924

def lineList
  @lineList
end

#locationObject

Returns the value of attribute location.



19918
19919
19920
# File 'lib/activenetsuite/soap/default.rb', line 19918

def location
  @location
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



19905
19906
19907
# File 'lib/activenetsuite/soap/default.rb', line 19905

def nullFieldList
  @nullFieldList
end

#parentExpenseAllocObject

Returns the value of attribute parentExpenseAlloc.



19914
19915
19916
# File 'lib/activenetsuite/soap/default.rb', line 19914

def parentExpenseAlloc
  @parentExpenseAlloc
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



19906
19907
19908
# File 'lib/activenetsuite/soap/default.rb', line 19906

def postingPeriod
  @postingPeriod
end

#reversalDateObject

Returns the value of attribute reversalDate.



19912
19913
19914
# File 'lib/activenetsuite/soap/default.rb', line 19912

def reversalDate
  @reversalDate
end

#reversalDeferObject

Returns the value of attribute reversalDefer.



19913
19914
19915
# File 'lib/activenetsuite/soap/default.rb', line 19913

def reversalDefer
  @reversalDefer
end

#reversalEntryObject

Returns the value of attribute reversalEntry.



19915
19916
19917
# File 'lib/activenetsuite/soap/default.rb', line 19915

def reversalEntry
  @reversalEntry
end

#subsidiaryObject

Returns the value of attribute subsidiary.



19919
19920
19921
# File 'lib/activenetsuite/soap/default.rb', line 19919

def subsidiary
  @subsidiary
end

#toSubsidiaryObject

Returns the value of attribute toSubsidiary.



19920
19921
19922
# File 'lib/activenetsuite/soap/default.rb', line 19920

def toSubsidiary
  @toSubsidiary
end

#tranDateObject

Returns the value of attribute tranDate.



19908
19909
19910
# File 'lib/activenetsuite/soap/default.rb', line 19908

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



19911
19912
19913
# File 'lib/activenetsuite/soap/default.rb', line 19911

def tranId
  @tranId
end

Instance Method Details

#__xmlattrObject



19935
19936
19937
# File 'lib/activenetsuite/soap/default.rb', line 19935

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



19927
19928
19929
# File 'lib/activenetsuite/soap/default.rb', line 19927

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



19931
19932
19933
# File 'lib/activenetsuite/soap/default.rb', line 19931

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



19947
19948
19949
# File 'lib/activenetsuite/soap/default.rb', line 19947

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



19951
19952
19953
# File 'lib/activenetsuite/soap/default.rb', line 19951

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

#xmlattr_internalIdObject



19939
19940
19941
# File 'lib/activenetsuite/soap/default.rb', line 19939

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



19943
19944
19945
# File 'lib/activenetsuite/soap/default.rb', line 19943

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