Class AbstractComponent

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractComponent​(java.lang.String name, java.lang.Class<?> type)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Getter for component name
      java.lang.Class<?> getType()
      Getter for component class type
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AbstractComponent

        public AbstractComponent​(java.lang.String name,
                                 java.lang.Class<?> type)
        Constructor
        Parameters:
        name -
        type -
    • Method Detail

      • getName

        public java.lang.String getName()
        Getter for component name
        Returns:
      • getType

        public java.lang.Class<?> getType()
        Getter for component class type
        Returns:
      • toString

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