public class CompositeScheduleRecord extends PersistentRecord
SRecordInstance.BrokenOptimisticLockException| Modifier and Type | Field and Description |
|---|---|
static Category |
Main |
static RecordMeta<CompositeScheduleRecord> |
META |
static ReferenceField<ScheduleProfileRecord> |
Profile |
static LongField |
ScheduleProfileId |
static ReferenceField<ScheduleProfileRecord> |
SubProfile1 |
static ReferenceField<ScheduleProfileRecord> |
SubProfile2 |
static LongField |
SubScheduleProfileId1 |
static LongField |
SubScheduleProfileId2 |
DEFAULT_VALUE, FORM_META_KEY, INDEXED, UNIQUE| Constructor and Description |
|---|
CompositeScheduleRecord() |
| Modifier and Type | Method and Description |
|---|---|
RecordMeta<?> |
getMeta()
This must be defined in every user record's definition to access the SRecord which provides the meta data for
this instance.
|
getBoolean, getDoubleObj, getIntObj, getLongObj, getString, installDefaultValuesallFields, assertNewRow, assertNotNewRow, defineInitialValue, deleteRecord, doQueryRecord, doValidateRecord, equals, findReference, findReference, findReference, findReference, getBigDecimal, getBytes, getDataSet, getDate, getDouble, getEnum, getInitialValue, getInt, getLogger, getLong, getObject, getRawArrayValue, getReferenceNoQuery, getTime, getTimestamp, hashCode, isAttached, isDeleted, isDirty, isDirty, isEmpty, isNewRow, isNotDestroyed, isNull, isReadOnly, isValid, onQueryRecord, onValidateField, onValidateRecord, setBigDecimal, setBoolean, setBytes, setDate, setDirty, setDouble, setEmpty, setEnum, setInt, setLong, setNewRow, setNull, setObject, setObject, setRawArrayValue, setReadOnly, setReference, setString, setTime, setTimestamp, toString, validatePrimaryKeys, wasInCachepublic static final RecordMeta<CompositeScheduleRecord> META
public static final LongField ScheduleProfileId
public static final ReferenceField<ScheduleProfileRecord> Profile
public static final LongField SubScheduleProfileId1
public static final ReferenceField<ScheduleProfileRecord> SubProfile1
public static final LongField SubScheduleProfileId2
public static final ReferenceField<ScheduleProfileRecord> SubProfile2
public static Category Main
public RecordMeta<?> getMeta()
SRecordInstance
SRecord getMeta() {
return meta;
};
The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.
getMeta in class PersistentRecord