HIBCPASRecord

Inheritance: java.lang.Object

public class HIBCPASRecord

Class for storing HIBC PAS record.

Constructors

ConstructorDescription
HIBCPASRecord(int dataType, String data)HIBCPASRecord constructor
HIBCPASRecord()HIBCPASRecord constructor

Methods

MethodDescription
equals(Object obj)Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value.
getClass()
getData()Identifies data.
getDataType()Identifies data type.
hashCode()Returns the hash code for this instance.
notify()
notifyAll()
setData(String value)Identifies data.
setDataType(int value)Identifies data type.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

HIBCPASRecord(int dataType, String data)

public HIBCPASRecord(int dataType, String data)

HIBCPASRecord constructor

Parameters:

ParameterTypeDescription
dataTypeintType of data.
datajava.lang.StringData string.

HIBCPASRecord()

public HIBCPASRecord()

HIBCPASRecord constructor

equals(Object obj)

public boolean equals(Object obj)

Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value.

Parameters:

ParameterTypeDescription
objjava.lang.ObjectAn HIBCPASDataType value to compare to this instance.

Returns: boolean - true if obj has the same value as this instance; otherwise, false .

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getData()

public String getData()

Identifies data.

Returns: java.lang.String

getDataType()

public int getDataType()

Identifies data type.

Returns: int

hashCode()

public int hashCode()

Returns the hash code for this instance.

Returns: int - A 32-bit signed integer hash code.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setData(String value)

public void setData(String value)

Identifies data.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setDataType(int value)

public void setDataType(int value)

Identifies data type.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int