Class Feature


  • public class Feature
    extends java.lang.Object

    Entity that represents a Product's Feature of the Global Registry.

    See Also:
    SoftwareObject, Product, Component
    • Constructor Summary

      Constructors 
      Constructor Description
      Feature​(java.lang.String keyName, java.lang.String name, java.util.Calendar lastModified, Component[] components)
      Creates a new Feature with the specified arguments.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Method Detail

      • getComponents

        public Component[] getComponents()
        The Components of the Feature.
        See Also:
        Component
      • getLastModified

        public java.util.Calendar getLastModified()
        The last Modification Date of the Product.
      • getKeyName

        public java.lang.String getKeyName()
        The key name of the Feature.
      • getName

        public java.lang.String getName()
        The name of the Feature.