Package com.zerog.ia.api.pub.registry
Class Product
- java.lang.Object
-
- com.zerog.ia.api.pub.registry.SoftwareObject
-
- com.zerog.ia.api.pub.registry.Product
-
public class Product extends SoftwareObject
Entity that represents a Product of the Global Registry.
- See Also:
SoftwareObject,Component
-
-
Constructor Summary
Constructors Constructor Description Product(java.lang.String name, java.lang.String uniqueID, java.lang.String location, java.lang.String version, Vendor vendor, java.lang.String copyright, java.lang.String infoURL, java.lang.String supportURL, java.util.Calendar lastModified, Feature[] features)Creates a new Product with the specified arguments.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCopyright()The copyright of the Product.Feature[]getFeatures()The Features of the Product.java.lang.StringgetInfoURL()The URL of the Product.java.util.CalendargetLastModified()The last Modification Date of the Product.java.lang.StringgetSupportURL()The Support URL of the Product.VendorgetVendor()The Vendor of the Product.-
Methods inherited from class com.zerog.ia.api.pub.registry.SoftwareObject
getLocation, getName, getUniqueID, getVersion
-
-
-
-
Constructor Detail
-
Product
public Product(java.lang.String name, java.lang.String uniqueID, java.lang.String location, java.lang.String version, Vendor vendor, java.lang.String copyright, java.lang.String infoURL, java.lang.String supportURL, java.util.Calendar lastModified, Feature[] features)Creates a new Product with the specified arguments.- Parameters:
name- The name of the Product.uniqueID- The uniqueID of the Product. For example: f2e0e6a6-1eec-11b2-adcb-d5eb84d8b90a.location- The location where the Product is installed in.version- The version of the Product. For example: 1.5.12.2427vendor- The Vendor of the Product.copyright- The copyright of the Product.infoURL- The URL of the Product.supportURL- The Support URL of the Product.lastModified- The last Modification Date of the Product.features- The Features of the Product.- See Also:
Vendor,Feature
-
-
Method Detail
-
getCopyright
public java.lang.String getCopyright()
The copyright of the Product.
-
getLastModified
public java.util.Calendar getLastModified()
The last Modification Date of the Product.
-
getInfoURL
public java.lang.String getInfoURL()
The URL of the Product.
-
getSupportURL
public java.lang.String getSupportURL()
The Support URL of the Product.
-
-