Package org.fedoraproject.xmvn.metadata
Class ArtifactAlias
java.lang.Object
org.fedoraproject.xmvn.metadata.ArtifactAlias
- All Implemented Interfaces:
Serializable
,Cloneable
Alternative artifact identification coordinates.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Method clone.Get artifact ID of the artifact alias.Get classifier of the artifact alias.Get extension of the artifact alias.Get group ID of the artifact alias.void
setArtifactId
(String artifactId) Set artifact ID of the artifact alias.void
setClassifier
(String classifier) Set classifier of the artifact alias.void
setExtension
(String extension) Set extension of the artifact alias.void
setGroupId
(String groupId) Set group ID of the artifact alias.
-
Constructor Details
-
ArtifactAlias
public ArtifactAlias()
-
-
Method Details
-
clone
Method clone. -
getArtifactId
Get artifact ID of the artifact alias.- Returns:
- String
-
getClassifier
Get classifier of the artifact alias.- Returns:
- String
-
getExtension
Get extension of the artifact alias.- Returns:
- String
-
getGroupId
Get group ID of the artifact alias.- Returns:
- String
-
setArtifactId
Set artifact ID of the artifact alias.- Parameters:
artifactId
- a artifactId object.
-
setClassifier
Set classifier of the artifact alias.- Parameters:
classifier
- a classifier object.
-
setExtension
Set extension of the artifact alias.- Parameters:
extension
- a extension object.
-
setGroupId
Set group ID of the artifact alias.- Parameters:
groupId
- a groupId object.
-