public static final class

AboutPagePanelModuleDescriptorImpl.Material

extends Object
implements Comparable<T>
java.lang.Object
   ↳ com.atlassian.jira.plugin.aboutpagepanel.AboutPagePanelModuleDescriptorImpl.Material

Class Overview

Encapsulates data from the Bill Of Materials

Summary

Public Constructors
AboutPagePanelModuleDescriptorImpl.Material(String libraryName, String mavenInfo, String license, String url, String artifactType)
Public Methods
int compareTo(AboutPagePanelModuleDescriptorImpl.Material material)
boolean equals(Object o)
String getArtifactType()
String getLibraryName()
String getLicense()
String getMavenInfo()
String getUrl()
int hashCode()
boolean isGavNotUrl()
boolean isUrlAndGav()
boolean isUrlNotGav()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Comparable

Public Constructors

public AboutPagePanelModuleDescriptorImpl.Material (String libraryName, String mavenInfo, String license, String url, String artifactType)

Public Methods

public int compareTo (AboutPagePanelModuleDescriptorImpl.Material material)

public boolean equals (Object o)

public String getArtifactType ()

public String getLibraryName ()

public String getLicense ()

public String getMavenInfo ()

public String getUrl ()

public int hashCode ()

public boolean isGavNotUrl ()

public boolean isUrlAndGav ()

public boolean isUrlNotGav ()

public String toString ()