Class RemoteKpiAction


  • public class RemoteKpiAction
    extends Object
    Wrapper of KPI Action
    Author:
    Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
    • Constructor Detail

      • RemoteKpiAction

        public RemoteKpiAction()
      • RemoteKpiAction

        public RemoteKpiAction​(int type,
                               String name,
                               String description,
                               String script)
    • Method Detail

      • getType

        public int getType()
      • setType

        public void setType​(int type)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getScript

        public String getScript()
      • setScript

        public void setScript​(String script)