Package org.projecthusky.common.model
Class SpecimenRole
java.lang.Object
org.projecthusky.common.model.PlayingEntity
org.projecthusky.common.model.SpecimenRole
- Direct Known Subclasses:
Specimen
The Class SpecimenRole.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new specimen role.Instantiates a new specimen role. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addId
(Identificator id) Adds the id.Gets the id list.Method to getvoid
setSpecimenRole
(POCDMT000040SpecimenRole specimenRole) Method to setMethods inherited from class org.projecthusky.common.model.PlayingEntity
addName, getCode, getNames, getPlayingEntity, setCode, setPlayingEntity
-
Constructor Details
-
SpecimenRole
public SpecimenRole()Instantiates a new specimen role. -
SpecimenRole
Instantiates a new specimen role.- Parameters:
mdht
- the mdht
-
-
Method Details
-
addId
Adds the id.- Parameters:
id
- the id
-
getIdList
Gets the id list.- Returns:
- the id list
-
getSpecimenRole
Method to get- Returns:
- the specimenRole
-
setSpecimenRole
Method to set- Parameters:
specimenRole
- the specimenRole to set
-