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
Method Summary | |
---|---|
Object | clone() |
boolean | equals(Object other) |
String | getRecordName() |
String | getRecordShortDescription() |
int | hashCode() |
void | setRecordName(String name) |
void | setRecordShortDescription(String description) |
public String getRecordName()
public void setRecordName(String name)
public String getRecordShortDescription()
Get a short description of the record .
public void setRecordShortDescription(String description)
Set 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.