Class Issue

  • Direct Known Subclasses:
    ResCatIssue

    public class Issue
    extends Object
    Author:
    Niko Siltala
    • Constructor Detail

      • Issue

        public Issue()
        Default constructor
      • Issue

        public Issue​(String id,
                     String msg)
        Custom constructor
    • Method Detail

      • getDate

        public Date getDate()
        Returns:
        the date
      • setDate

        public void setDate​(Date date)
        Parameters:
        date - the date to set
      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • getMsg

        public String getMsg()
        Returns:
        the msg
      • setMsg

        public void setMsg​(String msg)
        Parameters:
        msg - the msg to set