Modifier and Type | Field and Description |
---|---|
Byte |
attribute |
String |
expression |
Integer |
extra |
Short |
flag |
String |
name1 |
String |
name2 |
Integer |
objectId |
byte[] |
order |
Constructor and Description |
---|
Row(Row tableRow) |
Row(RowId id,
Byte attribute,
String expression,
Short flag,
Integer extra,
String name1,
String name2,
Integer objectId,
byte[] order) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
Row |
toTableRow() |
public final Byte attribute
public final String expression
public final Short flag
public final Integer extra
public final String name1
public final String name2
public final Integer objectId
public final byte[] order
public Row(Row tableRow)
Copyright © 2005–2024 OpenHMS. All rights reserved.