public class CustomFieldDefaultItemBean extends Object
Constructor and Description |
---|
CustomFieldDefaultItemBean() |
Modifier and Type | Method and 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) |
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)
public void setId(int id)
public int getId()
public void setValidField(boolean isValid)
public boolean isValidField()
Copyright © 2008–2022 The Plugin People. All rights reserved.