Class ProjectMappingBodyDelimRegexpBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.ProjectMappingBodyDelimRegexpBean
-
public class ProjectMappingBodyDelimRegexpBean extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectMappingBodyDelimRegexpBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
String
getRegexp()
boolean
isUseOnComment()
boolean
isUseOnCreate()
void
setId(int id)
void
setRegexp(String regexp)
void
setUseOnComment(boolean userOnComment)
void
setUseOnCreate(boolean useOnCreate)
-
-
-
Method Detail
-
isUseOnCreate
public boolean isUseOnCreate()
-
setUseOnCreate
public void setUseOnCreate(boolean useOnCreate)
-
isUseOnComment
public boolean isUseOnComment()
-
setUseOnComment
public void setUseOnComment(boolean userOnComment)
-
getRegexp
public String getRegexp()
-
setRegexp
public void setRegexp(String regexp)
-
getId
public int getId()
-
setId
public void setId(int id)
-
-