Class CoordinatesBase
- java.lang.Object
-
- org.apache.maven.buildcache.xml.config.CoordinatesBase
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExecutionIdsList
,GoalId
,GoalsList
,PluginConfigurationScan
,PluginSet
public class CoordinatesBase extends Object implements Serializable
Class CoordinatesBase.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoordinatesBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactId()
Get the artifactId field.String
getGroupId()
Get the groupId field.void
setArtifactId(String artifactId)
Set the artifactId field.void
setGroupId(String groupId)
Set the groupId field.
-
-
-
Method Detail
-
getArtifactId
public String getArtifactId()
Get the artifactId field.- Returns:
- String
-
getGroupId
public String getGroupId()
Get the groupId field.- Returns:
- String
-
setArtifactId
public void setArtifactId(String artifactId)
Set the artifactId field.- Parameters:
artifactId
- a artifactId object.
-
setGroupId
public void setGroupId(String groupId)
Set the groupId field.- Parameters:
groupId
- a groupId object.
-
-