gov.nih.nci.common.query
Class FetchPath

java.lang.Object
  extended by gov.nih.nci.common.query.FetchPath
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SubClassFetchPath

public class FetchPath
extends java.lang.Object
implements java.io.Serializable

Author:
Joshua Phillips
See Also:
Serialized Form

Field Summary
protected  java.util.Collection fetchPath
           
protected  java.lang.String name
           
 
Constructor Summary
FetchPath(java.lang.String p_name)
           
 
Method Summary
 java.util.Collection getFetchPath()
           
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

fetchPath

protected java.util.Collection fetchPath
Constructor Detail

FetchPath

public FetchPath(java.lang.String p_name)
Method Detail

getName

public java.lang.String getName()

getFetchPath

public java.util.Collection getFetchPath()

main

public static void main(java.lang.String[] args)