org.sourceforge.jemm.database.persistent.berkeley.objects
Class ClientRefInfo

java.lang.Object
  extended by org.sourceforge.jemm.database.persistent.berkeley.objects.ClientRefInfo

@Entity
public class ClientRefInfo
extends java.lang.Object


Field Summary
protected  java.lang.String clientId
           
protected  ClientRefKey key
           
protected  long objectId
           
 
Constructor Summary
ClientRefInfo()
           
ClientRefInfo(ClientId clientId, ID id)
           
 
Method Summary
 ID getObjectId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

@PrimaryKey
protected ClientRefKey key

clientId

@SecondaryKey(relate=MANY_TO_ONE)
protected java.lang.String clientId

objectId

@SecondaryKey(relate=MANY_TO_ONE)
protected long objectId
Constructor Detail

ClientRefInfo

public ClientRefInfo(ClientId clientId,
                     ID id)

ClientRefInfo

public ClientRefInfo()
Method Detail

getObjectId

public ID getObjectId()


Copyright © 2009. All Rights Reserved.