Class PropertyName
- java.lang.Object
-
- org.apache.maven.buildcache.xml.config.PropertyName
-
- All Implemented Interfaces:
Serializable
public class PropertyName extends Object implements Serializable
Class PropertyName.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPropertyName()Get the propertyName field.StringgetValue()Get the value field.voidsetPropertyName(String propertyName)Set the propertyName field.voidsetValue(String value)Set the value field.
-
-
-
Method Detail
-
getPropertyName
public String getPropertyName()
Get the propertyName field.- Returns:
- String
-
getValue
public String getValue()
Get the value field.- Returns:
- String
-
setPropertyName
public void setPropertyName(String propertyName)
Set the propertyName field.- Parameters:
propertyName- a propertyName object.
-
setValue
public void setValue(String value)
Set the value field.- Parameters:
value- a value object.
-
-