Class SupportTicketForm

java.lang.Object
de.hybris.platform.customerticketingaddon.forms.SupportTicketForm

public class SupportTicketForm extends Object
  • Constructor Details

    • SupportTicketForm

      public SupportTicketForm()
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • setId

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

      public String getSubject()
      Returns:
      the subject
    • setSubject

      public void setSubject(String subject)
      Parameters:
      subject - the subject to set
    • getMessage

      public String getMessage()
      Returns:
      the message
    • setMessage

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

      public String getStatus()
      Returns:
      the status
    • setStatus

      public void setStatus(String status)
      Parameters:
      status - the status to set
    • getAssociatedTo

      public String getAssociatedTo()
      Returns:
      the associtedObject
    • setAssociatedTo

      public void setAssociatedTo(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 List<org.springframework.web.multipart.MultipartFile> getFiles()
    • setFiles

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