|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.datasource.mongodb.model.MongoDBAttributeValue
public class MongoDBAttributeValue
Attribute Value class specific to MongoDBRecord
. Meaning Record from MongoDB datasource
Constructor Summary | |
---|---|
MongoDBAttributeValue()
|
Method Summary | |
---|---|
java.util.List<MongoDBAttributeValue> |
getChildren()
Gets the children value |
java.lang.String |
getName()
Gets the name value |
java.lang.String |
getType()
Gets the type value |
java.lang.Object |
getValue()
Gets the value value |
void |
setChildren(java.util.List<MongoDBAttributeValue> children)
Sets the value of children |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setType(java.lang.String type)
Sets the value of type |
void |
setValue(java.lang.Object value)
Sets the value of value |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MongoDBAttributeValue()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.util.List<MongoDBAttributeValue> getChildren()
public void setChildren(java.util.List<MongoDBAttributeValue> children)
children
- the children to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- the value to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |