Class GenericDrugtypeInfo
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.disb.model.GenericDrugtypeInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class GenericDrugtypeInfo extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericDrugtypeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrugTypegetDrugType()GenericDruggetGenericDrug()java.lang.StringgetId()voidsetDrugType(DrugType drugType)voidsetGenericDrug(GenericDrug genericDrug)voidsetId(java.lang.String id)
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getGenericDrug
public GenericDrug getGenericDrug()
-
setGenericDrug
public void setGenericDrug(GenericDrug genericDrug)
-
getDrugType
public DrugType getDrugType()
-
setDrugType
public void setDrugType(DrugType drugType)
-
-