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

Class ErpQuoteLineItem

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

Of an ErpQuote, the item or product quoted along with quantity, price and other descriptive information.Of an ErpQuote, the item or product quoted along with quantity, price and other descriptive information.

Instance Methods [hide private]
 
__init__(self, ErpQuote=None, AssetModelCatalogueItem=None, status=None, Design=None, ErpInvoiceLineItem=None, ErpReqLineItem=None, Request=None, *args, **kw_args)
Initialises a new 'ErpQuoteLineItem' instance.
 
getAssetModelCatalogueItem(self)
 
getDesign(self)
 
getErpInvoiceLineItem(self)
Some utilities provide quotes to customer for services, where the customer accepts the quote by making a payment.
 
getErpQuote(self)
 
getErpReqLineItem(self)
 
getRequest(self)
 
setAssetModelCatalogueItem(self, value)
 
setDesign(self, value)
 
setErpInvoiceLineItem(self, value)
 
setErpQuote(self, value)
 
setErpReqLineItem(self, value)
 
setRequest(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 = ['ErpQuote', 'AssetModelCatalogueItem', 'status', 'Des...
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  AssetModelCatalogueItem
  Design
  ErpInvoiceLineItem
Some utilities provide quotes to customer for services, where the customer accepts the quote by making a payment.
  ErpQuote
  ErpReqLineItem
  Request

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, ErpQuote=None, AssetModelCatalogueItem=None, status=None, Design=None, ErpInvoiceLineItem=None, ErpReqLineItem=None, Request=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ErpQuoteLineItem' instance.

Parameters:
  • ErpQuote
  • AssetModelCatalogueItem
  • status
  • Design
  • ErpInvoiceLineItem - Some utilities provide quotes to customer for services, where the customer accepts the quote by making a payment. An invoice is required for this to occur.
  • ErpReqLineItem
  • Request
Overrides: object.__init__

getErpInvoiceLineItem(self)

 

Some utilities provide quotes to customer for services, where the customer accepts the quote by making a payment. An invoice is required for this to occur.


Class Variable Details [hide private]

_refs

Value:
['ErpQuote',
 'AssetModelCatalogueItem',
 'status',
 'Design',
 'ErpInvoiceLineItem',
 'ErpReqLineItem',
 'Request']

Property Details [hide private]

AssetModelCatalogueItem

Get Method:
getAssetModelCatalogueItem(self)
Set Method:
setAssetModelCatalogueItem(self, value)

Design

Get Method:
getDesign(self)
Set Method:
setDesign(self, value)

ErpInvoiceLineItem

Some utilities provide quotes to customer for services, where the customer accepts the quote by making a payment. An invoice is required for this to occur.

Get Method:
getErpInvoiceLineItem(self) - Some utilities provide quotes to customer for services, where the customer accepts the quote by making a payment.
Set Method:
setErpInvoiceLineItem(self, value)

ErpQuote

Get Method:
getErpQuote(self)
Set Method:
setErpQuote(self, value)

ErpReqLineItem

Get Method:
getErpReqLineItem(self)
Set Method:
setErpReqLineItem(self, value)

Request

Get Method:
getRequest(self)
Set Method:
setRequest(self, value)