Class TrackedProperty

java.lang.Object
org.apache.maven.buildcache.xml.config.TrackedProperty
All Implemented Interfaces:
Serializable

public class TrackedProperty extends Object implements Serializable
Class TrackedProperty.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • TrackedProperty

      public TrackedProperty()
  • Method Details

    • 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.