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

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

public class MongoDBRecord
extends java.lang.Object

Class for definition of a MongoDB database record

Author:
m.gond

Constructor Summary
MongoDBRecord()
           
 
Method Summary
 java.util.List<MongoDBAttributeValue> getAttributeValues()
          Gets the attributeValues value
 java.lang.String getId()
          Gets the id value
 void setAttributeValues(java.util.List<MongoDBAttributeValue> attributeValues)
          Sets the value of attributeValue
 void setId(java.lang.String id)
          Sets the value of id
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongoDBRecord

public MongoDBRecord()
Method Detail

getId

public java.lang.String getId()
Gets the id value

Returns:
the id

setId

public void setId(java.lang.String id)
Sets the value of id

Parameters:
id - the id to set

getAttributeValues

public java.util.List<MongoDBAttributeValue> getAttributeValues()
Gets the attributeValues value

Returns:
the attributeValues

setAttributeValues

public void setAttributeValues(java.util.List<MongoDBAttributeValue> attributeValues)
Sets the value of attributeValue

Parameters:
attributeValues - the attributeValues to set


Copyright © 2010-2013 CNES. All Rights Reserved.