edu.umich.eecs.tac.props
Interface AdvertiserEntry

All Superinterfaces:
KeyedEntry<java.lang.String>, java.io.Serializable, se.sics.isl.transport.Transportable
All Known Implementing Classes:
AbstractAdvertiserEntry, QueryReport.DisplayReportEntry

public interface AdvertiserEntry
extends KeyedEntry<java.lang.String>

This interface designates a keyed entry whose key is an advertiser.

Author:
Patrick Jordan

Method Summary
 java.lang.String getAdvertiser()
          Returns the advertiser for the entry.
 
Methods inherited from interface edu.umich.eecs.tac.props.KeyedEntry
getKey
 
Methods inherited from interface se.sics.isl.transport.Transportable
getTransportName, read, write
 

Method Detail

getAdvertiser

java.lang.String getAdvertiser()
Returns the advertiser for the entry.

Returns:
the advertiser for the entry.


Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.