Class UpdateSearchResult

java.lang.Object
org.pidome.server.system.packages.installer.UpdateSearchResult

public class UpdateSearchResult extends Object
Update search result containing a list of of versions related to the component given in the search.
  • Constructor Details

    • UpdateSearchResult

      public UpdateSearchResult()
  • Method Details

    • getNewer

      public List<String> getNewer()
      Returns:
      the newer
    • setNewer

      public void setNewer(List<String> newer)
      Parameters:
      newer - the newer to set
    • getOlder

      public List<String> getOlder()
      Returns:
      the older
    • setOlder

      public void setOlder(List<String> older)
      Parameters:
      older - the older to set
    • getIncompatible

      public List<String> getIncompatible()
      Returns:
      the incompatible
    • setIncompatible

      public void setIncompatible(List<String> incompatible)
      Parameters:
      incompatible - the incompatible to set
    • toString

      public String toString()
      Class to string.
      Overrides:
      toString in class Object
      Returns:
      The string representation.
    • getCheckPackage

      public ServerPackage getCheckPackage()
      Returns:
      the component
    • setCheckPackage

      public void setCheckPackage(ServerPackage checkPackage)
      Parameters:
      checkPackage - the package to set
    • getRepository

      public String getRepository()
      Returns:
      the repository
    • setRepository

      public void setRepository(String repository)
      Parameters:
      repository - the repository to set
    • getRepositoryContainer

      public String getRepositoryContainer()
      Returns:
      the repositoryContainer
    • setRepositoryContainer

      public void setRepositoryContainer(String repositoryContainer)
      Parameters:
      repositoryContainer - the repositoryContainer to set