Class ProteinClusterClassKey

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

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

    • ProteinClusterClassKey

      public ProteinClusterClassKey()
      Constructor.
  • Method Details

    • isStarred

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

      public void setStarred(Boolean starred)
      Sets whether the proteins must be starred.
      Parameters:
      starred - a boolean indicating whether the proteins must be starred
    • 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