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

Class ErpLedBudLineItem

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

Individual entry of a given Ledger Budget, typically containing information such as amount, accounting date, accounting period, and is associated with the applicable general ledger account.Individual entry of a given Ledger Budget, typically containing information such as amount, accounting date, accounting period, and is associated with the applicable general ledger account.

Instance Methods [hide private]
 
__init__(self, ErpLedBudLineItem=None, ErpLedgerBudget=None, status=None, *args, **kw_args)
Initialises a new 'ErpLedBudLineItem' instance.
 
getErpLedBudLineItem(self)
 
getErpLedgerBudget(self)
 
setErpLedBudLineItem(self, value)
 
setErpLedgerBudget(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 = []
  _refs = ['ErpLedBudLineItem', 'ErpLedgerBudget', 'status']
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ErpLedBudLineItem
  ErpLedgerBudget

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, ErpLedBudLineItem=None, ErpLedgerBudget=None, status=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ErpLedBudLineItem' instance.

Parameters:
  • ErpLedBudLineItem
  • ErpLedgerBudget
  • status
Overrides: object.__init__

Property Details [hide private]

ErpLedBudLineItem

Get Method:
getErpLedBudLineItem(self)
Set Method:
setErpLedBudLineItem(self, value)

ErpLedgerBudget

Get Method:
getErpLedgerBudget(self)
Set Method:
setErpLedgerBudget(self, value)