Class SupportTicketForm


  • public class SupportTicketForm
    extends java.lang.Object
    • Constructor Detail

      • SupportTicketForm

        public SupportTicketForm()
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns:
        the id
      • setId

        public void setId​(java.lang.String id)
        Parameters:
        id - the id to set
      • getSubject

        public java.lang.String getSubject()
        Returns:
        the subject
      • setSubject

        public void setSubject​(java.lang.String subject)
        Parameters:
        subject - the subject to set
      • getMessage

        public java.lang.String getMessage()
        Returns:
        the message
      • setMessage

        public void setMessage​(java.lang.String message)
        Parameters:
        message - the message to set
      • getStatus

        public java.lang.String getStatus()
        Returns:
        the status
      • setStatus

        public void setStatus​(java.lang.String status)
        Parameters:
        status - the status to set
      • getAssociatedTo

        public java.lang.String getAssociatedTo()
        Returns:
        the associtedObject
      • setAssociatedTo

        public void setAssociatedTo​(java.lang.String associtedTo)
        Parameters:
        associtedTo - the associtedObject to set
      • getTicketCategory

        public TicketCategory getTicketCategory()
        Returns:
        the ticketCategory
      • setTicketCategory

        public void setTicketCategory​(TicketCategory ticketCategory)
        Parameters:
        ticketCategory - the ticketCategory to set
      • getFiles

        public java.util.List<org.springframework.web.multipart.MultipartFile> getFiles()
      • setFiles

        public void setFiles​(java.util.List<org.springframework.web.multipart.MultipartFile> files)