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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetId()getType()voidsetDetails(String details) voidsetFormula_weight(String formula_weight) voidvoidsetPdbx_description(String pdbx_description) voidsetPdbx_ec(String pdbx_ec) voidsetPdbx_fragment(String pdbx_fragment) voidsetPdbx_mutation(String pdbx_mutation) voidsetPdbx_number_of_molecules(String pdbx_number_of_molecules) voidsetSrc_method(String src_method) voidtoString() 
- 
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
 
 -