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

Class ErpReqLineItem

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

Information that describes a requested item and its attributes.Information that describes a requested item and its attributes.

Instance Methods [hide private]
 
__init__(self, cost=0.0, quantity=0, deliveryDate='', code='', ErpQuoteLineItem=None, status=None, ErpRequisition=None, TypeMaterial=None, ErpPOLineItem=None, TypeAsset=None, *args, **kw_args)
Initialises a new 'ErpReqLineItem' instance.
 
getErpPOLineItem(self)
 
getErpQuoteLineItem(self)
 
getErpRequisition(self)
 
getTypeAsset(self)
 
getTypeMaterial(self)
 
setErpPOLineItem(self, value)
 
setErpQuoteLineItem(self, value)
 
setErpRequisition(self, value)
 
setTypeAsset(self, value)
 
setTypeMaterial(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 = {'code': <type 'str'>, 'cost': <type 'float'>, '...
  _attrs = ['cost', 'quantity', 'deliveryDate', 'code']
  _defaults = {'code': '', 'cost': 0.0, 'deliveryDate': '', 'qua...
  _many_refs = []
  _refs = ['ErpQuoteLineItem', 'status', 'ErpRequisition', 'Type...
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ErpPOLineItem
  ErpQuoteLineItem
  ErpRequisition
  TypeAsset
  TypeMaterial

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, cost=0.0, quantity=0, deliveryDate='', code='', ErpQuoteLineItem=None, status=None, ErpRequisition=None, TypeMaterial=None, ErpPOLineItem=None, TypeAsset=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ErpReqLineItem' instance.

Parameters:
  • cost - Cost of material
  • quantity - Quantity of item requisitioned.
  • deliveryDate
  • code
  • ErpQuoteLineItem
  • status
  • ErpRequisition
  • TypeMaterial
  • ErpPOLineItem
  • TypeAsset
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'code': <type 'str'>,
 'cost': <type 'float'>,
 'deliveryDate': <type 'str'>,
 'quantity': <type 'int'>}

_defaults

Value:
{'code': '', 'cost': 0.0, 'deliveryDate': '', 'quantity': 0}

_refs

Value:
['ErpQuoteLineItem',
 'status',
 'ErpRequisition',
 'TypeMaterial',
 'ErpPOLineItem',
 'TypeAsset']

Property Details [hide private]

ErpPOLineItem

Get Method:
getErpPOLineItem(self)
Set Method:
setErpPOLineItem(self, value)

ErpQuoteLineItem

Get Method:
getErpQuoteLineItem(self)
Set Method:
setErpQuoteLineItem(self, value)

ErpRequisition

Get Method:
getErpRequisition(self)
Set Method:
setErpRequisition(self, value)

TypeAsset

Get Method:
getTypeAsset(self)
Set Method:
setTypeAsset(self, value)

TypeMaterial

Get Method:
getTypeMaterial(self)
Set Method:
setTypeMaterial(self, value)