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.CloneableStereotype 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 Stereotypeclone()Method clone.java.lang.StringgetClassifier()Get classifier of the artifact.java.lang.StringgetExtension()Get extension of the artifact.java.lang.StringgetType()Get type ID of the stereotype.voidsetClassifier(java.lang.String classifier)Set classifier of the artifact.voidsetExtension(java.lang.String extension)Set extension of the artifact.voidsetType(java.lang.String type)Set type ID of the stereotype.
-
-
-
Method Detail
-
clone
public Stereotype clone()
Method clone.- Overrides:
clonein 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.
-
-