Class DirectiveSetBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.integration.beans.DirectiveSetBean
-
public class DirectiveSetBean extends Object
-
-
Constructor Summary
Constructors Constructor Description DirectiveSetBean(boolean enabled, String name, String desc, String catchemailAddressFromProfile, String directivesCRLF)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCatchemailAddressFromProfile()StringgetDesc()StringgetDirectivesCRLF()intgetId()StringgetName()booleanisEnabled()voidsetCatchemailAddressFromProfile(String catchemailAddressFromProfile)voidsetDesc(String desc)voidsetDirectivesCRLF(String directivesCRLF)voidsetEnabled(boolean enabled)voidsetId(int id)voidsetName(String name)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDesc
public String getDesc()
-
setDesc
public void setDesc(String desc)
-
getCatchemailAddressFromProfile
public String getCatchemailAddressFromProfile()
-
setCatchemailAddressFromProfile
public void setCatchemailAddressFromProfile(String catchemailAddressFromProfile)
-
getDirectivesCRLF
public String getDirectivesCRLF()
-
setDirectivesCRLF
public void setDirectivesCRLF(String directivesCRLF)
-
setId
public void setId(int id)
-
getId
public int getId()
-
-