@Entity(name="TICKETS")
public class TicketImplementation
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
TicketImplementation()
Default constructor for
TicketImplementation is necessary for
PojoInstantiator of HIBERNATE. |
protected |
TicketImplementation(java.lang.String ticket,
PublicReferenceImplementation publicReference,
java.lang.String emailNotificationAddress)
Constructor for
TicketImplementation. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getEmailNotificationAddress()
Getter for the field
emailNotificationAddress. |
protected PublicReferenceImplementation |
getReference()
Getter for the field
reference. |
java.util.Calendar |
getReminderEmailSend() |
protected java.lang.String |
getTicket()
Getter for the field
ticket. |
java.util.Calendar |
getUserReminderEmailSend() |
java.lang.Boolean |
isUserAnswer() |
protected void |
setEmailNotificationAddress(java.lang.String emailNotificationAddress)
Setter for the field
emailNotificationAddress. |
protected void |
setReference(PublicReferenceImplementation reference)
Setter for the field
reference. |
void |
setReminderEmailSend(java.util.Calendar reminderEmailSend) |
protected void |
setTicket(java.lang.String ticket)
Setter for the field
ticket. |
void |
setUserAnswer(java.lang.Boolean userAnswer) |
void |
setUserReminderEmailSend(java.util.Calendar userReminderEmailSend) |
protected TicketImplementation()
TicketImplementation is necessary for
PojoInstantiator of HIBERNATE.protected TicketImplementation(java.lang.String ticket,
PublicReferenceImplementation publicReference,
java.lang.String emailNotificationAddress)
TicketImplementation.ticket - the ticket number.publicReference - the corresponding PublicReferenceImplementation.emailNotificationAddress - the eMail address of the requesting user.protected java.lang.String getEmailNotificationAddress()
emailNotificationAddress.protected PublicReferenceImplementation getReference()
reference.public java.util.Calendar getReminderEmailSend()
protected java.lang.String getTicket()
ticket.protected void setEmailNotificationAddress(java.lang.String emailNotificationAddress)
emailNotificationAddress.emailNotificationAddress - the emailNotificationAddress to setprotected void setReference(PublicReferenceImplementation reference)
reference.reference - the reference to setpublic void setReminderEmailSend(java.util.Calendar reminderEmailSend)
protected void setTicket(java.lang.String ticket)
ticket.ticket - the ticket to setpublic java.util.Calendar getUserReminderEmailSend()
public void setUserReminderEmailSend(java.util.Calendar userReminderEmailSend)
public java.lang.Boolean isUserAnswer()
public void setUserAnswer(java.lang.Boolean userAnswer)