java.lang.Object
org.apache.maven.buildcache.xml.config.CoordinatesBase
org.apache.maven.buildcache.xml.config.GoalId
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GoalReconciliation

public class GoalId extends CoordinatesBase implements Serializable
Class GoalId.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • GoalId

      public GoalId()
  • Method Details

    • getGoal

      public String getGoal()
      Get the goal field.
      Returns:
      String
    • setGoal

      public void setGoal(String goal)
      Set the goal field.
      Parameters:
      goal - a goal object.