org.biojava.bio.structure
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 |
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 |
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 static final String newline
public String toPDB()
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 getMethod()
public void setMethod(String method)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)