Class Stereotype

java.lang.Object
org.fedoraproject.xmvn.config.Stereotype
All Implemented Interfaces:
Serializable, Cloneable

public class Stereotype extends Object implements Serializable, Cloneable
Stereotype of Maven artifact.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • Stereotype

      public Stereotype()
  • Method Details

    • clone

      public Stereotype clone()
      Method clone.
      Overrides:
      clone in class Object
      Returns:
      Stereotype
    • getClassifier

      public String getClassifier()
      Get classifier of the artifact.
      Returns:
      String
    • getExtension

      public String getExtension()
      Get extension of the artifact.
      Returns:
      String
    • getType

      public String getType()
      Get type ID of the stereotype.
      Returns:
      String
    • setClassifier

      public void setClassifier(String classifier)
      Set classifier of the artifact.
      Parameters:
      classifier - a classifier object.
    • setExtension

      public void setExtension(String extension)
      Set extension of the artifact.
      Parameters:
      extension - a extension object.
    • setType

      public void setType(String type)
      Set type ID of the stereotype.
      Parameters:
      type - a type object.