Class UserEventConfigBean
- java.lang.Object
 - 
- com.javahollic.jira.emh.api.export.beans.UserEventConfigBean
 
 
- 
public class UserEventConfigBean extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description UserEventConfigBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNotificationsConfigId()intgetNotifyOnCantChangePass()intgetNotifyOnForgotPass()intgetNotifyOnForgotUser()intgetNotifyOnUserCreated()intgetNotifyOnUserSignup()intgetUserEventConfigId()voidsetNotificationsConfigId(int configId)voidsetNotifyOnCantChangePass(int templateId)voidsetNotifyOnForgotPass(int templateId)voidsetNotifyOnForgotUser(int templateId)voidsetNotifyOnUserCreated(int templateId)voidsetNotifyOnUserSignup(int templateId)voidsetUserEventConfigId(int id) 
 - 
 
- 
- 
Method Detail
- 
getUserEventConfigId
public int getUserEventConfigId()
 
- 
setUserEventConfigId
public void setUserEventConfigId(int id)
 
- 
getNotifyOnUserCreated
public int getNotifyOnUserCreated()
 
- 
setNotifyOnUserCreated
public void setNotifyOnUserCreated(int templateId)
 
- 
getNotifyOnUserSignup
public int getNotifyOnUserSignup()
 
- 
setNotifyOnUserSignup
public void setNotifyOnUserSignup(int templateId)
 
- 
getNotifyOnForgotUser
public int getNotifyOnForgotUser()
 
- 
setNotifyOnForgotUser
public void setNotifyOnForgotUser(int templateId)
 
- 
getNotifyOnForgotPass
public int getNotifyOnForgotPass()
 
- 
setNotifyOnForgotPass
public void setNotifyOnForgotPass(int templateId)
 
- 
getNotifyOnCantChangePass
public int getNotifyOnCantChangePass()
 
- 
setNotifyOnCantChangePass
public void setNotifyOnCantChangePass(int templateId)
 
- 
setNotificationsConfigId
public void setNotificationsConfigId(int configId)
 
- 
getNotificationsConfigId
public int getNotificationsConfigId()
 
 - 
 
 -