Class DefaultIncludedModelActiveRecord
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.common.persistence.ActiveRecord<BaseIncludedModelActiveRecord>
-
- org.kie.workbench.common.dmn.client.editors.included.BaseIncludedModelActiveRecord
-
- org.kie.workbench.common.dmn.client.editors.included.DefaultIncludedModelActiveRecord
-
public class DefaultIncludedModelActiveRecord extends BaseIncludedModelActiveRecord
-
-
Constructor Summary
Constructors Constructor Description DefaultIncludedModelActiveRecord(RecordEngine<BaseIncludedModelActiveRecord> recordEngine)
-
Method Summary
-
Methods inherited from class org.kie.workbench.common.dmn.client.editors.included.BaseIncludedModelActiveRecord
getImportType, getName, getNamespace, getPath, getRecord, getUUID, setImportType, setName, setNamespace, setPath, setUuid
-
Methods inherited from class org.kie.workbench.common.dmn.client.editors.common.persistence.ActiveRecord
create, destroy, getRecordEngine, isRecordEnginePresent, isValid, update
-
-
-
-
Constructor Detail
-
DefaultIncludedModelActiveRecord
public DefaultIncludedModelActiveRecord(RecordEngine<BaseIncludedModelActiveRecord> recordEngine)
-
-