Package com.compomics.util.pdbfinder.pdb
Class PdbParameter
java.lang.Object
com.compomics.util.pdbfinder.pdb.PdbParameter
public class PdbParameter extends Object
PdbParameter.
- Author:
- Niklaas Colaert
-
Constructor Summary
Constructors Constructor Description PdbParameter()
Empty default constructorPdbParameter(String aPdbaccession, String aTitle, String aExperiment_type, String aResolution)
Constructor. -
Method Summary
Modifier and Type Method Description void
addBlock(PdbBlock block)
Add a block.PdbBlock[]
getBlocks()
Returns the blocks.String
getExperiment_type()
Returns the experiment type.String
getPdbaccession()
Returns the PDB accessions.String
getResolution()
Returns the resolution.String
getTitle()
Returns the title.void
setBlocks(PdbBlock[] blocks)
Set the blocks.void
setExperiment_type(String aExperiment_type)
Set the experiment type.void
setPdbaccession(String aPdbaccession)
Set the PDB accession.void
setResolution(String aResolution)
Set the resolution.void
setTitle(String aTitle)
Set the title.
-
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 accessionaTitle
- the titleaExperiment_type
- the experiment typeaResolution
- the resolution
-
-
Method Details
-
getBlocks
Returns the blocks.- Returns:
- the blocks
-
setBlocks
Set the blocks.- Parameters:
blocks
- the blocks
-
addBlock
Add a block.- Parameters:
block
- the block
-
getPdbaccession
Returns the PDB accessions.- Returns:
- the PDB accessions
-
setPdbaccession
Set the PDB accession.- Parameters:
aPdbaccession
- the PDB accession
-
getTitle
Returns the title.- Returns:
- the title
-
setTitle
Set the title.- Parameters:
aTitle
- the title
-
getExperiment_type
Returns the experiment type.- Returns:
- the experiment type
-
setExperiment_type
Set the experiment type.- Parameters:
aExperiment_type
- the experiment type
-
getResolution
Returns the resolution.- Returns:
- the resolution
-
setResolution
Set the resolution.- Parameters:
aResolution
- the resolution
-