Class StoryTagValue

All Implemented Interfaces:
DecisionContainer, ResolvableDataItem<StoryTag>, Modifyable, NumericalValue<StoryTag>, SelectedValue<StoryTag>

public class StoryTagValue extends ComplexDataItemValue<StoryTag>
  • Constructor Details

    • StoryTagValue

      public StoryTagValue()
    • StoryTagValue

      public StoryTagValue(StoryTag data)
      Parameters:
      data -
  • Method Details

    • getEnemy

      public StoryTagElement getEnemy()
      Returns:
      the enemy
    • setEnemy

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

      public StoryTagElement getFriend()
      Returns:
      the friend
    • setFriend

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

      public StoryTagElement getComplication()
      Returns:
      the complication
    • setComplication

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

      public StoryTagElement getThing()
      Returns:
      the thing
    • setThing

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

      public StoryTagElement getPlace()
      Returns:
      the place
    • setPlace

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