Class PropertyValue
java.lang.Object
org.apache.maven.buildcache.xml.build.PropertyValue
- All Implemented Interfaces:
Serializable
Class PropertyValue.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the name field.getValue()Get the value field.Get the tracked field.voidSet the name field.voidsetTracked(Boolean tracked) Set the tracked field.voidSet the value field.
-
Constructor Details
-
PropertyValue
public PropertyValue()
-
-
Method Details
-
getName
Get the name field.- Returns:
- String
-
getValue
Get the value field.- Returns:
- String
-
isTracked
Get the tracked field.- Returns:
- Boolean
-
setName
Set the name field.- Parameters:
name- a name object.
-
setTracked
Set the tracked field.- Parameters:
tracked- a tracked object.
-
setValue
Set the value field.- Parameters:
value- a value object.
-