Class TicketStarterWsDTO
java.lang.Object
de.hybris.platform.customerticketingocc.dto.ticket.TicketStarterWsDTO
- All Implemented Interfaces:
Serializable
Basic information about the ticket.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAssociatedTo(TicketAssociatedObjectWsDTO associatedTo) voidsetMessage(String message) voidsetSubject(String subject) voidsetTicketCategory(TicketCategoryWsDTO ticketCategory)
-
Constructor Details
-
TicketStarterWsDTO
public TicketStarterWsDTO()
-
-
Method Details
-
setSubject
-
getSubject
-
setMessage
-
getMessage
-
setTicketCategory
-
getTicketCategory
-
setAssociatedTo
-
getAssociatedTo
-