Class PlayingEntity

java.lang.Object
org.projecthusky.common.model.PlayingEntity
Direct Known Subclasses:
SpecimenRole

public class PlayingEntity extends Object
The Class PlayingEntity. An entity with a name.
  • Constructor Details

    • PlayingEntity

      public PlayingEntity()
      Instantiates a new playing entity.
    • PlayingEntity

      public PlayingEntity(POCDMT000040PlayingEntity mdht)
      Instantiates a new playing entity.
      Parameters:
      mdht - the mdht
  • Method Details

    • addName

      public void addName(Name name)
      Adds the name.
      Parameters:
      name - name
    • getCode

      public Code getCode()
      Gets the code.
      Returns:
      the code
    • setCode

      public void setCode(Code code)
      Sets the code.
      Parameters:
      code - the new code
    • getNames

      public List<Name> getNames()
      Gets the names.
      Returns:
      the names
    • getPlayingEntity

      public POCDMT000040PlayingEntity getPlayingEntity()
      Method to get
      Returns:
      the playingEntity
    • setPlayingEntity

      public void setPlayingEntity(POCDMT000040PlayingEntity playingEntity)
      Method to set
      Parameters:
      playingEntity - the playingEntity to set