|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.helpdesk.business.VisitorQuestion
public class VisitorQuestion
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 |
---|
public VisitorQuestion()
Method Detail |
---|
public int getIdVisitorQuestion()
public void setIdVisitorQuestion(int nIdVisitorQuestion)
nIdVisitorQuestion
- The new valuepublic String getLastname()
public void setLastname(String strLastname)
strLastname
- The new valuepublic String getFirstname()
public void setFirstname(String strFirstname)
strFirstname
- The new valuepublic String getEmail()
public void setEmail(String strEmail)
strEmail
- The new valuepublic String getQuestion()
public void setQuestion(String strQuestion)
strQuestion
- The new valuepublic String getAnswer()
public void setAnswer(String strAnswer)
strAnswer
- The new valuepublic void setDate(Date dateVQ)
dateVQ
- The datepublic Date getDate()
public int getIdUser()
public void setIdUser(int nIdUser)
nIdUser
- the new identifierpublic int getIdTheme()
public void setIdTheme(int nIdTheme)
nIdTheme
- The new value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |