クラス MetaProperty
java.lang.Object
org.iplass.mtp.impl.entity.property.MetaProperty
- すべての実装されたインタフェース:
Serializable,MetaData
- 直系の既知のサブクラス:
MetaPrimitiveProperty,MetaReferenceProperty
- 関連項目:
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明abstract voidapplyConfig(PropertyDefinition pDef, EntityContext context) abstract MetaPropertycopy()当該のメタデータのコピーを作成する。abstract PropertyHandlercreateRuntime(MetaEntity metaEntity) abstract PropertyDefinitioncurrentConfig(EntityContext context) booleanprotected voidfillFrom(PropertyDefinition pDef, EntityContext context) protected voidfillTo(PropertyDefinition pd, EntityContext context) getId()intgetName()inthashCode()booleanvoidsetDefaultValue(String defaultValue) voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetEntityStoreProperty(MetaPropertyStore entityStoreProperty) voidvoidsetIndexType(IndexType indexType) voidsetLocalizedDisplayNameList(List<MetaLocalizedString> localizedDisplayNameList) voidsetMultiplicity(int multiplicity) voidvoidsetNormalizers(List<MetaNormalizer> normalizers) voidsetUpdatable(boolean updatable) voidsetValidations(List<MetaValidation> validations)
-
コンストラクタの詳細
-
MetaProperty
public MetaProperty()
-
-
メソッドの詳細
-
getNormalizers
-
setNormalizers
-
getEntityStoreProperty
-
setEntityStoreProperty
-
getDefaultValue
-
setDefaultValue
-
isUpdatable
public boolean isUpdatable() -
setUpdatable
public void setUpdatable(boolean updatable) -
getDescription
-
setDescription
-
getMultiplicity
public int getMultiplicity() -
setMultiplicity
public void setMultiplicity(int multiplicity) -
getIndexType
-
setIndexType
-
getId
-
setId
-
getName
-
setName
-
getDisplayName
-
setDisplayName
-
getValidations
-
setValidations
-
getLocalizedDisplayNameList
-
setLocalizedDisplayNameList
-
applyConfig
-
fillFrom
-
currentConfig
-
fillTo
-
copy
インタフェースからコピーされた説明:MetaData当該のメタデータのコピーを作成する。 -
createRuntime
-
hashCode
public int hashCode() -
equals
-