nl.innovationinvestments.cheyenne.engine.support
Class Assign

java.lang.Object
  extended by nl.innovationinvestments.cheyenne.engine.support.Assign

public class Assign
extends Object


Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
Assign()
           
Assign(String id, Object value)
           
 
Method Summary
 String getId()
           
 Object getValue()
           
 void setId(String value)
          Id
 void setValue(Object value)
          Value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

Assign

public Assign()

Assign

public Assign(String id,
              Object value)
Parameters:
resultSet -
Method Detail

setId

public void setId(String value)
Id


getId

public String getId()

setValue

public void setValue(Object value)
Value


getValue

public Object getValue()


Copyright © 2013 InnovationInvestments. All rights reserved.