|
IBM Bank 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.lu62.Lu62Record
public class Lu62Record
The Lu62Record is the representation of an input or output to the execute methods defined on an Interaction
Constructor Summary | |
---|---|
Lu62Record()
|
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 Lu62Record()
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
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public int hashCode()
hashCode
in interface javax.resource.cci.Record
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in interface javax.resource.cci.Record
equals
in class java.lang.Object
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |