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 StringgetApplyRule()StringgetCustomFieldValueType()intgetId()StringgetName()StringgetSystemFieldId()StringgetSystemFieldType()StringgetValue()booleanisValidField()voidsetApplyRule(String rule)voidsetCustomFieldValueType(String type)voidsetId(int id)voidsetName(String name)voidsetSystemFieldId(String fieldId)voidsetSystemFieldType(String fieldType)voidsetValidField(boolean isValid)voidsetValue(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()
 
 - 
 
 -