com.northconcepts.datapipeline.core
Class CompositeValue

java.lang.Object
  extended by com.northconcepts.datapipeline.core.CompositeValue

public class CompositeValue
extends Object


Constructor Summary
CompositeValue(ArrayList<?> values)
           
CompositeValue(int valueCount)
           
CompositeValue(Object... values)
           
 
Method Summary
 boolean equals(Object o)
           
 Object get(int index)
           
 Object[] getAll()
           
 int hashCode()
           
 CompositeValue set(int index, Object value)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeValue

public CompositeValue(int valueCount)

CompositeValue

public CompositeValue(ArrayList<?> values)

CompositeValue

public CompositeValue(Object... values)
Method Detail

set

public CompositeValue set(int index,
                          Object value)

get

public Object get(int index)

getAll

public Object[] getAll()

size

public int size()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright (c) 2007-2009 North Concepts Inc. All Rights Reserved.