Alle implementierten Schnittstellen:
DecisionContainer, ResolvableDataItem<StoryTag>, Modifyable, NumericalValue<StoryTag>, SelectedValue<StoryTag>

public class StoryTagValue extends ComplexDataItemValue<StoryTag>
  • Konstruktordetails

    • StoryTagValue

      public StoryTagValue()
    • StoryTagValue

      public StoryTagValue(StoryTag data)
      Parameter:
      data -
  • Methodendetails

    • getEnemy

      public StoryTagElement getEnemy()
      Gibt zurück:
      the enemy
    • setEnemy

      public void setEnemy(StoryTagElement enemy)
      Parameter:
      enemy - the enemy to set
    • getFriend

      public StoryTagElement getFriend()
      Gibt zurück:
      the friend
    • setFriend

      public void setFriend(String friend)
      Parameter:
      friend - the friend to set
    • getComplication

      public StoryTagElement getComplication()
      Gibt zurück:
      the complication
    • setComplication

      public void setComplication(String complication)
      Parameter:
      complication - the complication to set
    • getThing

      public StoryTagElement getThing()
      Gibt zurück:
      the thing
    • setThing

      public void setThing(String thing)
      Parameter:
      thing - the thing to set
    • getPlace

      public StoryTagElement getPlace()
      Gibt zurück:
      the place
    • setPlace

      public void setPlace(String place)
      Parameter:
      place - the place to set