Package org.projecthusky.common.model
Class PlayingEntity
java.lang.Object
org.projecthusky.common.model.PlayingEntity
- Direct Known Subclasses:
SpecimenRole
The Class PlayingEntity. An entity with a name.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new playing entity.Instantiates a new playing entity. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the name.getCode()
Gets the code.getNames()
Gets the names.Method to getvoid
Sets the code.void
setPlayingEntity
(POCDMT000040PlayingEntity playingEntity) Method to set
-
Constructor Details
-
PlayingEntity
public PlayingEntity()Instantiates a new playing entity. -
PlayingEntity
Instantiates a new playing entity.- Parameters:
mdht
- the mdht
-
-
Method Details
-
addName
Adds the name.- Parameters:
name
- name
-
getCode
Gets the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
code
- the new code
-
getNames
Gets the names.- Returns:
- the names
-
getPlayingEntity
Method to get- Returns:
- the playingEntity
-
setPlayingEntity
Method to set- Parameters:
playingEntity
- the playingEntity to set
-