Class Function

All Implemented Interfaces:
java.io.Serializable, GuiTitlable, Idable, ListItem

public class Function
extends Script
See Also:
Serialized Form
  • Constructor Details

    • Function

      public Function()
  • Method Details

    • setScriptId

      public void setScriptId​(int scriptId)
    • setType

      public void setType​(int type)
    • setEventTypeIdList

      public void setEventTypeIdList​(java.util.List<java.lang.String> eventTypeIdList)
    • getScriptId

      public int getScriptId()
    • getType

      public int getType()
    • getEventTypeIdList

      public java.util.List<java.lang.String> getEventTypeIdList()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class IdTitle