com.ptc.edadata
Class ExchangeItem

java.lang.Object
  extended bycom.ptc.edadata.ExchangeItem
Direct Known Subclasses:
RequestItem, ResponseItem

public abstract class ExchangeItem
extends Object

Title: ExchangeItem

Description: This is the base class for the objects sent to and from the interface. This will guarantee certain behavior on the objects

Copyright: Copyright (c) 2004

Company: PTC


Constructor Summary
ExchangeItem()
          Default constructor.
 
Method Summary
abstract  int getID()
           
abstract  void setID(int uniqueID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExchangeItem

public ExchangeItem()
Default constructor. Creates item with empty ID

Method Detail

getID

public abstract int getID()

setID

public abstract void setID(int uniqueID)