|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.universaldevices.autoupdate.UDAutoUpdate.UDProduct
protected class UDAutoUpdate.UDProduct
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.)
Field Summary | |
---|---|
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 Summary | |
---|---|
UDAutoUpdate.UDProduct(XMLElement x)
Constructor Note: This class is initialized by UDI Network and Services Layers and, as such, should not be utilized independently. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Product
Constructor Detail |
---|
public UDAutoUpdate.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |