クラス EntityDefinition
java.lang.Object
org.iplass.mtp.entity.definition.EntityDefinition
- すべての実装されたインタフェース:
Serializable
,Definition
Entityの論理定義。
※注意
Entityの定義名は、他の定義(Action、Templateなど)と異なり、"/"をパッケージ区切りとして利用できない。 Entity定義名は、"/"の代わりに、"."をパッケージ区切りとなる。
- 関連項目:
-
フィールドの概要
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明void
addEventListener
(EventListenerDefinition eventListener) void
addLocalizedDisplayName
(LocalizedStringDefinition localizedDisplayName) void
addProperty
(PropertyDefinition property) 概要を取得します。表示名を取得します。getName()
名前を取得します。getProperty
(String propName) boolean
isCrawl()
boolean
void
setCrawl
(boolean crawl) void
setCrawlPropertyName
(List<String> crawlPropertyName) void
setDataLocalizationStrategy
(DataLocalizationStrategy dataLocalizationStrategy) void
setDescription
(String description) 概要を設定します。void
setDisplayName
(String displayName) 表示名を設定します。void
setEventListenerList
(List<EventListenerDefinition> eventListenerList) void
setInheritedDefinition
(String inheritedDefinition) void
setLocalizedDisplayNameList
(List<LocalizedStringDefinition> localizedDisplayNameList) void
setMapping
(EntityMapping mapping) void
名前を設定します。void
setNamePropertyName
(String namePropertyName) void
setOidPropertyName
(List<String> oidPropertyName) void
setPropertyList
(List<PropertyDefinition> propertyList) void
setQueryCache
(boolean queryCache) void
setStoreDefinition
(StoreDefinition storeDefinition) void
setVersionControlType
(VersionControlType versionControlType)
-
フィールド詳細
-
SYSTEM_DEFAULT_DEFINITION_NAME
- 関連項目:
-
-
コンストラクタの詳細
-
EntityDefinition
public EntityDefinition() -
EntityDefinition
-
-
メソッドの詳細
-
getDataLocalizationStrategy
-
setDataLocalizationStrategy
-
isQueryCache
public boolean isQueryCache() -
setQueryCache
public void setQueryCache(boolean queryCache) -
isCrawl
public boolean isCrawl() -
setCrawl
public void setCrawl(boolean crawl) -
getNamePropertyName
-
setNamePropertyName
-
getVersionControlType
-
setVersionControlType
-
getOidPropertyName
-
setOidPropertyName
-
getCrawlPropertyName
-
setCrawlPropertyName
-
getName
インタフェースからコピーされた説明:Definition
名前を取得します。- 定義:
getName
インタフェース内Definition
- 戻り値:
- 名前
-
setName
インタフェースからコピーされた説明:Definition
名前を設定します。- 定義:
setName
インタフェース内Definition
- パラメータ:
name
- 名前
-
getDisplayName
インタフェースからコピーされた説明:Definition
表示名を取得します。- 定義:
getDisplayName
インタフェース内Definition
- 戻り値:
- 表示名
-
setDisplayName
インタフェースからコピーされた説明:Definition
表示名を設定します。- 定義:
setDisplayName
インタフェース内Definition
- パラメータ:
displayName
- 表示名
-
getDescription
インタフェースからコピーされた説明:Definition
概要を取得します。- 定義:
getDescription
インタフェース内Definition
- 戻り値:
- 概要
-
setDescription
インタフェースからコピーされた説明:Definition
概要を設定します。- 定義:
setDescription
インタフェース内Definition
- パラメータ:
description
- 概要
-
getInheritedDefinition
-
setInheritedDefinition
-
getPropertyList
-
setPropertyList
-
getDeclaredPropertyList
-
addProperty
-
getProperty
-
getMapping
-
setMapping
-
getEventListenerList
-
setEventListenerList
-
addEventListener
-
getStoreDefinition
-
setStoreDefinition
-
getLocalizedDisplayNameList
-
setLocalizedDisplayNameList
-
addLocalizedDisplayName
-