net.artima.place
Class SpiderFodder

java.lang.Object
  |
  +--net.jini.entry.AbstractEntry
        |
        +--net.artima.place.SpiderFodder
All Implemented Interfaces:
net.jini.core.entry.Entry, java.io.Serializable

public class SpiderFodder
extends net.jini.entry.AbstractEntry

A bundle of information that search engines spiders can use to record information about this service in their database.

See Also:
Serialized Form

Field Summary
 KeywordInfo keywordInfo
          KeywordInfo object that provides localized keywords, suitable for presenting to users, with which search engine spiders may wish to use when recording information about this service in their database.
 ResourceInfo resourceInfo
          ResourceInfo object that provides localized name, description, and icons for this service, suitable for presenting to users.
 
Constructor Summary
SpiderFodder()
          Constructs a SpiderFodder with all fields set to null.
SpiderFodder(ResourceInfo resourceInfo, KeywordInfo keywordInfo)
          Constructs a SpiderFodder with fields set to passed values.
 
Methods inherited from class net.jini.entry.AbstractEntry
equals, equals, hashCode, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

resourceInfo

public ResourceInfo resourceInfo
ResourceInfo object that provides localized name, description, and icons for this service, suitable for presenting to users.

keywordInfo

public KeywordInfo keywordInfo
KeywordInfo object that provides localized keywords, suitable for presenting to users, with which search engine spiders may wish to use when recording information about this service in their database.
Constructor Detail

SpiderFodder

public SpiderFodder()
Constructs a SpiderFodder with all fields set to null.

SpiderFodder

public SpiderFodder(ResourceInfo resourceInfo,
                    KeywordInfo keywordInfo)
Constructs a SpiderFodder with fields set to passed values.