Class CsTicketParameter
java.lang.Object
de.hybris.platform.ticketsystem.data.CsTicketParameter
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.web.multipart.MultipartFile>voidsetAssignedAgent(EmployeeModel assignedAgent) voidsetAssignedGroup(CsAgentGroupModel assignedGroup) voidsetAssociatedTo(AbstractOrderModel associatedTo) voidsetAttachments(List<org.springframework.web.multipart.MultipartFile> attachments) voidsetCategory(CsTicketCategory category) voidsetCreationNotes(String creationNotes) voidsetCustomer(UserModel customer) voidsetHeadline(String headline) voidsetInterventionType(CsInterventionType interventionType) voidsetPriority(CsTicketPriority priority) voidsetReason(CsEventReason reason)
-
Constructor Details
-
CsTicketParameter
public CsTicketParameter()
-
-
Method Details
-
setCustomer
-
getCustomer
-
setAssociatedTo
-
getAssociatedTo
-
setCategory
-
getCategory
-
setPriority
-
getPriority
-
setAssignedAgent
-
getAssignedAgent
-
setAssignedGroup
-
getAssignedGroup
-
setHeadline
-
getHeadline
-
setInterventionType
-
getInterventionType
-
setReason
-
getReason
-
setCreationNotes
-
getCreationNotes
-
setAttachments
-
getAttachments
-