Class SimpleMapRefset
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.model.VersionedComponent
-
- in.cdac.medinfo.csnotk.csnolib.model.Component
-
- in.cdac.medinfo.csnotk.csnolib.model.SimpleMapRefset
-
public class SimpleMapRefset extends Component
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BytegetActiveStatus()Retrieves the status of the Relationship.java.lang.StringgetId()Returns the component identifier.java.lang.StringgetMapTarget()Returns mapTarget of the SimpleMapRefsetjava.lang.StringgetModuleId()returns the module Id of the Relationship.ConceptgetreferencedComponent()Returns the referenced Component Id.java.lang.StringgetRefSetId()Returns id of the Refsetjava.util.DategetTime()returns the effective time of the SimpleMapRefset.voidsetActiveStatus(java.lang.Byte activeStatus)sets the Relationship status.voidsetId(java.lang.String id)sets the Id of the relationship.voidsetMapTarget(java.lang.String mapTarget)Sets the SimpleMapRefset mapTargetvoidsetModuleId(java.lang.String modId)sets the module Id of the SimpleMapRefset.voidsetreferencedComponent(Concept referencedComponent)Sets the source referenced Component Id.voidsetRefSetId(java.lang.String refSetId)Sets the Refset IdvoidsetTime(java.util.Date date)sets the effective time.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Description copied from class:ComponentReturns the component identifier.
-
setId
public void setId(java.lang.String id)
sets the Id of the relationship.
-
getActiveStatus
public java.lang.Byte getActiveStatus()
Retrieves the status of the Relationship.- Overrides:
getActiveStatusin classVersionedComponent- Returns:
- activeStatus of a component
-
setActiveStatus
public void setActiveStatus(java.lang.Byte activeStatus)
sets the Relationship status.- Overrides:
setActiveStatusin classVersionedComponent- Parameters:
activeStatus- represents active Status of the component
-
getModuleId
public java.lang.String getModuleId()
returns the module Id of the Relationship.- Overrides:
getModuleIdin classVersionedComponent- Returns:
- module Id of a component
-
setModuleId
public void setModuleId(java.lang.String modId)
sets the module Id of the SimpleMapRefset.- Overrides:
setModuleIdin classVersionedComponent- Parameters:
modId- represents module Id of a component
-
getTime
public java.util.Date getTime()
returns the effective time of the SimpleMapRefset.- Overrides:
getTimein classVersionedComponent- Returns:
- effective time of that component
-
setTime
public void setTime(java.util.Date date)
sets the effective time.- Overrides:
setTimein classVersionedComponent- Parameters:
date- - represents effective time
-
getRefSetId
public java.lang.String getRefSetId()
Returns id of the Refset- Returns:
- id of a Refset
-
setRefSetId
public void setRefSetId(java.lang.String refSetId)
Sets the Refset Id- Parameters:
refSetId- Id of a Refset
-
getreferencedComponent
public Concept getreferencedComponent()
Returns the referenced Component Id.- Returns:
- the identifier of the source
Conceptof this SimpleMapRefset.
-
setreferencedComponent
public void setreferencedComponent(Concept referencedComponent)
Sets the source referenced Component Id.- Parameters:
referencedComponent- Id of the referencedComponent concept.
-
getMapTarget
public java.lang.String getMapTarget()
Returns mapTarget of the SimpleMapRefset- Returns:
- mapTarget of a SimpleMapRefset
-
setMapTarget
public void setMapTarget(java.lang.String mapTarget)
Sets the SimpleMapRefset mapTarget- Parameters:
mapTarget- mapTarget of a SimpleMapRefset
-
-