com.microfocus.cics.connector.cci.MFECICustomRecord
com.microfocus.cics.lang.MFECICustomRecord, Serializable, Cloneable, javax.resource.cci.Record
public abstract class MFECICustomRecord
extends Object
implements javax.resource.cci.Record, com.microfocus.cobol.lang.MFECICustomRecord
See Also:
Method Summary | |
---|---|
Object | clone()
Clone the custom record instance. |
boolean | equals(Object other)
Is this record equal to the other record? |
String | getRecordName()
Get the record name. |
String | getRecordShortDescription()
Get a short description of the record. |
int | hashCode()
Return a hash code for the custom record instance. |
void | setRecordName(String name)
Set the record name. |
void | setRecordShortDescription(String description)
Set a short description of the record. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.microfocus.cobol.lang.CustomRecord |
---|
getParameters, setParameters |
public MFECICustomRecord()
public String getRecordName()
Get the record name.
public void setRecordName(String name)
Set the record name.
name | The record name. |
public String getRecordShortDescription()
Get a short description of the record .
public void setRecordShortDescription(String description)
Set a short description of the record.
description | A short description of the record. |
public boolean equals(Object other)
Is this record equal to the other record?
public int hashCode()
Return a hash code for the Custom Recod instance.
public Objectclone() throws CloneNotSupportedException
Clone the custom record instance.