com.compomics.util.pdbfinder.pdb
Class PdbParameter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PdbParameter
public PdbParameter(String aPdbaccession,
String aTitle,
String aExperiment_type,
String aResolution)
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.