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