protected class UDAutoUpdate.UDProduct
extends java.lang.Object
UDAutoUpdate.UDProduct
is an abstraction of the product for which
an upgrade is necessary. Product is a combination of Platform and
Driver (such as Insteon, Aprilaire, etc.)Modifier and Type | Field and Description |
---|---|
UDAutoUpdate.UDVersionNum |
currentVersion
The current version for this product
|
java.lang.String |
name
The name of the Product (such as Insteon)
|
java.util.Hashtable<java.lang.Integer,UDAutoUpdate.UDVersion> |
versions
A
Hashtable of all the versions (previous & current) for this
Product |
Constructor and Description |
---|
UDProduct(XMLElement x)
Constructor
Note: This class is initialized by UDI Network
and Services Layers and, as such, should not be utilized independently.
|
public java.lang.String name
public UDAutoUpdate.UDVersionNum currentVersion
public java.util.Hashtable<java.lang.Integer,UDAutoUpdate.UDVersion> versions
Hashtable
of all the versions (previous & current) for this
Productpublic UDProduct(XMLElement x)
Note: This class is initialized by UDI Network and Services Layers and, as such, should not be utilized independently.
x
- - The DIML/XML representation of version