tomp.lxp
Class DocumentInfoImpl

java.lang.Object
  extended bytomp.lxp.DocumentInfoImpl
All Implemented Interfaces:
DocumentInfo

public class DocumentInfoImpl
extends java.lang.Object
implements DocumentInfo


Field Summary
protected  java.lang.String id
           
 
Constructor Summary
DocumentInfoImpl(java.lang.String id)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getDocumentId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected java.lang.String id
Constructor Detail

DocumentInfoImpl

public DocumentInfoImpl(java.lang.String id)
Method Detail

getDocumentId

public java.lang.String getDocumentId()
Specified by:
getDocumentId in interface DocumentInfo

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()