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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrackedProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultValue()Get the defaultValue field.StringgetPropertyName()Get the propertyName field.StringgetSkipValue()Get the skipValue field.StringgetValue()Get the value field.voidsetDefaultValue(String defaultValue)Set the defaultValue field.voidsetPropertyName(String propertyName)Set the propertyName field.voidsetSkipValue(String skipValue)Set the skipValue field.voidsetValue(String value)Set the value field.
-
-
-
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.
-
-