gov.nih.nci.common.query
Class SubClassFetchPath

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

public class SubClassFetchPath
extends FetchPath

Author:
Joshua Phillips
See Also:
Serialized Form

Field Summary
protected  java.lang.String queryName
           
 
Fields inherited from class gov.nih.nci.common.query.FetchPath
fetchPath, name
 
Constructor Summary
SubClassFetchPath(java.lang.String p_queryName, java.lang.String p_pathName)
           
 
Method Summary
 java.lang.String getQueryName()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class gov.nih.nci.common.query.FetchPath
getFetchPath, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryName

protected java.lang.String queryName
Constructor Detail

SubClassFetchPath

public SubClassFetchPath(java.lang.String p_queryName,
                         java.lang.String p_pathName)
Parameters:
p_name -
Method Detail

getQueryName

public java.lang.String getQueryName()

main

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