Class Action


  • public class Action
    extends Object
    Action
    • Constructor Detail

      • Action

        public Action()
    • Method Detail

      • name

        public Action name​(String name)
        Name of the actions for this organisation
        Parameters:
        name - String
        Returns:
        Action
      • getName

        public String getName()
        Name of the actions for this organisation
        Returns:
        name
      • setName

        public void setName​(String name)
        Name of the actions for this organisation
        Parameters:
        name - String
      • status

        public Action status​(Action.StatusEnum status)
        Status of the action for this organisation
        Parameters:
        status - StatusEnum
        Returns:
        Action
      • getStatus

        public Action.StatusEnum getStatus()
        Status of the action for this organisation
        Returns:
        status
      • setStatus

        public void setStatus​(Action.StatusEnum status)
        Status of the action for this organisation
        Parameters:
        status - StatusEnum
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object