edu.umich.eecs.tac.props
Class AbstractAdvertiserEntry

java.lang.Object
  extended by edu.umich.eecs.tac.props.AbstractKeyedEntry<java.lang.String>
      extended by edu.umich.eecs.tac.props.AbstractStringEntry
          extended by edu.umich.eecs.tac.props.AbstractAdvertiserEntry
All Implemented Interfaces:
AdvertiserEntry, KeyedEntry<java.lang.String>, java.io.Serializable, se.sics.isl.transport.Transportable
Direct Known Subclasses:
QueryReport.DisplayReportEntry

public abstract class AbstractAdvertiserEntry
extends AbstractStringEntry
implements AdvertiserEntry

This class provides a skeletal implementation of the AdvertiserEntry interface.

Author:
Patrick Jordan
See Also:
Serialized Form

Constructor Summary
AbstractAdvertiserEntry()
           
 
Method Summary
 java.lang.String getAdvertiser()
          Returns the advertiser for the entry.
 void setAdvertiser(java.lang.String advertiser)
          Sets the advertiser for the entry.
 
Methods inherited from class edu.umich.eecs.tac.props.AbstractStringEntry
readKey, writeKey
 
Methods inherited from class edu.umich.eecs.tac.props.AbstractKeyedEntry
getKey, getTransportName, read, readEntry, setKey, write, writeEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.umich.eecs.tac.props.KeyedEntry
getKey
 
Methods inherited from interface se.sics.isl.transport.Transportable
getTransportName, read, write
 

Constructor Detail

AbstractAdvertiserEntry

public AbstractAdvertiserEntry()
Method Detail

getAdvertiser

public final java.lang.String getAdvertiser()
Returns the advertiser for the entry. This method delegates to AbstractKeyedEntry.getKey().

Specified by:
getAdvertiser in interface AdvertiserEntry
Returns:
the advertiser for the entry.

setAdvertiser

public final void setAdvertiser(java.lang.String advertiser)
Sets the advertiser for the entry. This method delegates to AbstractKeyedEntry.setKey(Object).

Parameters:
advertiser - the advertiser for the entry.


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