Class TicketImplementation


  • @Entity(name="TICKETS")
    public class TicketImplementation
    extends java.lang.Object
    Class to persist tickets for the ApprovalService with HIBERNATE.
    • Constructor Detail

      • TicketImplementation

        protected TicketImplementation()
        Default constructor for TicketImplementation is necessary for PojoInstantiator of HIBERNATE.
    • Method Detail

      • getEmailNotificationAddress

        protected java.lang.String getEmailNotificationAddress()
        Getter for the field emailNotificationAddress.
        Returns:
        the emailNotificationAddress
      • getReminderEmailSend

        public java.util.Calendar getReminderEmailSend()
      • getTicket

        protected java.lang.String getTicket()
        Getter for the field ticket.
        Returns:
        the ticket
      • setEmailNotificationAddress

        protected void setEmailNotificationAddress​(java.lang.String emailNotificationAddress)
        Setter for the field emailNotificationAddress.
        Parameters:
        emailNotificationAddress - the emailNotificationAddress to set
      • setReference

        protected void setReference​(PublicReferenceImplementation reference)
        Setter for the field reference.
        Parameters:
        reference - the reference to set
      • setReminderEmailSend

        public void setReminderEmailSend​(java.util.Calendar reminderEmailSend)
      • setTicket

        protected void setTicket​(java.lang.String ticket)
        Setter for the field ticket.
        Parameters:
        ticket - the ticket to set
      • getUserReminderEmailSend

        public java.util.Calendar getUserReminderEmailSend()
      • setUserReminderEmailSend

        public void setUserReminderEmailSend​(java.util.Calendar userReminderEmailSend)
      • isUserAnswer

        public java.lang.Boolean isUserAnswer()
      • setUserAnswer

        public void setUserAnswer​(java.lang.Boolean userAnswer)