Class PdbParameter

java.lang.Object
com.compomics.util.pdbfinder.pdb.PdbParameter

public class PdbParameter
extends Object
PdbParameter.
Author:
Niklaas Colaert
  • Constructor Details

    • PdbParameter

      public PdbParameter()
      Empty default constructor
    • PdbParameter

      public PdbParameter​(String aPdbaccession, String aTitle, String aExperiment_type, String aResolution)
      Constructor.
      Parameters:
      aPdbaccession - the PDB accession
      aTitle - the title
      aExperiment_type - the experiment type
      aResolution - the resolution
  • Method Details

    • getBlocks

      public PdbBlock[] getBlocks()
      Returns the blocks.
      Returns:
      the blocks
    • setBlocks

      public void setBlocks​(PdbBlock[] blocks)
      Set the blocks.
      Parameters:
      blocks - the blocks
    • addBlock

      public void addBlock​(PdbBlock block)
      Add a block.
      Parameters:
      block - the block
    • getPdbaccession

      public String getPdbaccession()
      Returns the PDB accessions.
      Returns:
      the PDB accessions
    • setPdbaccession

      public void setPdbaccession​(String aPdbaccession)
      Set the PDB accession.
      Parameters:
      aPdbaccession - the PDB accession
    • getTitle

      public String getTitle()
      Returns the title.
      Returns:
      the title
    • setTitle

      public void setTitle​(String aTitle)
      Set the title.
      Parameters:
      aTitle - the title
    • getExperiment_type

      public String getExperiment_type()
      Returns the experiment type.
      Returns:
      the experiment type
    • setExperiment_type

      public void setExperiment_type​(String aExperiment_type)
      Set the experiment type.
      Parameters:
      aExperiment_type - the experiment type
    • getResolution

      public String getResolution()
      Returns the resolution.
      Returns:
      the resolution
    • setResolution

      public void setResolution​(String aResolution)
      Set the resolution.
      Parameters:
      aResolution - the resolution