|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.structure.PDBHeader
public class PDBHeader
A class that contains PDB Header information.
Field Summary | |
---|---|
static float |
DEFAULT_RESOLUTION
|
static String |
newline
|
Constructor Summary | |
---|---|
PDBHeader()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final float DEFAULT_RESOLUTION
public static final String newline
Constructor Detail |
---|
public PDBHeader()
Method Detail |
---|
public String toString()
toString
in class Object
public String toPDB()
toPDB
in interface PDBRecord
public void toPDB(StringBuffer buf)
toPDB
in interface PDBRecord
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 getMethod()
public void setMethod(String method)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getAuthors()
public void setAuthors(String authors)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |