com.compomics.util.pdbfinder.pdb
Class PdbParameter

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

public class PdbParameter
extends Object

Created by IntelliJ IDEA. User: Niklaas Colaert Date: 9-jul-2008 Time: 13:53:14


Constructor Summary
PdbParameter(String aPdbaccession, String aTitle, String aExperiment_type, String aResolution)
           
 
Method Summary
 void addBlock(PdbBlock block)
           
 PdbBlock[] getBlocks()
           
 String getExperiment_type()
           
 String getPdbaccession()
           
 String getResolution()
           
 String getTitle()
           
 void setBlocks(PdbBlock[] blocks)
           
 void setExperiment_type(String aExperiment_type)
           
 void setPdbaccession(String aPdbaccession)
           
 void setResolution(String aResolution)
           
 void setTitle(String aTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdbParameter

public PdbParameter(String aPdbaccession,
                    String aTitle,
                    String aExperiment_type,
                    String aResolution)
Method Detail

getBlocks

public PdbBlock[] getBlocks()

setBlocks

public void setBlocks(PdbBlock[] blocks)

addBlock

public void addBlock(PdbBlock block)

getPdbaccession

public String getPdbaccession()

setPdbaccession

public void setPdbaccession(String aPdbaccession)

getTitle

public String getTitle()

setTitle

public void setTitle(String aTitle)

getExperiment_type

public String getExperiment_type()

setExperiment_type

public void setExperiment_type(String aExperiment_type)

getResolution

public String getResolution()

setResolution

public void setResolution(String aResolution)


Copyright © 2011. All Rights Reserved.