Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfERPSupport :: Module ErpPayableLineItem' :: Class ErpPayableLineItem
[hide private]
[frames] | no frames]

Class ErpPayableLineItem

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         ErpPayableLineItem

Of an ErpPayable, a line item references an ErpInvoiceLineitem or other source such as credit memos.Of an ErpPayable, a line item references an ErpInvoiceLineitem or other source such as credit memos.

Instance Methods [hide private]
 
__init__(self, ErpPayments=None, ErpJournalEntries=None, ErpInvoiceLineItem=None, ErpPayable=None, status=None, *args, **kw_args)
Initialises a new 'ErpPayableLineItem' instance.
 
addErpJournalEntries(self, *ErpJournalEntries)
 
addErpPayments(self, *ErpPayments)
 
getErpInvoiceLineItem(self)
 
getErpJournalEntries(self)
 
getErpPayable(self)
 
getErpPayments(self)
 
removeErpJournalEntries(self, *ErpJournalEntries)
 
removeErpPayments(self, *ErpPayments)
 
setErpInvoiceLineItem(self, value)
 
setErpJournalEntries(self, value)
 
setErpPayable(self, value)
 
setErpPayments(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['ErpPayments', 'ErpJournalEntries']
  _refs = ['ErpPayments', 'ErpJournalEntries', 'ErpInvoiceLineIt...
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ErpInvoiceLineItem
  ErpJournalEntries
  ErpPayable
  ErpPayments

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, ErpPayments=None, ErpJournalEntries=None, ErpInvoiceLineItem=None, ErpPayable=None, status=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ErpPayableLineItem' instance.

Parameters:
  • ErpPayments
  • ErpJournalEntries
  • ErpInvoiceLineItem
  • ErpPayable
  • status
Overrides: object.__init__

Class Variable Details [hide private]

_refs

Value:
['ErpPayments',
 'ErpJournalEntries',
 'ErpInvoiceLineItem',
 'ErpPayable',
 'status']

Property Details [hide private]

ErpInvoiceLineItem

Get Method:
getErpInvoiceLineItem(self)
Set Method:
setErpInvoiceLineItem(self, value)

ErpJournalEntries

Get Method:
getErpJournalEntries(self)
Set Method:
setErpJournalEntries(self, value)

ErpPayable

Get Method:
getErpPayable(self)
Set Method:
setErpPayable(self, value)

ErpPayments

Get Method:
getErpPayments(self)
Set Method:
setErpPayments(self, value)