com.objectplanet.survey.event.events
Class TranslatedSurveyDeletedEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.TranslatedSurveyDeletedEvent
public class TranslatedSurveyDeletedEvent
- extends AdminEvent
Represents an event that is fired when a new translation is created.
- Author:
- Rikard Halvorsen
- Created:
- 22 August 2006
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TranslatedSurveyDeletedEvent
public TranslatedSurveyDeletedEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
getLanguageCode
public java.lang.String getLanguageCode()
- Returns:
- the languageCode
setLanguageCode
public void setLanguageCode(java.lang.String languageCode)
- Parameters:
languageCode
- the languageCode to set
getParentSurveyId
public long getParentSurveyId()
- Returns:
- the parentSurveyId
setParentSurveyId
public void setParentSurveyId(long parentSurveyId)
- Parameters:
parentSurveyId
- the parentSurveyId to set
getSurveyId
public long getSurveyId()
- Returns:
- the surveyId
setSurveyId
public void setSurveyId(long surveyId)
- Parameters:
surveyId
- the surveyId to set
Built on December 20 2016