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 intgetId()StringgetRegexp()booleanisUseOnComment()booleanisUseOnCreate()voidsetId(int id)voidsetRegexp(String regexp)voidsetUseOnComment(boolean userOnComment)voidsetUseOnCreate(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)
 
 - 
 
 -