Class Workflow

    • Constructor Detail

      • Workflow

        public Workflow()
        Create an empty instance
    • Method Detail

      • getGroups

        public List<Group> getGroups()
        Returns:
        the groups
      • getMessage

        public String getMessage()
        Returns:
        the message
      • getUser

        public User getUser()
        Returns:
        the user
      • isModified

        public boolean isModified()
        Returns:
        the modified
      • setGroups

        public void setGroups​(List<Group> groups)
        Parameters:
        groups - the groups to set
      • setMessage

        public void setMessage​(String message)
        Parameters:
        message - the message to set
      • setUser

        public void setUser​(User user)
        Parameters:
        user - the user to set
      • setModified

        public void setModified​(boolean modified)
        Parameters:
        modified - the modified to set
      • getTimestamp

        public int getTimestamp()
        Returns:
        the timestamp
      • setTimestamp

        public void setTimestamp​(int timestamp)
        Parameters:
        timestamp - the timestamp to set