クラス MetaProperty

java.lang.Object
org.iplass.mtp.impl.entity.property.MetaProperty
すべての実装されたインタフェース:
Serializable, MetaData
直系の既知のサブクラス:
MetaPrimitiveProperty, MetaReferenceProperty

public abstract class MetaProperty extends Object implements MetaData
関連項目:
  • コンストラクタの詳細

    • MetaProperty

      public MetaProperty()
  • メソッドの詳細

    • getNormalizers

      public List<MetaNormalizer> getNormalizers()
    • setNormalizers

      public void setNormalizers(List<MetaNormalizer> normalizers)
    • getEntityStoreProperty

      public MetaPropertyStore getEntityStoreProperty()
    • setEntityStoreProperty

      public void setEntityStoreProperty(MetaPropertyStore entityStoreProperty)
    • getDefaultValue

      public String getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
    • isUpdatable

      public boolean isUpdatable()
    • setUpdatable

      public void setUpdatable(boolean updatable)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getMultiplicity

      public int getMultiplicity()
    • setMultiplicity

      public void setMultiplicity(int multiplicity)
    • getIndexType

      public IndexType getIndexType()
    • setIndexType

      public void setIndexType(IndexType indexType)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • getValidations

      public List<MetaValidation> getValidations()
    • setValidations

      public void setValidations(List<MetaValidation> validations)
    • getLocalizedDisplayNameList

      public List<MetaLocalizedString> getLocalizedDisplayNameList()
    • setLocalizedDisplayNameList

      public void setLocalizedDisplayNameList(List<MetaLocalizedString> localizedDisplayNameList)
    • applyConfig

      public abstract void applyConfig(PropertyDefinition pDef, EntityContext context)
    • fillFrom

      protected void fillFrom(PropertyDefinition pDef, EntityContext context)
    • currentConfig

      public abstract PropertyDefinition currentConfig(EntityContext context)
    • fillTo

      protected void fillTo(PropertyDefinition pd, EntityContext context)
    • copy

      public abstract MetaProperty copy()
      インタフェースからコピーされた説明: MetaData
      当該のメタデータのコピーを作成する。
      定義:
      copy インタフェース内 MetaData
      戻り値:
      コピーされたメタデータ
    • createRuntime

      public abstract PropertyHandler createRuntime(MetaEntity metaEntity)
    • hashCode

      public int hashCode()
      定義:
      hashCode インタフェース内 MetaData
      オーバーライド:
      hashCode クラス内 Object
    • equals

      public boolean equals(Object obj)
      定義:
      equals インタフェース内 MetaData
      オーバーライド:
      equals クラス内 Object