com.microfocus.cobol.connector.cci.CustomRecord
Cloneable, com.microfocus.cobol.lang.CustomRecord, Record, Serializable
public abstract class CustomRecord
extends Object
implements Record, com.microfocus.cobol.lang.CustomRecord
See Also:
Field Summary | |
---|---|
protected String | description |
protected String | recordName |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.microfocus.cobol.lang.CustomRecord |
---|
getParameters, setParameters |
public CustomRecord()
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.