|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sdsc.mbt.StructureComponent
edu.sdsc.mbt.StructureInfo
Implements a StructureComponent container for Structure information data. This information includes data such as authors, dates, and data sources.
See the "PROGRAMMING NOTE" section of the StructureComponent class.
StructureComponent
,
,
Serialized FormField Summary |
Fields inherited from class edu.sdsc.mbt.StructureComponent |
structure |
Constructor Summary | |
StructureInfo()
Creates a new StructureInfo object and initializes the StructureComponent "structure" field. |
Method Summary | |
java.lang.Object |
clone()
Clone this object. |
void |
copy(StructureComponent structureComponent)
Copy all of the field values from the parameter object into "this". |
java.lang.String |
getAuthors()
Get the authors of this entry. |
static java.lang.String |
getClassName()
This method returns the fully qualified name of this class. |
java.lang.String |
getCompoundName()
Get the name of this macromolecular structure. |
java.lang.String |
getDeterminationMethod()
Get the exerimental method used to determine this compound. |
java.lang.String |
getIdCode()
Get the PDB-ID code by which this entry is registered. |
java.lang.String |
getPrimaryReference()
Get the primary citation reference for this entry. |
void |
getReleaseDate(int[] date)
Get the date on which this entry was released. |
java.lang.String |
getSourceSpecies()
Get the source species of this compound. |
java.lang.String |
getStructureComponentType()
This method returns the fully qualified name of this class. |
boolean |
isVisible()
|
void |
setAuthors(java.lang.String names)
Set the authors of this entry. |
void |
setCompoundName(java.lang.String name)
Set the name of this macromolecular structure. |
void |
setDeterminationMethod(java.lang.String method)
Set the exerimental method used to determine this compound. |
void |
setIdCode(java.lang.String code)
Set the PDB-ID code by which this entry is registered. |
void |
setPrimaryReference(java.lang.String reference)
Set the primary citation reference for this entry. |
void |
setReleaseDate(int[] date)
Set the date on which this entry was released. |
void |
setSourceSpecies(java.lang.String species)
Set the source species of this compound. |
Methods inherited from class edu.sdsc.mbt.StructureComponent |
getStructure, setStructure |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StructureInfo()
Method Detail |
public void copy(StructureComponent structureComponent)
copy
in class StructureComponent
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class StructureComponent
java.lang.CloneNotSupportedException
public static java.lang.String getClassName()
StructureComponent
This name is used by the StructureComponentRegistry class to enable dynamic registration and discovery of new StructureComponent sub-classes/types. The name is also used to create instances of any sublcass dynamically from this name.
public java.lang.String getStructureComponentType()
getStructureComponentType
in class StructureComponent
public void setIdCode(java.lang.String code)
public java.lang.String getIdCode()
public void setCompoundName(java.lang.String name)
public java.lang.String getCompoundName()
public void setReleaseDate(int[] date)
public void getReleaseDate(int[] date)
public void setAuthors(java.lang.String names)
public java.lang.String getAuthors()
public void setPrimaryReference(java.lang.String reference)
public java.lang.String getPrimaryReference()
public void setSourceSpecies(java.lang.String species)
public java.lang.String getSourceSpecies()
public void setDeterminationMethod(java.lang.String method)
public java.lang.String getDeterminationMethod()
public boolean isVisible()
isVisible
in class StructureComponent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |