Class AutoLabelSubstituteItemBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.AutoLabelSubstituteItemBean
-
public class AutoLabelSubstituteItemBean extends Object
-
-
Constructor Summary
Constructors Constructor Description AutoLabelSubstituteItemBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
String
getOriginal()
String
getSubstitute()
void
setId(int id)
void
setOriginal(String orig)
void
setSubstitute(String subst)
-