com.endeca.itl.cas.api
Class CrawlId

java.lang.Object
  extended by com.endeca.itl.cas.api.CrawlId
All Implemented Interfaces:
Serializable

public class CrawlId
extends Object
implements Serializable

Unique identifier for a Crawl

See Also:
Serialized Form

Constructor Summary
CrawlId(String id)
           
 
Method Summary
 boolean equals(Object other)
           
 String getId()
          Returns the id.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CrawlId

public CrawlId(String id)
Method Detail

getId

public String getId()
Returns the id.


equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Endeca. All Rights Reserved.