|
||||||||||
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 | |
---|---|
java.lang.String |
getAnswer()
Returns the answer |
java.sql.Date |
getDate()
Returns the date of the visitor question |
java.lang.String |
getEmail()
Returns the email address of the visitor |
java.lang.String |
getFirstname()
Returns the first name of the visitor |
int |
getIdQuestionTopic()
Returns the question topic |
int |
getIdQuestionType()
Returns the question type |
int |
getIdUser()
Returns the identifier of the HelpdeskUser. |
int |
getIdVisitorQuestion()
Returns the identifier of the object |
java.lang.String |
getLastname()
Returns the last name of the visitor |
java.lang.String |
getQuestion()
Returns the question |
void |
setAnswer(java.lang.String strAnswer)
Sets the answer to the specified value |
void |
setDate(java.sql.Date dateVQ)
Sets the date of the visitor question |
void |
setEmail(java.lang.String strEmail)
Sets the email address of the visitor to the specified value |
void |
setFirstname(java.lang.String strFirstname)
Sets the first name of the visitor to the specified value |
void |
setIdQuestionTopic(int nIdQuestionTopic)
Sets the question topic to the specified value |
void |
setIdQuestionType(int nIdQuestionType)
Sets the question type 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(java.lang.String strLastname)
Sets the last name of the visitor to the specified value |
void |
setQuestion(java.lang.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 java.lang.String getLastname()
public void setLastname(java.lang.String strLastname)
strLastname
- The new valuepublic java.lang.String getFirstname()
public void setFirstname(java.lang.String strFirstname)
strFirstname
- The new valuepublic java.lang.String getEmail()
public void setEmail(java.lang.String strEmail)
strEmail
- The new valuepublic java.lang.String getQuestion()
public void setQuestion(java.lang.String strQuestion)
strQuestion
- The new valuepublic java.lang.String getAnswer()
public void setAnswer(java.lang.String strAnswer)
strAnswer
- The new valuepublic int getIdQuestionType()
public void setIdQuestionType(int nIdQuestionType)
nIdQuestionType
- The new valuepublic void setDate(java.sql.Date dateVQ)
dateVQ
- The datepublic java.sql.Date getDate()
public int getIdUser()
public void setIdUser(int nIdUser)
nIdUser
- the new identifierpublic int getIdQuestionTopic()
public void setIdQuestionTopic(int nIdQuestionTopic)
nIdQuestionTopic
- The new value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |