Class PropertyValue

    • Constructor Detail

      • PropertyValue

        public PropertyValue()
    • Method Detail

      • getName

        public String getName()
        Get the name field.
        Returns:
        String
      • getValue

        public String getValue()
        Get the value field.
        Returns:
        String
      • isTracked

        public Boolean isTracked()
        Get the tracked field.
        Returns:
        Boolean
      • setName

        public void setName​(String name)
        Set the name field.
        Parameters:
        name - a name object.
      • setTracked

        public void setTracked​(Boolean tracked)
        Set the tracked field.
        Parameters:
        tracked - a tracked object.
      • setValue

        public void setValue​(String value)
        Set the value field.
        Parameters:
        value - a value object.