electric.util.product
Class ProductConfig

java.lang.Object
  extended byelectric.util.product.ProductConfig
All Implemented Interfaces:
IProductConfig

public abstract class ProductConfig
extends java.lang.Object
implements IProductConfig

ProductConfig.

Author:
webMethods

Constructor Summary
ProductConfig(java.lang.String name, int id, int major, int minor, int patch)
           
 
Method Summary
 ProductInfo getProductInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface electric.util.product.IProductConfig
configure, configureAsServer, executeLicenseConstraints
 

Constructor Detail

ProductConfig

public ProductConfig(java.lang.String name,
                     int id,
                     int major,
                     int minor,
                     int patch)
Parameters:
name -
id -
major -
minor -
patch -
Method Detail

getProductInfo

public ProductInfo getProductInfo()
Specified by:
getProductInfo in interface IProductConfig


copyright© 2001-2004 by webMethods All Rights Reserved.