public class AttributeMappingConfig extends Object
| Constructor and Description |
|---|
AttributeMappingConfig() |
AttributeMappingConfig(AttributeMappingConfig other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getAttributeName() |
String |
getAttributeType() |
String |
getAttributeValue() |
String |
getLayerTermId() |
String |
getTermId() |
int |
hashCode() |
Boolean |
isMapValue() |
Boolean |
isPresentable() |
void |
setAttributeName(String attributeName) |
void |
setAttributeType(String attributeType) |
void |
setAttributeValue(String attributeValue) |
void |
setLayerTermId(String layerTermId) |
void |
setMapValue(Boolean mapValue) |
void |
setPresentable(Boolean presentable) |
void |
setTermId(String termId) |
public AttributeMappingConfig()
public AttributeMappingConfig(AttributeMappingConfig other)
public String getAttributeName()
public void setAttributeName(String attributeName)
public String getAttributeValue()
public void setAttributeValue(String attributeValue)
public String getAttributeType()
public void setAttributeType(String attributeType)
public String getTermId()
public void setTermId(String termId)
public String getLayerTermId()
public void setLayerTermId(String layerTermId)
public Boolean isPresentable()
public void setPresentable(Boolean presentable)
public Boolean isMapValue()
public void setMapValue(Boolean mapValue)
Copyright © 2017. All Rights Reserved.