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:
  • Constructor Details

    • PropertyName

      public PropertyName()
  • Method Details

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