Package org.fedoraproject.xmvn.config
Class Stereotype
- java.lang.Object
-
- org.fedoraproject.xmvn.config.Stereotype
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class Stereotype extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable
Stereotype of Maven artifact.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Stereotype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stereotype
clone()
Method clone.java.lang.String
getClassifier()
Get classifier of the artifact.java.lang.String
getExtension()
Get extension of the artifact.java.lang.String
getType()
Get type ID of the stereotype.void
setClassifier(java.lang.String classifier)
Set classifier of the artifact.void
setExtension(java.lang.String extension)
Set extension of the artifact.void
setType(java.lang.String type)
Set type ID of the stereotype.
-
-
-
Method Detail
-
clone
public Stereotype clone()
Method clone.- Overrides:
clone
in classjava.lang.Object
- Returns:
- Stereotype
-
getClassifier
public java.lang.String getClassifier()
Get classifier of the artifact.- Returns:
- String
-
getExtension
public java.lang.String getExtension()
Get extension of the artifact.- Returns:
- String
-
getType
public java.lang.String getType()
Get type ID of the stereotype.- Returns:
- String
-
setClassifier
public void setClassifier(java.lang.String classifier)
Set classifier of the artifact.- Parameters:
classifier
- a classifier object.
-
setExtension
public void setExtension(java.lang.String extension)
Set extension of the artifact.- Parameters:
extension
- a extension object.
-
setType
public void setType(java.lang.String type)
Set type ID of the stereotype.- Parameters:
type
- a type object.
-
-