public class AuditProfileRecord extends PersistentRecord
SRecordInstance.BrokenOptimisticLockException| Modifier and Type | Field and Description |
|---|---|
static StringField |
Description |
static IdentityField |
Id |
static RecordMeta<AuditProfileRecord> |
META |
static StringField |
Name |
static IntField |
Retention |
static StringField |
Type |
DEFAULT_VALUE, FORM_META_KEY, INDEXED, UNIQUE| Constructor and Description |
|---|
AuditProfileRecord() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.Long |
getId() |
RecordMeta<?> |
getMeta()
This must be defined in every user record's definition to access the SRecord which provides the meta data for
this instance.
|
java.lang.String |
getName() |
int |
getRetention() |
java.lang.String |
getType() |
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<AuditProfileRecord> META
public static final IdentityField Id
public static final StringField Name
public static final StringField Type
public static final StringField Description
public static final IntField Retention
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 PersistentRecordpublic java.lang.Long getId()
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getType()
public int getRetention()