public abstract class BaseIncludedModelActiveRecord extends ActiveRecord<BaseIncludedModelActiveRecord>
Constructor and Description |
---|
BaseIncludedModelActiveRecord(RecordEngine<BaseIncludedModelActiveRecord> recordEngine) |
Modifier and Type | Method and Description |
---|---|
String |
getImportType() |
String |
getName() |
String |
getNamespace() |
String |
getPath() |
protected BaseIncludedModelActiveRecord |
getRecord() |
String |
getUUID() |
void |
setImportType(String importType) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setPath(String path) |
void |
setUuid(String uuid) |
create, destroy, getRecordEngine, isRecordEnginePresent, isValid, update
public BaseIncludedModelActiveRecord(RecordEngine<BaseIncludedModelActiveRecord> recordEngine)
public String getNamespace()
public void setNamespace(String namespace)
public String getImportType()
public void setImportType(String importType)
public String getPath()
public void setPath(String path)
public String getName()
public void setName(String name)
public String getUUID()
public void setUuid(String uuid)
protected BaseIncludedModelActiveRecord getRecord()
getRecord
in class ActiveRecord<BaseIncludedModelActiveRecord>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.