|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.edadata.ExchangeItem
com.ptc.edadata.ResponseItem
Title: ResponseItem
Description: This is the base class for all response objects.
Copyright: Copyright (c) 2004
Company: PTC
Field Summary | |
private ECADType |
m_ecadType
|
Constructor Summary | |
ResponseItem()
Default constructor. |
|
ResponseItem(ECADType ecadType)
|
Method Summary | |
ECADType |
getEcadType()
This method will get the eCAD type of response object. |
abstract ResponseType |
getType()
|
void |
setEcadType(ECADType ecadType)
This method will set the eCAD type of response object. |
Methods inherited from class com.ptc.edadata.ExchangeItem |
getID, setID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private ECADType m_ecadType
Constructor Detail |
public ResponseItem()
public ResponseItem(ECADType ecadType)
Method Detail |
public ECADType getEcadType()
public void setEcadType(ECADType ecadType)
public abstract ResponseType getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |