クラス EntityDefinition

java.lang.Object
org.iplass.mtp.entity.definition.EntityDefinition
すべての実装されたインタフェース:
Serializable, Definition

public class EntityDefinition extends Object implements Definition

Entityの論理定義。

※注意

Entityの定義名は、他の定義(Action、Templateなど)と異なり、"/"をパッケージ区切りとして利用できない。 Entity定義名は、"/"の代わりに、"."をパッケージ区切りとなる。

関連項目:
  • フィールド詳細

  • コンストラクタの詳細

    • EntityDefinition

      public EntityDefinition()
    • EntityDefinition

      public EntityDefinition(String name)
  • メソッドの詳細

    • getDataLocalizationStrategy

      public DataLocalizationStrategy getDataLocalizationStrategy()
    • setDataLocalizationStrategy

      public void setDataLocalizationStrategy(DataLocalizationStrategy dataLocalizationStrategy)
    • isQueryCache

      public boolean isQueryCache()
    • setQueryCache

      public void setQueryCache(boolean queryCache)
    • isCrawl

      public boolean isCrawl()
    • setCrawl

      public void setCrawl(boolean crawl)
    • getNamePropertyName

      public String getNamePropertyName()
    • setNamePropertyName

      public void setNamePropertyName(String namePropertyName)
    • getVersionControlType

      public VersionControlType getVersionControlType()
    • setVersionControlType

      public void setVersionControlType(VersionControlType versionControlType)
    • getOidPropertyName

      public List<String> getOidPropertyName()
    • setOidPropertyName

      public void setOidPropertyName(List<String> oidPropertyName)
    • getCrawlPropertyName

      public List<String> getCrawlPropertyName()
    • setCrawlPropertyName

      public void setCrawlPropertyName(List<String> crawlPropertyName)
    • getName

      public String getName()
      インタフェースからコピーされた説明: Definition
      名前を取得します。
      定義:
      getName インタフェース内 Definition
      戻り値:
      名前
    • setName

      public void setName(String name)
      インタフェースからコピーされた説明: Definition
      名前を設定します。
      定義:
      setName インタフェース内 Definition
      パラメータ:
      name - 名前
    • getDisplayName

      public String getDisplayName()
      インタフェースからコピーされた説明: Definition
      表示名を取得します。
      定義:
      getDisplayName インタフェース内 Definition
      戻り値:
      表示名
    • setDisplayName

      public void setDisplayName(String displayName)
      インタフェースからコピーされた説明: Definition
      表示名を設定します。
      定義:
      setDisplayName インタフェース内 Definition
      パラメータ:
      displayName - 表示名
    • getDescription

      public String getDescription()
      インタフェースからコピーされた説明: Definition
      概要を取得します。
      定義:
      getDescription インタフェース内 Definition
      戻り値:
      概要
    • setDescription

      public void setDescription(String description)
      インタフェースからコピーされた説明: Definition
      概要を設定します。
      定義:
      setDescription インタフェース内 Definition
      パラメータ:
      description - 概要
    • getInheritedDefinition

      public String getInheritedDefinition()
    • setInheritedDefinition

      public void setInheritedDefinition(String inheritedDefinition)
    • getPropertyList

      public List<PropertyDefinition> getPropertyList()
    • setPropertyList

      public void setPropertyList(List<PropertyDefinition> propertyList)
    • getDeclaredPropertyList

      public List<PropertyDefinition> getDeclaredPropertyList()
    • addProperty

      public void addProperty(PropertyDefinition property)
    • getProperty

      public PropertyDefinition getProperty(String propName)
    • getMapping

      public EntityMapping getMapping()
    • setMapping

      public void setMapping(EntityMapping mapping)
    • getEventListenerList

      public List<EventListenerDefinition> getEventListenerList()
    • setEventListenerList

      public void setEventListenerList(List<EventListenerDefinition> eventListenerList)
    • addEventListener

      public void addEventListener(EventListenerDefinition eventListener)
    • getStoreDefinition

      public StoreDefinition getStoreDefinition()
    • setStoreDefinition

      public void setStoreDefinition(StoreDefinition storeDefinition)
    • getLocalizedDisplayNameList

      public List<LocalizedStringDefinition> getLocalizedDisplayNameList()
    • setLocalizedDisplayNameList

      public void setLocalizedDisplayNameList(List<LocalizedStringDefinition> localizedDisplayNameList)
    • addLocalizedDisplayName

      public void addLocalizedDisplayName(LocalizedStringDefinition localizedDisplayName)