com.h3xstream.retirejs.vuln
Class DescriptionModel

java.lang.Object
  extended by com.h3xstream.retirejs.vuln.DescriptionModel

public class DescriptionModel
extends Object


Constructor Summary
DescriptionModel()
           
 
Method Summary
 String getAboveVersion()
           
 String getBelowVersion()
           
 String getDetectedLibrary()
           
 String getDetectedVersion()
           
 List<String> getLinks()
           
 void setAboveVersion(String aboveVersion)
           
 void setBelowVersion(String belowVersion)
           
 void setDetectedLibrary(String detectedLibrary)
           
 void setDetectedVersion(String detectedVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionModel

public DescriptionModel()
Method Detail

getDetectedLibrary

public String getDetectedLibrary()

setDetectedLibrary

public void setDetectedLibrary(String detectedLibrary)

getDetectedVersion

public String getDetectedVersion()

setDetectedVersion

public void setDetectedVersion(String detectedVersion)

getLinks

public List<String> getLinks()

getAboveVersion

public String getAboveVersion()

setAboveVersion

public void setAboveVersion(String aboveVersion)

getBelowVersion

public String getBelowVersion()

setBelowVersion

public void setBelowVersion(String belowVersion)


Copyright © 2015. All rights reserved.