Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKIndexingDocMsgTS

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKIndexingDocMsgTS
All Implemented Interfaces:
java.io.Serializable

public class DKIndexingDocMsgTS
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DKIndexingDocMsgTS()
          Constructs a indexing document message object for TS
 
Method Summary
 java.lang.String getDocId()
          Gets the document identifier for the document causing the current indexing message.
 java.lang.String getIndexName()
          Gets index name
 java.lang.String getNationalLangFileId()
          Gets the identifier of the file ID of the missing national language dictionary required to linguistically process the documents during indexing.
 java.lang.String getProblemTime()
          Gets the time information when the problem occurred.
 int getReasonCode()
          Gets error reason code
 void setDocId(java.lang.String docId)
          Sets the document identifier for the document causing the current indexing message.
 void setIndexName(java.lang.String indexName)
          Sets index name
 void setNationalLangFileId(java.lang.String nationalLangFileId)
          Sets the identifier of the file ID of the missing national language dictionary required to linguistically process the documents during indexing.
 void setProblemTime(java.lang.String time)
          Sets the time information when the problem occurred.
 void setReasonCode(int reasonCode)
          Sets error reason code for why a document could not be indexed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKIndexingDocMsgTS

public DKIndexingDocMsgTS()
Constructs a indexing document message object for TS
Method Detail

getIndexName

public java.lang.String getIndexName()
Gets index name
Returns:
name of this index

setIndexName

public void setIndexName(java.lang.String indexName)
Sets index name
Parameters:
indexName - name of this index

setReasonCode

public void setReasonCode(int reasonCode)
Sets error reason code for why a document could not be indexed
Parameters:
reasonCode - error reason code

getReasonCode

public int getReasonCode()
Gets error reason code
Returns:
error reason code

getDocId

public java.lang.String getDocId()
Gets the document identifier for the document causing the current indexing message.
Returns:
document identifier

setDocId

public void setDocId(java.lang.String docId)
Sets the document identifier for the document causing the current indexing message.
Parameters:
docId - document id

getNationalLangFileId

public java.lang.String getNationalLangFileId()
Gets the identifier of the file ID of the missing national language dictionary required to linguistically process the documents during indexing.
Returns:
indentifier of the file ID

setNationalLangFileId

public void setNationalLangFileId(java.lang.String nationalLangFileId)
Sets the identifier of the file ID of the missing national language dictionary required to linguistically process the documents during indexing.
Parameters:
nationalLangFileId - indentifier of the file ID

getProblemTime

public java.lang.String getProblemTime()
Gets the time information when the problem occurred.
Returns:
the problem time information

setProblemTime

public void setProblemTime(java.lang.String time)
Sets the time information when the problem occurred.
Parameters:
time - the problem time information

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.