fr.cnes.sitools.datasource.jdbc.model
Class Record

java.lang.Object
  extended by fr.cnes.sitools.datasource.jdbc.model.Record
All Implemented Interfaces:
java.io.Serializable

public final class Record
extends java.lang.Object
implements java.io.Serializable

Class for definition of a database record

Author:
jp.boignard (AKKA Technologies)
See Also:
Serialized Form

Constructor Summary
Record()
          Default constructor
Record(java.lang.String id)
          Constructor with id
 
Method Summary
 java.util.List<AttributeValue> getAttributeValues()
          Gets the attributeValues value
 java.lang.String getId()
          Gets the id value
 void setAttributeValues(java.util.List<AttributeValue> attributeValues)
          Sets the value of attributeValues
 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

Record

public Record(java.lang.String id)
Constructor with id

Parameters:
id - String record identifier

Record

public Record()
Default constructor

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<AttributeValue> getAttributeValues()
Gets the attributeValues value

Returns:
the attributeValues

setAttributeValues

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

Parameters:
attributeValues - the attributeValues to set


Copyright © 2010-2013 CNES. All Rights Reserved.