fr.paris.lutece.plugins.helpdesk.business
Class VisitorQuestion

java.lang.Object
  extended by fr.paris.lutece.plugins.helpdesk.business.VisitorQuestion

public class VisitorQuestion
extends Object

This class represents a visitor's question.


Constructor Summary
VisitorQuestion()
          Creates a new VisitorQuestion object.
 
Method Summary
 String getAnswer()
          Returns the answer
 Date getDate()
          Returns the date of the visitor question
 String getEmail()
          Returns the email address of the visitor
 String getFirstname()
          Returns the first name of the visitor
 int getIdTheme()
          Returns the theme
 int getIdUser()
          Returns the identifier of the HelpdeskUser.
 int getIdVisitorQuestion()
          Returns the identifier of the object
 String getLastname()
          Returns the last name of the visitor
 String getQuestion()
          Returns the question
 void setAnswer(String strAnswer)
          Sets the answer to the specified value
 void setDate(Date dateVQ)
          Sets the date of the visitor question
 void setEmail(String strEmail)
          Sets the email address of the visitor to the specified value
 void setFirstname(String strFirstname)
          Sets the first name of the visitor to the specified value
 void setIdTheme(int nIdTheme)
          Sets the theme to the specified value
 void setIdUser(int nIdUser)
          Sets the identifier of the HelpdeskUser to the specified int.
 void setIdVisitorQuestion(int nIdVisitorQuestion)
          Sets the identifier of the object to the specified value
 void setLastname(String strLastname)
          Sets the last name of the visitor to the specified value
 void setQuestion(String strQuestion)
          Sets the question to the specified value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisitorQuestion

public VisitorQuestion()
Creates a new VisitorQuestion object.

Method Detail

getIdVisitorQuestion

public int getIdVisitorQuestion()
Returns the identifier of the object

Returns:
The identifier

setIdVisitorQuestion

public void setIdVisitorQuestion(int nIdVisitorQuestion)
Sets the identifier of the object to the specified value

Parameters:
nIdVisitorQuestion - The new value

getLastname

public String getLastname()
Returns the last name of the visitor

Returns:
The last name

setLastname

public void setLastname(String strLastname)
Sets the last name of the visitor to the specified value

Parameters:
strLastname - The new value

getFirstname

public String getFirstname()
Returns the first name of the visitor

Returns:
The first name

setFirstname

public void setFirstname(String strFirstname)
Sets the first name of the visitor to the specified value

Parameters:
strFirstname - The new value

getEmail

public String getEmail()
Returns the email address of the visitor

Returns:
The email address

setEmail

public void setEmail(String strEmail)
Sets the email address of the visitor to the specified value

Parameters:
strEmail - The new value

getQuestion

public String getQuestion()
Returns the question

Returns:
A string literal containing the question

setQuestion

public void setQuestion(String strQuestion)
Sets the question to the specified value

Parameters:
strQuestion - The new value

getAnswer

public String getAnswer()
Returns the answer

Returns:
A string literal containing the answer

setAnswer

public void setAnswer(String strAnswer)
Sets the answer to the specified value

Parameters:
strAnswer - The new value

setDate

public void setDate(Date dateVQ)
Sets the date of the visitor question

Parameters:
dateVQ - The date

getDate

public Date getDate()
Returns the date of the visitor question

Returns:
The date

getIdUser

public int getIdUser()
Returns the identifier of the HelpdeskUser.

Returns:
the HelpdeskUser identifier

setIdUser

public void setIdUser(int nIdUser)
Sets the identifier of the HelpdeskUser to the specified int.

Parameters:
nIdUser - the new identifier

getIdTheme

public int getIdTheme()
Returns the theme

Returns:
The theme

setIdTheme

public void setIdTheme(int nIdTheme)
Sets the theme to the specified value

Parameters:
nIdTheme - The new value


Copyright © 2013 Mairie de Paris. All Rights Reserved.