com.universaldevices.device.model
Class ProductInfo.ProductFeature

java.lang.Object
  extended by com.universaldevices.device.model.ProductInfo.ProductFeature
Enclosing class:
ProductInfo

public class ProductInfo.ProductFeature
extends java.lang.Object


Field Summary
 java.lang.String desc
           
 int fid
           
 boolean isAvailable
           
 boolean isInstalled
           
 
Constructor Summary
ProductInfo.ProductFeature(XMLElement feature)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fid

public int fid

desc

public java.lang.String desc

isInstalled

public boolean isInstalled

isAvailable

public boolean isAvailable
Constructor Detail

ProductInfo.ProductFeature

public ProductInfo.ProductFeature(XMLElement feature)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object