com.objectplanet.survey.event.events
Class BranchDeletedEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.BranchDeletedEvent
public class BranchDeletedEvent
- extends AdminEvent
Represents an event that is fired when a branch is deleted.
- Author:
- Rikard Halvorsen
- Created:
- 23 August 2006
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BranchDeletedEvent
public BranchDeletedEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
getBranchName
public java.lang.String getBranchName()
- Returns:
- the branchName
setBranchName
public void setBranchName(java.lang.String branchName)
- Parameters:
branchName
- the branchName to set
getSurveyId
public long getSurveyId()
- Returns:
- the surveyId
setSurveyId
public void setSurveyId(long surveyId)
- Parameters:
surveyId
- the surveyId to set
getBranchId
public long getBranchId()
- Returns:
- the branchId
setBranchId
public void setBranchId(long branchId)
- Parameters:
branchId
- the branchId to set
Built on December 20 2016