org.apache.oodt.pcs.input
Class PGEVector

java.lang.Object
  extended by org.apache.oodt.pcs.input.PGEVector

public class PGEVector
extends Object

A PGEVector is a dynamic set of information, coupled with a name. The information may include number, or string data.

Version:
$Revision$
Author:
mattmann

Constructor Summary
PGEVector()
           
PGEVector(String name, List<Object> elements)
           
 
Method Summary
 List<Object> getElements()
           
 String getName()
           
 void setElements(List<Object> elements)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGEVector

public PGEVector(String name,
                 List<Object> elements)
Parameters:
name -
elements -

PGEVector

public PGEVector()
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getElements

public List<Object> getElements()
Returns:
the elements

setElements

public void setElements(List<Object> elements)
Parameters:
elements - the elements to set


Copyright © 1999-2011 Apache OODT. All Rights Reserved.