public class PDBHeader extends Object implements PDBRecord, Serializable
| Modifier and Type | Field and Description |
|---|---|
static float |
DEFAULT_RESOLUTION |
static String |
newline |
| Constructor and Description |
|---|
PDBHeader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(PDBHeader other)
Compare two PDBHeader objects
|
String |
getAuthors()
Returns the names of the authors as listed in the AUTHORS section of a PDB file.
|
String |
getClassification() |
Date |
getDepDate() |
String |
getDescription() |
Long |
getId()
Get the ID used by Hibernate.
|
String |
getIdCode()
The PDB code for this protein structure.
|
String |
getMethod() |
Date |
getModDate() |
float |
getResolution() |
String |
getTechnique() |
String |
getTitle() |
void |
setAuthors(String authors) |
void |
setClassification(String classification) |
void |
setDepDate(Date depDate) |
void |
setDescription(String description) |
void |
setIdCode(String idCode)
The PDB code for this protein structure.
|
void |
setMethod(String method) |
void |
setModDate(Date modDate) |
void |
setResolution(float resolution) |
void |
setTechnique(String technique) |
void |
setTitle(String title) |
String |
toPDB()
Return a PDB representation of the PDB Header
|
void |
toPDB(StringBuffer buf)
Appends a PDB representation of the PDB header to the provided StringBuffer
|
String |
toString()
String representation
|
public static final float DEFAULT_RESOLUTION
public PDBHeader()
public void toPDB(StringBuffer buf)
public Long getId()
setId(Long)public boolean equals(PDBHeader other)
other - a PDBHeader object to compare this one to.public String getIdCode()
setIdCode(String)public void setIdCode(String idCode)
idCode - the PDB identifiergetIdCode()public String getClassification()
public void setClassification(String classification)
public Date getDepDate()
public void setDepDate(Date depDate)
public String getTechnique()
public void setTechnique(String technique)
public float getResolution()
public void setResolution(float resolution)
public Date getModDate()
public void setModDate(Date modDate)
public String getDescription()
public void setDescription(String description)
public String getAuthors()
public void setAuthors(String authors)
Copyright © 2012 BioJava. All Rights Reserved.