|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopenlsd.common.datatype.LSDSimpleDocument
public class LSDSimpleDocument
Class for simple document in list or vector (no business inside)
Field Summary | |
---|---|
long |
did
Document Id |
long |
lid
Legacy Id |
java.lang.String |
md5
MD5 key |
long |
sid
Storage Id |
Constructor Summary | |
---|---|
LSDSimpleDocument(long lid,
long sid,
long did)
Create a simple document from args |
|
LSDSimpleDocument(long lid,
long sid,
long did,
java.lang.String md5)
Create a simple document from args |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long lid
public long sid
public long did
public java.lang.String md5
Constructor Detail |
---|
public LSDSimpleDocument(long lid, long sid, long did)
lid
- sid
- did
- public LSDSimpleDocument(long lid, long sid, long did, java.lang.String md5)
lid
- sid
- did
- md5
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |