Package com.zerog.ia.api.pub.registry
Class Feature
- java.lang.Object
-
- com.zerog.ia.api.pub.registry.Feature
-
public class Feature extends java.lang.Object
Entity that represents a Product's Feature of the Global Registry.
- See Also:
SoftwareObject
,Product
,Component
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Component[]
getComponents()
The Components of the Feature.java.lang.String
getKeyName()
The key name of the Feature.java.util.Calendar
getLastModified()
The last Modification Date of the Product.java.lang.String
getName()
The name of the Feature.
-
-
-
Constructor Detail
-
Feature
public Feature(java.lang.String keyName, java.lang.String name, java.util.Calendar lastModified, Component[] components)
Creates a new Feature with the specified arguments.- Parameters:
keyName
- The name of the Feature.name
- The name of the Feature.lastModified
- The last Modification Date of the Product.components
- The Components of the Feature.- See Also:
Component
-
-