java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.LuwId
-
Method Summary
Modifier and TypeMethodDescriptionstatic LuwId
create
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
Return Equals if the Logical Unit of Work IDs contain the same value.int
hashCode()
int
qwhslucc()
QWHSLUCC value.qwhslunm()
QWHSLUNM value.long
qwhsluuv()
6 byte QWHSLUUV value.qwhsnid()
QWHSNID value.Convert the value of the Logical Unit of Work ID to a character string of hexadecimal digits.toString()
Convert the value of the Logical Unit of Work ID to a String.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
toString
Convert the value of the Logical Unit of Work ID to a String.The format produced by toString() may change in the future.
Different Logical Unit of Work IDs might produce the same string.
See
toHexString()
for a more strictly defined string format. -
hashCode
public int hashCode() -
toHexString
Convert the value of the Logical Unit of Work ID to a character string of hexadecimal digits. -
equals
Return Equals if the Logical Unit of Work IDs contain the same value. -
qwhsnid
QWHSNID value.- Returns:
- String QWHSNID value
-
qwhslunm
QWHSLUNM value.- Returns:
- String QWHSLUNM value
-
qwhsluuv
public long qwhsluuv()6 byte QWHSLUUV value.- Returns:
- long QWHSLUUV value
-
qwhslucc
public int qwhslucc()QWHSLUCC value.- Returns:
- int QWHSLUCC value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-