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 String
getDefaultValue()
Get the defaultValue field.String
getPropertyName()
Get the propertyName field.String
getSkipValue()
Get the skipValue field.String
getValue()
Get the value field.void
setDefaultValue(String defaultValue)
Set the defaultValue field.void
setPropertyName(String propertyName)
Set the propertyName field.void
setSkipValue(String skipValue)
Set the skipValue field.void
setValue(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.
-
-