edu.iastate.metnet.export
Class GobiNodeImpl

java.lang.Object
  extended by edu.iastate.metnet.export.GobiNodeImpl
All Implemented Interfaces:
GobiNode

public class GobiNodeImpl
extends java.lang.Object
implements GobiNode

node implementation for internal test

Author:
Jie Li

Field Summary
(package private)  java.lang.String entityType
          entity type of node
(package private)  java.lang.String name
          search string for node
 
Constructor Summary
GobiNodeImpl(java.lang.String name, java.lang.String entityType)
          constructor for new search condition
 
Method Summary
 java.lang.String getEntityType()
          get the entity type, if null, means all types
 java.lang.String getName()
          get the search string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name
search string for node


entityType

java.lang.String entityType
entity type of node

Constructor Detail

GobiNodeImpl

public GobiNodeImpl(java.lang.String name,
                    java.lang.String entityType)
constructor for new search condition

Parameters:
name - the search string
entityType - the entity type, if null, means all types
Method Detail

getName

public java.lang.String getName()
get the search string

Specified by:
getName in interface GobiNode
Returns:
the search string

getEntityType

public java.lang.String getEntityType()
get the entity type, if null, means all types

Specified by:
getEntityType in interface GobiNode
Returns:
the entity type