IBM Branch Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu62
Class Lu62Record

java.lang.Object
  extended bycom.ibm.connector2.sna.lu62.Lu62Record
All Implemented Interfaces:
java.lang.Cloneable, javax.resource.cci.Record, java.io.Serializable

public class Lu62Record
extends java.lang.Object
implements javax.resource.cci.Record

The Lu62Record is the representation of an input or output to the execute methods defined on an Interaction

See Also:
Serialized Form

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

Lu62Record

public Lu62Record()
Method Detail

getData

public java.lang.String getData()
Gets the data

Returns:
Returns a String

setData

public void setData(java.lang.String data)
Sets the data

Parameters:
data - The data to set

getRecordName

public java.lang.String getRecordName()
Gets the recordName

Specified by:
getRecordName in interface javax.resource.cci.Record
Returns:
Returns a String

setRecordName

public void setRecordName(java.lang.String recordName)
Sets the recordName

Specified by:
setRecordName in interface javax.resource.cci.Record
Parameters:
recordName - The recordName to set

getRecordShortDescription

public java.lang.String getRecordShortDescription()
Gets the recordShortDescription

Specified by:
getRecordShortDescription in interface javax.resource.cci.Record
Returns:
Returns a String

setRecordShortDescription

public void setRecordShortDescription(java.lang.String recordShortDescription)
Sets the recordShortDescription

Specified by:
setRecordShortDescription in interface javax.resource.cci.Record
Parameters:
recordShortDescription - The recordShortDescription to set

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Specified by:
clone in interface javax.resource.cci.Record
Throws:
java.lang.CloneNotSupportedException

hashCode

public int hashCode()
Specified by:
hashCode in interface javax.resource.cci.Record

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface javax.resource.cci.Record

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005