Package org.iplass.mtp.entity
Class EntityKey
java.lang.Object
org.iplass.mtp.entity.EntityKey
EntityのKEY情報
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOid()
IDを返します。バージョンを返します。void
IDを設定します。void
setVersion
(Long version) バージョンを設定します。toString()
-
Constructor Details
-
EntityKey
public EntityKey() -
EntityKey
指定したIDのKEY情報を生成します。- Parameters:
oid
- ID
-
EntityKey
指定したID、バージョンのKEY情報を生成します。- Parameters:
oid
- IDversion
- バージョン
-
-
Method Details