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 String
getCatchemailAddressFromProfile()
String
getDesc()
String
getDirectivesCRLF()
int
getId()
String
getName()
boolean
isEnabled()
void
setCatchemailAddressFromProfile(String catchemailAddressFromProfile)
void
setDesc(String desc)
void
setDirectivesCRLF(String directivesCRLF)
void
setEnabled(boolean enabled)
void
setId(int id)
void
setName(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()
-
-