public class TerminableKeyImpl extends Object implements TerminableKey, DataStoreConfigurationModelInterface
| コンストラクタと説明 |
|---|
TerminableKeyImpl(RelationshipImpl relationship) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addRelationshipPath(RelationshipPathImpl relationshipPath) |
void |
executeMapping()
このオブジェクトの内部情報を元にモデルのマッピングを行います。
|
String |
getApplicationName() |
Attribute |
getAttribute()
期間化基準項目となる属性を取得します。
|
String |
getAttributeName() |
ExtendedEntity |
getExtendedEntity() |
String |
getExtendedEntityName() |
Relationship[] |
getRefereRelationships()
ソースエンティティから期間化基準項目を持つエンティティまでのリレーションシップを取得します。
|
jp.co.intra_mart.foundation.datastore.impl.common.config.RelationshipKeyImpl |
getRelationshipKeyImpl() |
ArrayList |
getRelationshipPaths() |
Entity |
getSourceEntity()
期間化基準項目の基点となるソースエンティティの情報を取得します。
|
void |
setApplicationName(String applicationName) |
void |
setAttributeName(String attributeName) |
void |
setExtendedEntityName(String extendedEntityName) |
void |
verify()
このオブジェクトの内部情報を検査します。
|
public TerminableKeyImpl(RelationshipImpl relationship)
public jp.co.intra_mart.foundation.datastore.impl.common.config.RelationshipKeyImpl getRelationshipKeyImpl()
public Relationship[] getRefereRelationships()
TerminableKeygetRefereRelationships インタフェース内 TerminableKeypublic Attribute getAttribute()
TerminableKeygetAttribute インタフェース内 TerminableKeypublic ArrayList getRelationshipPaths()
public void addRelationshipPath(RelationshipPathImpl relationshipPath)
relationName - public void setAttributeName(String attributeName)
attributeName - public String getAttributeName()
public Entity getSourceEntity()
TerminableKeygetSourceEntity インタフェース内 TerminableKeypublic ExtendedEntity getExtendedEntity()
public void setExtendedEntityName(String extendedEntityName)
extendedEntityName - public String getExtendedEntityName()
public void executeMapping()
throws DataStoreConfigException
DataStoreConfigurationModelInterfaceexecuteMapping インタフェース内 DataStoreConfigurationModelInterfaceDataStoreConfigExceptionpublic void setApplicationName(String applicationName)
public String getApplicationName()
public void verify()
throws DataStoreConfigException
DataStoreConfigurationModelInterfaceverify インタフェース内 DataStoreConfigurationModelInterfaceDataStoreConfigException - 内部情報に整合性違反がある場合Copyright © 2012 NTT DATA INTRAMART CORPORATION