Class PdbxEntityNonPoly
- java.lang.Object
-
- org.biojava.nbio.structure.io.mmcif.model.PdbxEntityNonPoly
-
public class PdbxEntityNonPoly extends Object
A bean for the Pdbx_entity_nonpoly category.- Since:
- 1.7
- Author:
- Andreas Prlic
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityNonPoly()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComp_id()
String
getEntity_id()
String
getName()
void
setComp_id(String comp_id)
void
setEntity_id(String entity_id)
void
setName(String name)
-
-
-
Constructor Detail
-
PdbxEntityNonPoly
public PdbxEntityNonPoly()
-
-
Method Detail
-
getEntity_id
public String getEntity_id()
-
setEntity_id
public void setEntity_id(String entity_id)
-
getComp_id
public String getComp_id()
-
setComp_id
public void setComp_id(String comp_id)
-
-