Class SupportTicketForm
java.lang.Object
de.hybris.platform.customerticketingaddon.forms.SupportTicketForm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.web.multipart.MultipartFile>getFiles()getId()voidsetAssociatedTo(String associtedTo) voidvoidvoidsetMessage(String message) voidvoidsetSubject(String subject) voidsetTicketCategory(TicketCategory ticketCategory)
-
Constructor Details
-
SupportTicketForm
public SupportTicketForm()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getSubject
- Returns:
- the subject
-
setSubject
- Parameters:
subject- the subject to set
-
getMessage
- Returns:
- the message
-
setMessage
- Parameters:
message- the message to set
-
getStatus
- Returns:
- the status
-
setStatus
- Parameters:
status- the status to set
-
getAssociatedTo
- Returns:
- the associtedObject
-
setAssociatedTo
- Parameters:
associtedTo- the associtedObject to set
-
getTicketCategory
- Returns:
- the ticketCategory
-
setTicketCategory
- Parameters:
ticketCategory- the ticketCategory to set
-
getFiles
-
setFiles
-