Package CIM14 :: Package IEC61968 :: Package PaymentMetering :: Module PointOfSale' :: Class PointOfSale
[hide private]
[frames] | no frames]

Class PointOfSale

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  PointOfSale

Logical point where transactions take place with operational interaction between Cashier and the payment system; in certain cases PointOfSale interacts directly with the end customer, in which case Cashier might not be a real person: for example a self-service kiosk or over the internet.

Instance Methods [hide private]
 
__init__(self, location='', Vendor=None, CashierShifts=None, *args, **kw_args)
Initialises a new 'PointOfSale' instance.
 
addCashierShifts(self, *CashierShifts)
 
getCashierShifts(self)
All shifts this point of sale operated in.
 
getVendor(self)
Vendor that controls this PointOfSale.
 
removeCashierShifts(self, *CashierShifts)
 
setCashierShifts(self, value)
 
setVendor(self, value)

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {'location': <type 'str'>}
  _attrs = ['location']
  _defaults = {'location': ''}
  _many_refs = ['CashierShifts']
  _refs = ['Vendor', 'CashierShifts']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  CashierShifts
All shifts this point of sale operated in.
  Vendor
Vendor that controls this PointOfSale.

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, location='', Vendor=None, CashierShifts=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PointOfSale' instance.

Parameters:
  • location - Local description for where this point of sale is physically located.
  • Vendor - Vendor that controls this PointOfSale.
  • CashierShifts - All shifts this point of sale operated in.
Overrides: object.__init__

Property Details [hide private]

CashierShifts

All shifts this point of sale operated in.

Get Method:
getCashierShifts(self) - All shifts this point of sale operated in.
Set Method:
setCashierShifts(self, value)

Vendor

Vendor that controls this PointOfSale.

Get Method:
getVendor(self) - Vendor that controls this PointOfSale.
Set Method:
setVendor(self, value)