Class Function

All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem

public class Function extends Script
See Also:
  • Constructor Details

    • Function

      public Function()
  • Method Details

    • setScriptId

      public void setScriptId(int scriptId)
    • setType

      public void setType(int type)
    • setEventTypeIdList

      public void setEventTypeIdList(List<String> eventTypeIdList)
    • getScriptId

      public int getScriptId()
    • getType

      public int getType()
    • getEventTypeIdList

      public List<String> getEventTypeIdList()
    • toString

      public String toString()
      Overrides:
      toString in class IdTitle