|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.infoengine.connector.IeInteractionResult
returned from execution of an Info*Engine interaction
IeInteraction
,
Serialized FormField Summary | |
private String |
name
|
private Object |
result
|
private String |
shortDesc
|
Constructor Summary | |
IeInteractionResult()
create an unnamed IeInteractionResult |
|
IeInteractionResult(String name)
create a named IeInteractionResult |
Method Summary | |
Object |
clone()
not supported as not needed. |
boolean |
equals(Object other)
compare this IeInteractionResult with another for equality |
String |
getRecordName()
get record name |
String |
getRecordShortDescription()
get record short description |
Object |
getResult()
get the object result from interaction execution |
int |
hashCode()
generate this object's hashCode. |
void |
setRecordName(String str)
set record name |
void |
setRecordShortDescription(String str)
set record short description |
(package private) void |
setResult(Object o)
set the object result from interaction execution |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String name
private String shortDesc
private Object result
Constructor Detail |
public IeInteractionResult()
public IeInteractionResult(String name)
name
- record nameMethod Detail |
public String getRecordName()
getRecordName
in interface javax.resource.cci.Record
public String getRecordShortDescription()
getRecordShortDescription
in interface javax.resource.cci.Record
public void setRecordName(String str)
setRecordName
in interface javax.resource.cci.Record
str
- new record namepublic void setRecordShortDescription(String str)
setRecordShortDescription
in interface javax.resource.cci.Record
str
- new record short descriptionpublic Object getResult()
void setResult(Object o)
o
- the result Objectpublic Object clone() throws CloneNotSupportedException
clone
in interface javax.resource.cci.Record
CloneNotSupportedException
public boolean equals(Object other)
equals
in interface javax.resource.cci.Record
other
- obejct to compare to
public int hashCode()
hashCode
in interface javax.resource.cci.Record
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |