Class ObjectDescriptor

    • Constructor Detail

      • ObjectDescriptor

        public ObjectDescriptor​(String name,
                                String description,
                                Class<?> objectClass)
        Construct a new FieldDescription object.
        Parameters:
        name - String; name of the object
        description - String; description of the object
        objectClass - Class<?>; class of the object
    • Method Detail

      • getName

        String getName()
        Retrieve the name of the object.
        Returns:
        String; description of the object
      • getDescription

        String getDescription()
        Retrieve the description of the object.
        Returns:
        String; description of the object
      • getObjectClass

        public Class<?> getObjectClass()
        Retrieve the Class of the object.
        Returns:
        String; class name of the object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object