|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.j2ca.base.WBIRecord
Wraps a business object so that it can be passed as a CCI Record
between the various Java Connector
Architecture CCI interfaces (for example, Interaction.execute
)
Constructor Summary | |
---|---|
WBIRecord()
|
|
WBIRecord(commonj.sdo.DataObject dataObj)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
commonj.sdo.DataObject |
getDataObject()
Returns the underlying business object for this Record instance. |
java.lang.String |
getRecordName()
Returns the name of this Record instance. |
java.lang.String |
getRecordShortDescription()
Returns the short description for this Record instance. |
void |
setDataObject(commonj.sdo.DataObject dataObj)
Sets the underlying business object for this Record instance. |
void |
setRecordName(java.lang.String recordName)
Sets the name for this Record instance. |
void |
setRecordShortDescription(java.lang.String recordDescr)
Sets the short description for this Record instance. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.resource.cci.Record |
---|
equals, hashCode |
Constructor Detail |
public WBIRecord()
public WBIRecord(commonj.sdo.DataObject dataObj)
Method Detail |
public java.lang.String getRecordName()
getRecordName
in interface javax.resource.cci.Record
Record.getRecordName()
public java.lang.String getRecordShortDescription()
getRecordShortDescription
in interface javax.resource.cci.Record
Record.getRecordShortDescription()
public void setRecordName(java.lang.String recordName)
setRecordName
in interface javax.resource.cci.Record
Record.setRecordName(java.lang.String)
public void setRecordShortDescription(java.lang.String recordDescr)
setRecordShortDescription
in interface javax.resource.cci.Record
Record.setRecordShortDescription(java.lang.String)
public void setDataObject(commonj.sdo.DataObject dataObj)
public commonj.sdo.DataObject getDataObject()
public java.lang.Object clone()
clone
in interface javax.resource.cci.Record
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |