public class HIBCPASRecord
extends java.lang.Object
Class for storing HIBC PAS record.
Constructor and Description |
---|
HIBCPASRecord()
HIBCPASRecord constructor
|
HIBCPASRecord(int dataType,
java.lang.String data)
HIBCPASRecord constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified
HIBCPASDataType value. |
java.lang.String |
getData()
Identifies data.
|
int |
getDataType()
Identifies data type.
|
int |
hashCode()
Returns the hash code for this instance.
|
void |
setData(java.lang.String value)
Identifies data.
|
void |
setDataType(int value)
Identifies data type.
|
public HIBCPASRecord(int dataType, java.lang.String data)
HIBCPASRecord constructor
dataType
- Type of data.data
- Data string.public HIBCPASRecord()
HIBCPASRecord constructor
public int getDataType()
Identifies data type.
public void setDataType(int value)
Identifies data type.
public java.lang.String getData()
Identifies data.
public void setData(java.lang.String value)
Identifies data.
public boolean equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified HIBCPASDataType
value.
equals
in class java.lang.Object
obj
- An HIBCPASDataType
value to compare to this instance.<b>true</b>
if obj has the same value as this instance; otherwise, <b>false</b>
.public int hashCode()
Returns the hash code for this instance.
hashCode
in class java.lang.Object