Class GoalId
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
Class GoalId.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.buildcache.xml.config.CoordinatesBase
getArtifactId, getGroupId, setArtifactId, setGroupId
-
Constructor Details
-
GoalId
public GoalId()
-
-
Method Details
-
getGoal
Get the goal field.- Returns:
- String
-
setGoal
Set the goal field.- Parameters:
goal- a goal object.
-