public class BaseDatabaseSchemaDataObjectModel extends BaseDataObjectModel implements DatabaseSchemaDataObjectModel
| Modifier and Type | Field and Description |
|---|---|
protected List<FieldMapping> |
fieldMappings |
protected FieldMapping |
lookupIdMapping |
protected String |
lookupIdPrefix |
protected String |
tableName |
dataObjectType, description, externalId, key, name, sourceId, sourceSpecificAttributes, sourceType, subType, supportedCachingType, type| Constructor and Description |
|---|
BaseDatabaseSchemaDataObjectModel() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldMapping> |
getFieldMappings() |
FieldMapping |
getLookupIdMapping() |
String |
getLookupIdPrefix() |
String |
getTableName() |
void |
setFieldMappings(List<FieldMapping> fieldMappings) |
void |
setLookupIdMapping(FieldMapping lookupIdMapping) |
void |
setLookupIdPrefix(String lookupIdPrefix) |
void |
setTableName(String tableName) |
getDataObjectType, getDescription, getExternalId, getKey, getName, getSourceId, getSourceSpecificAttributes, getSourceType, getSubType, getSupportedCachingType, getType, setDataObjectType, setDescription, setExternalId, setKey, setName, setSourceId, setSourceSpecificAttributes, setSourceType, setSubType, setSupportedCachingType, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataObjectType, getDescription, getExternalId, getKey, getName, getSourceId, getSourceSpecificAttributes, getSourceType, getSubType, getSupportedCachingType, getTypeprotected String tableName
protected String lookupIdPrefix
protected FieldMapping lookupIdMapping
protected List<FieldMapping> fieldMappings
public String getTableName()
getTableName in interface DatabaseSchemaDataObjectModelpublic void setTableName(String tableName)
public String getLookupIdPrefix()
getLookupIdPrefix in interface DatabaseSchemaDataObjectModelpublic void setLookupIdPrefix(String lookupIdPrefix)
public FieldMapping getLookupIdMapping()
getLookupIdMapping in interface DatabaseSchemaDataObjectModelpublic void setLookupIdMapping(FieldMapping lookupIdMapping)
public List<FieldMapping> getFieldMappings()
getFieldMappings in interface DatabaseSchemaDataObjectModelpublic void setFieldMappings(List<FieldMapping> fieldMappings)
Copyright © 2019. All rights reserved.