Class ChemicalRepresentationSystem
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.disb.model.ChemicalRepresentationSystem
-
- All Implemented Interfaces:
java.io.Serializable
public class ChemicalRepresentationSystem extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChemicalRepresentationSystem()ChemicalRepresentationSystem(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ChemicalRepresentation>getChemicalRepresentations()intgetId()java.lang.StringgetName()voidsetChemicalRepresentations(java.util.List<ChemicalRepresentation> chemicalRepresentations)voidsetId(int id)voidsetName(java.lang.String name)
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int id)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getChemicalRepresentations
public java.util.List<ChemicalRepresentation> getChemicalRepresentations()
-
setChemicalRepresentations
public void setChemicalRepresentations(java.util.List<ChemicalRepresentation> chemicalRepresentations)
-
-