public class OdiContextualSchemaMapping extends AbstractOdiEntity implements IMasterOdiEntity
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.
|
IRepositoryEntity |
getSecurityContainer() |
void |
setPhysicalSchema(OdiPhysicalSchema pPhysicalSchema)
Sets the Physical Schema of this association.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFirstDate, getFirstUser, getLastDate, getLastUser, getName, isInstanceLevelSecurityNeeded
getGlobalId, getParent
public 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 IRepositoryEntity
IRepositoryEntity.getInternalId()
public OdiContext getContext()
public OdiLogicalSchema getLogicalSchema()
public OdiPhysicalSchema getPhysicalSchema()
setPhysicalSchema(OdiPhysicalSchema)
public void setPhysicalSchema(OdiPhysicalSchema pPhysicalSchema)
pPhysicalSchema
- physical schemaDomainRuntimeException
- if Physical schema is null
getPhysicalSchema()
public IRepositoryEntity getSecurityContainer()
getSecurityContainer
in interface IRepositoryEntity