Class TestArtifact

java.lang.Object
io.apicurio.registry.maven.TestArtifact

public class TestArtifact extends Object
  • Constructor Details

    • TestArtifact

      public TestArtifact()
      Constructor.
  • Method Details

    • getGroupId

      public String getGroupId()
      Returns:
      the groupId
    • setGroupId

      public void setGroupId(String groupId)
      Parameters:
      groupId - the groupId to set
    • getArtifactId

      public String getArtifactId()
      Returns:
      the artifactId
    • setArtifactId

      public void setArtifactId(String artifactId)
      Parameters:
      artifactId - the artifactId to set
    • getFile

      public File getFile()
      Returns:
      the file
    • setFile

      public void setFile(File file)
      Parameters:
      file - the file to set
    • getContentType

      public String getContentType()
      Returns:
      the content type
    • setContentType

      public void setContentType(String contentType)
      Parameters:
      contentType - the contentType to set