com.atlassian.jira.plugin.aboutpagepanel
Class AboutPagePanelModuleDescriptorImpl.Material

java.lang.Object
  extended by com.atlassian.jira.plugin.aboutpagepanel.AboutPagePanelModuleDescriptorImpl.Material
All Implemented Interfaces:
Comparable<AboutPagePanelModuleDescriptorImpl.Material>
Enclosing class:
AboutPagePanelModuleDescriptorImpl

public static final class AboutPagePanelModuleDescriptorImpl.Material
extends Object
implements Comparable<AboutPagePanelModuleDescriptorImpl.Material>

Encapsulates data from the Bill Of Materials


Constructor Summary
AboutPagePanelModuleDescriptorImpl.Material(String libraryName, String mavenInfo, String license, String url, String artifactType)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AboutPagePanelModuleDescriptorImpl.Material

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

getLibraryName

public String getLibraryName()

getMavenInfo

public String getMavenInfo()

getLicense

public String getLicense()

getUrl

public String getUrl()

getArtifactType

public String getArtifactType()

isUrlAndGav

public boolean isUrlAndGav()

isUrlNotGav

public boolean isUrlNotGav()

isGavNotUrl

public boolean isGavNotUrl()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(@Nonnull
                     AboutPagePanelModuleDescriptorImpl.Material material)
Specified by:
compareTo in interface Comparable<AboutPagePanelModuleDescriptorImpl.Material>


Copyright © 2002-2014 Atlassian. All Rights Reserved.