Class PsmClusterClassKey

java.lang.Object
eu.isas.reporter.calculation.clustering.keys.PsmClusterClassKey
All Implemented Interfaces:
ClusterClassKey, Serializable

public class PsmClusterClassKey extends Object implements ClusterClassKey, Serializable
Key for the class of a PSM cluster.
Author:
Marc Vaudel
See Also:
  • Constructor Details

    • PsmClusterClassKey

      public PsmClusterClassKey()
      Constructor.
  • Method Details

    • isStarred

      public Boolean isStarred()
      Indicates whether the PSMs must be starred.
      Returns:
      a boolean indicating whether the PSMs must be starred
    • setStarred

      public void setStarred(Boolean starred)
      Sets whether the PSMs must be starred.
      Parameters:
      starred - a boolean indicating whether the PSMs must be starred
    • getFile

      public String getFile()
      Returns the spectrum file.
      Returns:
      the spectrum file
    • setFile

      public void setFile(String file)
      Sets the spectrum file.
      Parameters:
      file - the spectrum file
    • getName

      public String getName()
      Description copied from interface: ClusterClassKey
      Returns the name of the cluster class.
      Specified by:
      getName in interface ClusterClassKey
      Returns:
      the name of the cluster class
    • getDescription

      public String getDescription()
      Description copied from interface: ClusterClassKey
      Returns the description of the cluster class.
      Specified by:
      getDescription in interface ClusterClassKey
      Returns:
      the description of the cluster class
    • toString

      public String toString()
      Overrides:
      toString in class Object