Class Entity
java.lang.Object
org.biojava.nbio.structure.io.mmcif.model.Entity
A simple class to represent Entity records in mmCif files
- Author:
- Andreas Prlic
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getType()
void
setDetails
(String details) void
setFormula_weight
(String formula_weight) void
void
setPdbx_description
(String pdbx_description) void
setPdbx_ec
(String pdbx_ec) void
setPdbx_fragment
(String pdbx_fragment) void
setPdbx_mutation
(String pdbx_mutation) void
setPdbx_number_of_molecules
(String pdbx_number_of_molecules) void
setSrc_method
(String src_method) void
toString()
-
Constructor Details
-
Entity
public Entity()
-
-
Method Details
-
toString
-
getId
-
setId
-
getType
-
setType
-
getSrc_method
-
setSrc_method
-
getPdbx_description
-
setPdbx_description
-
getFormula_weight
-
setFormula_weight
-
getPdbx_number_of_molecules
-
setPdbx_number_of_molecules
-
getDetails
-
setDetails
-
getPdbx_mutation
-
setPdbx_mutation
-
getPdbx_fragment
-
setPdbx_fragment
-
getPdbx_ec
-
setPdbx_ec
-