public class CustomFieldDefaultItemBean extends Object
Constructor and Description |
---|
CustomFieldDefaultItemBean() |
Modifier and Type | Method and Description |
---|---|
String |
getApplyRule() |
String |
getCustomFieldValueType() |
String |
getName() |
String |
getSystemFieldId() |
String |
getSystemFieldType() |
String |
getValue() |
void |
setApplyRule(String rule) |
void |
setCustomFieldValueType(String type) |
void |
setName(String name) |
void |
setSystemFieldId(String fieldId) |
void |
setSystemFieldType(String fieldType) |
void |
setValue(String value) |
public String getSystemFieldId()
public void setSystemFieldId(String fieldId)
public String getSystemFieldType()
public void setSystemFieldType(String fieldType)
public void setName(String name)
public String getName()
public void setValue(String value)
public String getValue()
public void setApplyRule(String rule)
public String getApplyRule()
public String getCustomFieldValueType()
public void setCustomFieldValueType(String type)
Copyright © 2008–2020 The Plugin People. All rights reserved.