public class ConfigElement extends Object
| Constructor and Description |
|---|
ConfigElement() |
| Modifier and Type | Method and Description |
|---|---|
org.bson.types.ObjectId |
getId() |
List<String> |
getListValue() |
Map<String,String> |
getMapValue() |
String |
getName() |
String |
getValue() |
Boolean |
isDeleted() |
void |
setDeleted(Boolean d) |
void |
setId(org.bson.types.ObjectId id) |
void |
setListValue(List<String> listValue) |
void |
setMapValue(Map<String,String> mapValue) |
void |
setName(String name) |
void |
setValue(String value) |
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public org.bson.types.ObjectId getId()
public void setId(org.bson.types.ObjectId id)
public void setDeleted(Boolean d)
public Boolean isDeleted()
Copyright © 2013. All Rights Reserved.