Class Step


  • public class Step
    extends Object
    A step
    • Constructor Detail

      • Step

        public Step()
        No args constructor for use in serialization
    • Method Detail

      • getLocation

        public Location getLocation()
        * Points to a line and a column in a text file (Required)
      • setLocation

        public void setLocation​(Location location)
        * Points to a line and a column in a text file (Required)
      • getKeyword

        public String getKeyword()
        (Required)
      • setKeyword

        public void setKeyword​(String keyword)
        (Required)
      • getText

        public String getText()
        (Required)
      • setText

        public void setText​(String text)
        (Required)
      • getDocString

        public DocString getDocString()
      • setDocString

        public void setDocString​(DocString docString)
      • getDataTable

        public DataTable getDataTable()
      • setDataTable

        public void setDataTable​(DataTable dataTable)
      • getId

        public String getId()
        Unique ID to be able to reference the Step from PickleStep (Required)
      • setId

        public void setId​(String id)
        Unique ID to be able to reference the Step from PickleStep (Required)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object