Class CsTicketParameter
- java.lang.Object
-
- de.hybris.platform.ticketsystem.data.CsTicketParameter
-
- All Implemented Interfaces:
java.io.Serializable
public class CsTicketParameter extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CsTicketParameter()
-
Method Summary
-
-
-
Method Detail
-
setCustomer
public void setCustomer(UserModel customer)
-
getCustomer
public UserModel getCustomer()
-
setAssociatedTo
public void setAssociatedTo(AbstractOrderModel associatedTo)
-
getAssociatedTo
public AbstractOrderModel getAssociatedTo()
-
setCategory
public void setCategory(CsTicketCategory category)
-
getCategory
public CsTicketCategory getCategory()
-
setPriority
public void setPriority(CsTicketPriority priority)
-
getPriority
public CsTicketPriority getPriority()
-
setAssignedAgent
public void setAssignedAgent(EmployeeModel assignedAgent)
-
getAssignedAgent
public EmployeeModel getAssignedAgent()
-
setAssignedGroup
public void setAssignedGroup(CsAgentGroupModel assignedGroup)
-
getAssignedGroup
public CsAgentGroupModel getAssignedGroup()
-
setHeadline
public void setHeadline(java.lang.String headline)
-
getHeadline
public java.lang.String getHeadline()
-
setInterventionType
public void setInterventionType(CsInterventionType interventionType)
-
getInterventionType
public CsInterventionType getInterventionType()
-
setReason
public void setReason(CsEventReason reason)
-
getReason
public CsEventReason getReason()
-
setCreationNotes
public void setCreationNotes(java.lang.String creationNotes)
-
getCreationNotes
public java.lang.String getCreationNotes()
-
setAttachments
public void setAttachments(java.util.List<org.springframework.web.multipart.MultipartFile> attachments)
-
getAttachments
public java.util.List<org.springframework.web.multipart.MultipartFile> getAttachments()
-
-