|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.objectplanet.survey.plugin.api.PipingSource
public class PipingSource
Data needed to replace piping tag in the survey/question texts with correct values.
Constructor Summary | |
---|---|
PipingSource(long surveyId,
long respondentId,
java.util.Map params,
long inviteeId)
Create PipingSource object |
Method Summary | |
---|---|
long |
getInviteeId()
|
long |
getRespondentId()
|
long |
getSurveyId()
|
java.util.Map |
getURLParams()
URL parameters from the request. |
void |
setInviteeId(long inviteeId)
|
void |
setRespondentId(long respondentId)
|
void |
setSurveyId(long surveyId)
|
void |
setURLParams(java.util.Map params)
URL parameters from the request. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PipingSource(long surveyId, long respondentId, java.util.Map params, long inviteeId)
surveyId
- Survey idrespondentId
- Respondent id if known or 0params
- Request parameters if available/needed or null. Contains parameter names as
keys and parameter values as map values. The keys in the parameter map are of type
String. The values in the parameter map are of type String array.inviteeId
- Invitee id if known or 0Method Detail |
---|
public long getInviteeId()
public void setInviteeId(long inviteeId)
inviteeId
- The inviteeId to set.public long getRespondentId()
public void setRespondentId(long respondentId)
respondentId
- The respondentId to set.public long getSurveyId()
public void setSurveyId(long surveyId)
surveyId
- The surveyId to set.public java.util.Map getURLParams()
public void setURLParams(java.util.Map params)
params
- The uRLParams to set.
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |