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

java.lang.Object
  extended by fr.cnes.sitools.datasource.jdbc.model.AttributeValue

public final class AttributeValue
extends java.lang.Object

Class for attribute value

Author:
jp.boignard (AKKA Technologies)

Constructor Summary
AttributeValue()
          Default constructor
AttributeValue(java.lang.String name, java.lang.Object value)
          Constructor (full)
 
Method Summary
 java.lang.String getName()
          Gets the name value
 java.lang.Object getValue()
          Gets the value value
 void setName(java.lang.String name)
          Sets the value of name
 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

AttributeValue

public AttributeValue(java.lang.String name,
                      java.lang.Object value)
Constructor (full)

Parameters:
name - String
value - Object

AttributeValue

public AttributeValue()
Default constructor

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

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.