Package org.iplass.mtp.entity.definition
Class EntityDefinition
java.lang.Object
org.iplass.mtp.entity.definition.EntityDefinition
- All Implemented Interfaces:
Serializable
,Definition
Entityの論理定義。
※注意
Entityの定義名は、他の定義(Action、Templateなど)と異なり、"/"をパッケージ区切りとして利用できない。 Entity定義名は、"/"の代わりに、"."をパッケージ区切りとなる。
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
Field Details
-
SYSTEM_DEFAULT_DEFINITION_NAME
- See Also:
-
-
Constructor Details
-
EntityDefinition
public EntityDefinition() -
EntityDefinition
-
-
Method Details
-
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
Description copied from interface:Definition
名前を取得します。- Specified by:
getName
in interfaceDefinition
- Returns:
- 名前
-
setName
Description copied from interface:Definition
名前を設定します。- Specified by:
setName
in interfaceDefinition
- Parameters:
name
- 名前
-
getDisplayName
Description copied from interface:Definition
表示名を取得します。- Specified by:
getDisplayName
in interfaceDefinition
- Returns:
- 表示名
-
setDisplayName
Description copied from interface:Definition
表示名を設定します。- Specified by:
setDisplayName
in interfaceDefinition
- Parameters:
displayName
- 表示名
-
getDescription
Description copied from interface:Definition
概要を取得します。- Specified by:
getDescription
in interfaceDefinition
- Returns:
- 概要
-
setDescription
Description copied from interface:Definition
概要を設定します。- Specified by:
setDescription
in interfaceDefinition
- Parameters:
description
- 概要
-
getInheritedDefinition
-
setInheritedDefinition
-
getPropertyList
-
setPropertyList
-
getDeclaredPropertyList
-
addProperty
-
getProperty
-
getMapping
-
setMapping
-
getEventListenerList
-
setEventListenerList
-
addEventListener
-
getStoreDefinition
-
setStoreDefinition
-
getLocalizedDisplayNameList
-
setLocalizedDisplayNameList
-
addLocalizedDisplayName
-