|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.sna.lu0.Lu0Record
The Lu0Record is the representation of an input or output to the execute methods defined on an Interaction
Constructor Summary | |
---|---|
Lu0Record()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getData()
Gets the data |
java.lang.String |
getRecordName()
Gets the recordName |
java.lang.String |
getRecordShortDescription()
Gets the recordShortDescription |
int |
hashCode()
|
void |
setData(java.lang.String data)
Sets the data |
void |
setRecordName(java.lang.String recordName)
Sets the recordName |
void |
setRecordShortDescription(java.lang.String recordShortDescription)
Sets the recordShortDescription |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Lu0Record()
Method Detail |
public java.lang.String getData()
public void setData(java.lang.String data)
data
- The data to setpublic java.lang.String getRecordName()
getRecordName
in interface javax.resource.cci.Record
public void setRecordName(java.lang.String recordName)
setRecordName
in interface javax.resource.cci.Record
recordName
- The recordName to setpublic java.lang.String getRecordShortDescription()
getRecordShortDescription
in interface javax.resource.cci.Record
public void setRecordShortDescription(java.lang.String recordShortDescription)
setRecordShortDescription
in interface javax.resource.cci.Record
recordShortDescription
- The recordShortDescription to setpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface javax.resource.cci.Record
java.lang.CloneNotSupportedException
public int hashCode()
hashCode
in interface javax.resource.cci.Record
public boolean equals(java.lang.Object obj)
equals
in interface javax.resource.cci.Record
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |