Class DescriptionInfo

    • Constructor Detail

      • DescriptionInfo

        public DescriptionInfo()
        Default constructor
      • DescriptionInfo

        public DescriptionInfo​(String id,
                               String guid,
                               String name,
                               String desc)
        Constructor for assigning information at construction.
        Parameters:
        id - Id value for this information element
        guid - Global Unique Id value for this information element
        name - Name of this information element
        desc - Description of this information element
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getId

        public String getId()
        Gets the (local) id of this info item
        Returns:
        the id
      • setId

        public void setId​(String id)
        Sets the (local) id of this info item
        Parameters:
        id - the id to set
      • getGuid

        public String getGuid()
        Gets the Global Unique ID (GUID) of this info item
        Returns:
        the guid
      • setGuid

        public void setGuid​(String guid)
        Sets the Global Unique ID (GUID) of this info item
        Parameters:
        guid - the guid to set
      • getName

        public String getName()
        Gets the name of this info item
        Returns:
        the name
      • setName

        public void setName​(String name)
        Sets the name of this info item
        Parameters:
        name - the name to set
      • getDescription

        public String getDescription()
        Gets the description of this info item
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Sets the description of this info item
        Parameters:
        description - the description to set