Class AssemblyData

java.lang.Object
org.owasp.dependencycheck.xml.assembly.AssemblyData

public class AssemblyData extends Object
A simple collection of .NET assembly data as collected from GrokAssembly.
Author:
Jeremy Long
  • Constructor Details

    • AssemblyData

      public AssemblyData()
  • Method Details

    • getError

      public String getError()
      Get the value of error.
      Returns:
      the value of error
    • setError

      public void setError(String error)
      Set the value of error.
      Parameters:
      error - new value of error
    • getCompanyName

      public String getCompanyName()
      Get the value of companyName.
      Returns:
      the value of companyName
    • setCompanyName

      public void setCompanyName(String companyName)
      Set the value of companyName.
      Parameters:
      companyName - new value of companyName
    • getProductName

      public String getProductName()
      Get the value of productName.
      Returns:
      the value of productName
    • setProductName

      public void setProductName(String productName)
      Set the value of productName.
      Parameters:
      productName - new value of productName
    • getProductVersion

      public String getProductVersion()
      Get the value of productVersion.
      Returns:
      the value of productVersion
    • setProductVersion

      public void setProductVersion(String productVersion)
      Set the value of productVersion.
      Parameters:
      productVersion - new value of productVersion
    • getComments

      public String getComments()
      Get the value of comments.
      Returns:
      the value of comments
    • setComments

      public void setComments(String comments)
      Set the value of comments.
      Parameters:
      comments - new value of comments
    • getFileDescription

      public String getFileDescription()
      Get the value of fileDescription.
      Returns:
      the value of fileDescription
    • setFileDescription

      public void setFileDescription(String fileDescription)
      Set the value of fileDescription.
      Parameters:
      fileDescription - new value of fileDescription
    • getFileName

      public String getFileName()
      Get the value of fileName.
      Returns:
      the value of fileName
    • setFileName

      public void setFileName(String fileName)
      Set the value of fileName.
      Parameters:
      fileName - new value of fileName
    • getFileVersion

      public String getFileVersion()
      Get the value of fileVersion.
      Returns:
      the value of fileVersion
    • setFileVersion

      public void setFileVersion(String fileVersion)
      Set the value of fileVersion.
      Parameters:
      fileVersion - new value of fileVersion
    • getInternalName

      public String getInternalName()
      Get the value of internalName.
      Returns:
      the value of internalName
    • setInternalName

      public void setInternalName(String internalName)
      Set the value of internalName.
      Parameters:
      internalName - new value of internalName
    • getLegalCopyright

      public String getLegalCopyright()
      Get the value of legalCopyright.
      Returns:
      the value of legalCopyright
    • setLegalCopyright

      public void setLegalCopyright(String legalCopyright)
      Set the value of legalCopyright.
      Parameters:
      legalCopyright - new value of legalCopyright
    • getLegalTrademarks

      public String getLegalTrademarks()
      Get the value of legalTrademarks.
      Returns:
      the value of legalTrademarks
    • setLegalTrademarks

      public void setLegalTrademarks(String legalTrademarks)
      Set the value of legalTrademarks.
      Parameters:
      legalTrademarks - new value of legalTrademarks
    • getOriginalFilename

      public String getOriginalFilename()
      Get the value of originalFilename.
      Returns:
      the value of originalFilename
    • setOriginalFilename

      public void setOriginalFilename(String originalFilename)
      Set the value of originalFilename.
      Parameters:
      originalFilename - new value of originalFilename
    • getFullName

      public String getFullName()
      Get the value of fullName.
      Returns:
      the value of fullName
    • setFullName

      public void setFullName(String fullName)
      Set the value of fullName.
      Parameters:
      fullName - new value of fullName
    • getNamespaces

      public List<String> getNamespaces()
      Get the value of namespaces.
      Returns:
      the value of namespaces
    • addNamespace

      public void addNamespace(String namespace)
      Adds a name space.
      Parameters:
      namespace - the namespace to add
    • getWarning

      public String getWarning()
      Get the value of warning.
      Returns:
      the value of warning
    • setWarning

      public void setWarning(String warning)
      Set the value of warning.
      Parameters:
      warning - new value of warning