Class CoordinatesBase
java.lang.Object
org.apache.maven.buildcache.xml.config.CoordinatesBase
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExecutionIdsList,GoalId,GoalsList,PluginConfigurationScan,PluginSet
Class CoordinatesBase.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the artifactId field.Get the groupId field.voidsetArtifactId(String artifactId) Set the artifactId field.voidsetGroupId(String groupId) Set the groupId field.
-
Constructor Details
-
CoordinatesBase
public CoordinatesBase()
-
-
Method Details
-
getArtifactId
Get the artifactId field.- Returns:
- String
-
getGroupId
Get the groupId field.- Returns:
- String
-
setArtifactId
Set the artifactId field.- Parameters:
artifactId- a artifactId object.
-
setGroupId
Set the groupId field.- Parameters:
groupId- a groupId object.
-