|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sourceforge.jemm.database.persistent.berkeley.objects.ClientRefInfo
@Entity public class ClientRefInfo
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 |
---|
@PrimaryKey protected ClientRefKey key
@SecondaryKey(relate=MANY_TO_ONE) protected java.lang.String clientId
@SecondaryKey(relate=MANY_TO_ONE) protected long objectId
Constructor Detail |
---|
public ClientRefInfo(ClientId clientId, ID id)
public ClientRefInfo()
Method Detail |
---|
public ID getObjectId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |