Class TrackedProperty

    • Constructor Detail

      • TrackedProperty

        public TrackedProperty()
    • Method Detail

      • getDefaultValue

        public String getDefaultValue()
        Get the defaultValue field.
        Returns:
        String
      • getPropertyName

        public String getPropertyName()
        Get the propertyName field.
        Returns:
        String
      • getSkipValue

        public String getSkipValue()
        Get the skipValue field.
        Returns:
        String
      • getValue

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

        public void setDefaultValue​(String defaultValue)
        Set the defaultValue field.
        Parameters:
        defaultValue - a defaultValue object.
      • setPropertyName

        public void setPropertyName​(String propertyName)
        Set the propertyName field.
        Parameters:
        propertyName - a propertyName object.
      • setSkipValue

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

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