Class 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String classifier
      Classifier of the artifact.
      private java.lang.String extension
      Extension of the artifact.
      private java.lang.String type
      Type ID of the stereotype.
    • 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.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        private java.lang.String type
        Type ID of the stereotype.
      • extension

        private java.lang.String extension
        Extension of the artifact.
      • classifier

        private java.lang.String classifier
        Classifier of the artifact.
    • Constructor Detail

      • Stereotype

        public Stereotype()
    • Method Detail

      • clone

        public Stereotype clone()
        Method clone.
        Overrides:
        clone in class java.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 -
      • setExtension

        public void setExtension​(java.lang.String extension)
        Set extension of the artifact.
        Parameters:
        extension -
      • setType

        public void setType​(java.lang.String type)
        Set type ID of the stereotype.
        Parameters:
        type -