public class AttributeInfo extends Object
| Constructor and Description |
|---|
AttributeInfo() |
AttributeInfo(String name,
String type,
String taxonomy,
String term,
boolean store,
boolean presentable) |
AttributeInfo(String name,
String type,
String taxonomy,
String term,
String value,
boolean mapValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocument() |
String |
getLinkVerb() |
String |
getName() |
String |
getTaxonomy() |
String |
getTerm() |
String |
getTermParentTaxonomy() |
String |
getType() |
String |
getValue() |
boolean |
isAutoDocumentMapping() |
boolean |
isAutoValueMapping() |
boolean |
isMapValue() |
boolean |
isPresentable() |
boolean |
isStore() |
void |
setAutoDocumentMapping(boolean autoDocumentMapping) |
void |
setAutoValueMapping(boolean autoDocumentMapping) |
void |
setDocument(String document) |
void |
setLinkVerb(String linkVerb) |
void |
setMapValue(boolean mapValue) |
void |
setName(String name) |
void |
setPresentable(boolean presentable) |
void |
setStore(boolean store) |
void |
setTaxonomy(String taxonomy) |
void |
setTerm(String term) |
void |
setTermParentTaxonomy(String termParentTaxonomy) |
void |
setType(String type) |
void |
setValue(String value) |
public AttributeInfo()
public AttributeInfo(String name, String type, String taxonomy, String term, boolean store, boolean presentable)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getTaxonomy()
public void setTaxonomy(String taxonomy)
public String getTerm()
public void setTerm(String term)
public String getDocument()
public void setDocument(String document)
public String getValue()
public void setValue(String value)
public boolean isStore()
public void setStore(boolean store)
public boolean isPresentable()
public void setPresentable(boolean presentable)
public boolean isMapValue()
public void setMapValue(boolean mapValue)
public boolean isAutoValueMapping()
public void setAutoValueMapping(boolean autoDocumentMapping)
public boolean isAutoDocumentMapping()
public void setAutoDocumentMapping(boolean autoDocumentMapping)
public String getTermParentTaxonomy()
public void setTermParentTaxonomy(String termParentTaxonomy)
public String getLinkVerb()
public void setLinkVerb(String linkVerb)
Copyright © 2018. All Rights Reserved.