クラス AutoNumberType
java.lang.Object
org.iplass.mtp.impl.entity.property.PropertyType
org.iplass.mtp.impl.properties.extend.ExtendType
org.iplass.mtp.impl.properties.extend.WrapperType
org.iplass.mtp.impl.properties.extend.ComplexWrapperType
org.iplass.mtp.impl.properties.extend.AutoNumberType
- すべての実装されたインタフェース:
Serializable,MetaData
- 関連項目:
-
ネストされたクラスの概要
ネストされたクラス -
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidcopy()当該のメタデータのコピーを作成する。static StringcreateIncrementUnitKey(String entityDefId, String propDefId) createRuntime(MetaProperty metaProperty, MetaEntity metaEntity) booleanClass<?> fromString(String strValue) intlonginthashCode()booleanisCompatibleTo(PropertyType another) booleanvoidnotifyAfterDelete(Object storeTypeValue, PropertyHandler ph, EntityHandler eh, String oid, Long rbid) voidnotifyAfterPurge(EntityHandler eh, Long rbid) voidnotifyAfterRestore(EntityHandler eh, Long rbid) voidsetFixedNumberOfDigits(int fixedNumberOfDigits) voidsetFormatScript(String formatScript) voidsetNumberingType(NumberingType numberingType) voidsetStartsWith(long startsWith) toStoreTypeValue(Object extendTypeValue, Object prevStoreTypeValue, PropertyHandler ph, EntityHandler eh, String oid, Long version, Entity entity) translate(EntityField field) クラスから継承されたメソッド org.iplass.mtp.impl.properties.extend.ComplexWrapperType
fromDataStore, storeType, toDataStoreクラスから継承されたメソッド org.iplass.mtp.impl.properties.extend.WrapperType
isVirtualクラスから継承されたメソッド org.iplass.mtp.impl.entity.property.PropertyType
formatToLog
-
フィールド詳細
-
ACCEPT_SKIP_COUNTER_SERVICE_NAME
- 関連項目:
-
NO_SKIP_COUNTER_SERVICE_NAME
- 関連項目:
-
-
コンストラクタの詳細
-
AutoNumberType
public AutoNumberType()
-
-
メソッドの詳細
-
createIncrementUnitKey
-
isCompatibleTo
- オーバーライド:
isCompatibleToクラス内ExtendType
-
hashCode
public int hashCode() -
equals
-
getNumberingType
-
setNumberingType
-
getStartsWith
public long getStartsWith() -
setStartsWith
public void setStartsWith(long startsWith) -
getFixedNumberOfDigits
public int getFixedNumberOfDigits() -
setFixedNumberOfDigits
public void setFixedNumberOfDigits(int fixedNumberOfDigits) -
getFormatScript
-
setFormatScript
-
actualType
- 定義:
actualTypeクラス内WrapperType
-
getEnumType
- 定義:
getEnumTypeクラス内PropertyType
-
getDataStoreEnumType
- オーバーライド:
getDataStoreEnumTypeクラス内PropertyType
-
createPropertyDefinitionInstance
-
applyDefinition
- オーバーライド:
applyDefinitionクラス内ExtendType
-
copy
インタフェースからコピーされた説明:MetaData当該のメタデータのコピーを作成する。- 定義:
copyインタフェース内MetaData- 定義:
copyクラス内PropertyType- 戻り値:
- コピーされたメタデータ
-
createRuntime
- 定義:
createRuntimeクラス内PropertyType
-
createLoadAdapter
- 定義:
createLoadAdapterクラス内ComplexWrapperType
-
isNeedPrevStoreTypeValueOnToStoreTypeValue
public boolean isNeedPrevStoreTypeValueOnToStoreTypeValue() -
toStoreTypeValue
public Object toStoreTypeValue(Object extendTypeValue, Object prevStoreTypeValue, PropertyHandler ph, EntityHandler eh, String oid, Long version, Entity entity) - 定義:
toStoreTypeValueクラス内ComplexWrapperType
-
notifyAfterDelete
public void notifyAfterDelete(Object storeTypeValue, PropertyHandler ph, EntityHandler eh, String oid, Long rbid) - 定義:
notifyAfterDeleteクラス内ComplexWrapperType
-
notifyAfterPurge
- 定義:
notifyAfterPurgeクラス内ComplexWrapperType
-
notifyAfterRestore
- 定義:
notifyAfterRestoreクラス内ComplexWrapperType
-
extendType
- 定義:
extendTypeクラス内ComplexWrapperType
-
toString
- 定義:
toStringクラス内PropertyType
-
fromString
- 定義:
fromStringクラス内PropertyType
-
translate
- 定義:
translateクラス内ComplexWrapperType
-