Class CustomFieldDefaultItemBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.CustomFieldDefaultItemBean
-
public class CustomFieldDefaultItemBean extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomFieldDefaultItemBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplyRule()
String
getCustomFieldValueType()
int
getId()
String
getName()
String
getSystemFieldId()
String
getSystemFieldType()
String
getValue()
boolean
isValidField()
void
setApplyRule(String rule)
void
setCustomFieldValueType(String type)
void
setId(int id)
void
setName(String name)
void
setSystemFieldId(String fieldId)
void
setSystemFieldType(String fieldType)
void
setValidField(boolean isValid)
void
setValue(String value)
-
-
-
Method Detail
-
getSystemFieldId
public String getSystemFieldId()
-
setSystemFieldId
public void setSystemFieldId(String fieldId)
-
getSystemFieldType
public String getSystemFieldType()
-
setSystemFieldType
public void setSystemFieldType(String fieldType)
-
setName
public void setName(String name)
-
getName
public String getName()
-
setValue
public void setValue(String value)
-
getValue
public String getValue()
-
setApplyRule
public void setApplyRule(String rule)
-
getApplyRule
public String getApplyRule()
-
getCustomFieldValueType
public String getCustomFieldValueType()
-
setCustomFieldValueType
public void setCustomFieldValueType(String type)
-
setId
public void setId(int id)
-
getId
public int getId()
-
setValidField
public void setValidField(boolean isValid)
-
isValidField
public boolean isValidField()
-
-