Snapper 1.1 API

org.enhydra.snapperAdmin.business
Class NotIndexedImpl

java.lang.Object
  extended by org.enhydra.snapperAdmin.business.NotIndexedImpl
All Implemented Interfaces:
BaseSpec, NotIndexed

public class NotIndexedImpl
extends java.lang.Object
implements NotIndexed


Constructor Summary
NotIndexedImpl()
           
 
Method Summary
 NotIndexed[] getListForID(java.lang.String siteNAme, java.lang.String str)
           
 java.lang.String getPath()
           
 void setPath(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotIndexedImpl

public NotIndexedImpl()
Method Detail

getListForID

public NotIndexed[] getListForID(java.lang.String siteNAme,
                                 java.lang.String str)
Specified by:
getListForID in interface NotIndexed

getPath

public java.lang.String getPath()
Specified by:
getPath in interface NotIndexed

setPath

public void setPath(java.lang.String str)
Specified by:
setPath in interface NotIndexed

Snapper 1.1 API