Class ClientAction

  • All Implemented Interfaces:
    com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, Serializable

    public class ClientAction
    extends com.opensymphony.xwork2.ActionSupport

    ClientAction class.

    Version:
    $Id: $Id
    Author:
    Michael Thomas (mikepthomas@outlook.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientAction

        public ClientAction()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • getPageTitle

        public String getPageTitle()

        getPageTitle.

        Returns:
        a String object.
      • getPpd

        public String getPpd()

        getPpd.

        Returns:
        a String object.
      • getId

        public String getId()

        getId.

        Returns:
        a String object.
      • getStatus

        public String getStatus()

        getStatus.

        Returns:
        a String object.
      • getProgress

        public String getProgress()

        getProgress.

        Returns:
        a String object.
      • getEta

        public String getEta()

        getEta.

        Returns:
        a String object.
      • getCredit

        public String getCredit()

        getCredit.

        Returns:
        a String object.
      • getPrcg

        public String getPrcg()

        getPrcg.

        Returns:
        a String object.
      • getDescription

        public String getDescription()

        getDescription.

        Returns:
        a String object.
      • getControl

        public String getControl()

        Getter for the field control.

        Returns:
        a String object.
      • setControl

        public void setControl​(String control)

        Setter for the field control.

        Parameters:
        control - a String object.
      • setConnection

        public void setConnection​(info.mikethomas.jfold.Connection connection)