MEProduct is a ManagedEntity that needs to track is manufacturer. For
instance software and hardware.
|
getProductName(self)
Gets the Products's Name (id) |
source code
|
|
|
getModelName(self)
Gets the Products's Name (id) |
source code
|
|
|
getProductHref(self)
Gets the Products's PrimaryHref |
source code
|
|
|
|
|
getManufacturerName(self)
Gets the Manufacturer Name(Id) |
source code
|
|
|
getManufacturerLink(self,
target=None)
Gets the Manufacturer PrimaryLink |
source code
|
|
|
getManufacturerHref(self)
Gets the Manufacturer's PrimaryHref |
source code
|
|
|
getProductKey(self)
Return the arguments to the setProductKey method so we can avoid
changing the object model when nothing has changed. |
source code
|
|
|
getProductLink(self,
target=None)
Gets the Product's PrimaryLink |
source code
|
|
|
getProductContext(self)
Return list of tuples with product context for this product. |
source code
|
|
|
setDescription(self,
description)
Sets the description of the underlying ProductClass |
source code
|
|
|
getDescription(self)
Gets the description of the underlying ProductClass |
source code
|
|
|
|