@Entity public class ConfiguredAttribute extends Object
| Constructor and Description |
|---|
ConfiguredAttribute() |
public String getAttributeName()
public void setAttributeName(String attributeName)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getEditAlias()
public void setEditAlias(String editAlias)
public String getEditHeight()
public void setEditHeight(String editHeight)
public String getEditValues()
public void setEditValues(String editValues)
public boolean isEditable()
public void setEditable(boolean editable)
public boolean isFilterable()
public void setFilterable(boolean filterable)
public Long getId()
public void setId(Long id)
public boolean isSelectable()
public void setSelectable(boolean selectable)
public boolean isVisible()
public void setVisible(boolean visible)
public SimpleFeatureType getFeatureType()
public void setFeatureType(SimpleFeatureType featureType)
public FeatureSource getValueListFeatureSource()
public void setValueListFeatureSource(FeatureSource valueListFeatureSource)
public SimpleFeatureType getValueListFeatureType()
public void setValueListFeatureType(SimpleFeatureType valueListFeatureType)
public String getValueListLabelName()
public void setValueListLabelName(String valueListLabelName)
public String getValueListValueName()
public void setValueListValueName(String valueListValueName)
public String getValueList()
public void setValueList(String valueList)
public boolean getAllowValueListOnly()
public void setAllowValueListOnly(boolean allowValueListOnly)
public boolean getDisAllowNullValue()
public void setDisallowNullValue(boolean disallowNullValue)
public boolean isDisableUserEdit()
public void setDisableUserEdit(boolean disableUserEdit)
public String getLabel()
public void setLabel(String label)
public org.json.JSONObject toJSONObject()
throws org.json.JSONException
org.json.JSONExceptionpublic String getFullName()
public String getLongName()
Copyright © 2019. All rights reserved.