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

Class ErpRecLineItem

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

Individual entry of an ErpReceivable, it is a particular transaction representing an invoice, credit memo or debit memo to a customer.Individual entry of an ErpReceivable, it is a particular transaction representing an invoice, credit memo or debit memo to a customer.

Instance Methods [hide private]
 
__init__(self, ErpReceivable=None, status=None, ErpInvoiceLineItem=None, ErpPayments=None, ErpJournalEntries=None, *args, **kw_args)
Initialises a new 'ErpRecLineItem' instance.
 
addErpJournalEntries(self, *ErpJournalEntries)
 
addErpPayments(self, *ErpPayments)
 
getErpInvoiceLineItem(self)
 
getErpJournalEntries(self)
 
getErpPayments(self)
 
getErpReceivable(self)
 
removeErpJournalEntries(self, *ErpJournalEntries)
 
removeErpPayments(self, *ErpPayments)
 
setErpInvoiceLineItem(self, value)
 
setErpJournalEntries(self, value)
 
setErpPayments(self, value)
 
setErpReceivable(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 = ['ErpReceivable', 'status', 'ErpInvoiceLineItem', 'Erp...
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ErpInvoiceLineItem
  ErpJournalEntries
  ErpPayments
  ErpReceivable

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'ErpRecLineItem' instance.

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

Class Variable Details [hide private]

_refs

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

Property Details [hide private]

ErpInvoiceLineItem

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

ErpJournalEntries

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

ErpPayments

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

ErpReceivable

Get Method:
getErpReceivable(self)
Set Method:
setErpReceivable(self, value)