public class RecordData extends EntityData<RecordDTO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,RecordData> |
CAN_REMOVE |
static java.lang.String |
CLASS_NAME |
static ListProperty<java.lang.Long,RecordData> |
EDITABLE_FIELD_IDS |
static BasicProperty<RecordTypeDetailedVO,RecordData> |
RECORD_TYPE |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
RecordData() |
RecordData(Property<T,? super RecordData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<java.lang.Long> |
getEditableFieldIds() |
RecordTypeDetailedVO |
getRecordType() |
boolean |
isCanRemove() |
void |
setCanRemove(boolean canRemove) |
void |
setEditableFieldIds(java.util.List<java.lang.Long> editableFieldIds) |
void |
setRecordType(RecordTypeDetailedVO recordType) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,RecordData> CAN_REMOVE
public static final ListProperty<java.lang.Long,RecordData> EDITABLE_FIELD_IDS
public static final BasicProperty<RecordTypeDetailedVO,RecordData> RECORD_TYPE
public RecordData()
public RecordData(Property<T,? super RecordData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<RecordDTO>public boolean isCanRemove()
public void setCanRemove(boolean canRemove)
public java.util.List<java.lang.Long> getEditableFieldIds()
public void setEditableFieldIds(java.util.List<java.lang.Long> editableFieldIds)
public RecordTypeDetailedVO getRecordType()
public void setRecordType(RecordTypeDetailedVO recordType)