public class OdiContextualSchemaMapping extends oracle.odi.domain.support.AbstractOdiEntity implements IMasterOdiEntity, oracle.odi.core.audit.support.IAuditableFirstClassObject
| Modifier and Type | Class and Description |
|---|---|
static class |
OdiContextualSchemaMapping.OdiContextualSchemaMappingId
Implements the composite key for
OdiContextualSchemaMapping. |
| Constructor and Description |
|---|
OdiContextualSchemaMapping(OdiContext pContext,
OdiLogicalSchema pLSchema,
OdiPhysicalSchema pPSchema)
Construct a new
OdiContextualSchemaMapping that maps together the given
logical and physical schemas for the specified context. |
| Modifier and Type | Method and Description |
|---|---|
OdiContext |
getContext()
Returns the Context of this association.
|
java.io.Serializable |
getInternalId()
Obtains the internal id of this object that is an instance
of
OdiContextualSchemaMapping.OdiContextualSchemaMappingId. |
OdiLogicalSchema |
getLogicalSchema()
Returns the Logical Schema of this association.
|
OdiPhysicalSchema |
getPhysicalSchema()
Returns the Physical Schema of this association.
|
void |
setPhysicalSchema(OdiPhysicalSchema pPhysicalSchema)
Sets the Physical Schema of this association.
|
getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, getName, isInstanceLevelSecurityNeeded, isNew, preCommit, toStringequals, getBigNumericId, getGlobalId, getNumericId, getParent, hashCodegetFirstDate, getFirstUser, getLastDate, getLastUser, getName, isInstanceLevelSecurityNeededgetGlobalId, getParentpublic OdiContextualSchemaMapping(OdiContext pContext, OdiLogicalSchema pLSchema, OdiPhysicalSchema pPSchema)
OdiContextualSchemaMapping that maps together the given
logical and physical schemas for the specified context.pContext - the context that hold the mappingpLSchema - the logical schema to mappPSchema - the physical schema to mappublic java.io.Serializable getInternalId()
OdiContextualSchemaMapping.OdiContextualSchemaMappingId.getInternalId in interface IRepositoryEntityIRepositoryEntity.getInternalId()public OdiContext getContext()
public OdiLogicalSchema getLogicalSchema()
public OdiPhysicalSchema getPhysicalSchema()
setPhysicalSchema(OdiPhysicalSchema)public void setPhysicalSchema(OdiPhysicalSchema pPhysicalSchema)
pPhysicalSchema - physical schemaDomainRuntimeException - if Physical schema is nullgetPhysicalSchema()