public class StringCodeRecord extends PersistentRecord
| Modifier and Type | Field and Description |
|---|---|
static Class<StringCodeRecord> |
_R |
int |
code |
static ColumnExp<Integer> |
CODE |
static int |
SCHEMA_VERSION |
static ColumnExp<Integer> |
STAT_CODE |
int |
statCode
The code of the stat.
|
String |
value |
static ColumnExp<String> |
VALUE |
| Constructor and Description |
|---|
StringCodeRecord()
An empty constructor for unmarshalling.
|
StringCodeRecord(int statCode,
String value,
int code)
A constructor that populates all our fields.
|
| Modifier and Type | Method and Description |
|---|---|
static Key<StringCodeRecord> |
getKey(int statCode,
String value)
Create and return a primary
Key to identify a StringCodeRecord
with the supplied key values. |
static ColumnExp<?>[] |
statCodeCode()
Defines the statCodeCode unique index.
|
static ColumnExp<?>[] |
statCodeValue()
Defines the statCodeValue unique index.
|
clonepublic static final Class<StringCodeRecord> _R
public static final int SCHEMA_VERSION
public int statCode
public String value
public int code
public StringCodeRecord()
public StringCodeRecord(int statCode,
String value,
int code)
public static ColumnExp<?>[] statCodeValue()
public static ColumnExp<?>[] statCodeCode()
public static Key<StringCodeRecord> getKey(int statCode, String value)
Key to identify a StringCodeRecord
with the supplied key values.Copyright © 2015. All rights reserved.