fr.cnes.sitools.datasource.mongodb.model
Class MongoDBAttributeValue

java.lang.Object
  extended by fr.cnes.sitools.datasource.mongodb.model.MongoDBAttributeValue

public class MongoDBAttributeValue
extends java.lang.Object

Attribute Value class specific to MongoDBRecord. Meaning Record from MongoDB datasource

Author:
m.gond

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

MongoDBAttributeValue

public MongoDBAttributeValue()
Method Detail

getName

public java.lang.String getName()
Gets the name value

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

getChildren

public java.util.List<MongoDBAttributeValue> getChildren()
Gets the children value

Returns:
the children

setChildren

public void setChildren(java.util.List<MongoDBAttributeValue> children)
Sets the value of children

Parameters:
children - the children to set

getType

public java.lang.String getType()
Gets the type value

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the value of type

Parameters:
type - the type to set

getValue

public java.lang.Object getValue()
Gets the value value

Returns:
the value

setValue

public void setValue(java.lang.Object value)
Sets the value of value

Parameters:
value - the value to set


Copyright © 2010-2013 CNES. All Rights Reserved.