com.bea.b2b.rosettanet.util
Class DocID

java.lang.Object
  |
  +--com.bea.b2b.rosettanet.util.DocID

public class DocID
extends java.lang.Object

This class contains the document identification required for each PIP. The methods are invoked from the example workflows's business operations.

Author:
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
DocID()
           
 
Method Summary
 java.lang.String getId()
          Retrieve the document identifier.
 java.lang.String getTimeStamp()
          Retrieve the document identifier timestamp.
 void setId(java.lang.String data)
          Set the proprietary document identifier.
 void setTimeStamp()
          Set the timestamp to the format expected by Rosettanet.
 void setTimeStamp(java.lang.String data)
          Set the timestamp to the passed in value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocID

public DocID()
Method Detail

getTimeStamp

public java.lang.String getTimeStamp()
Retrieve the document identifier timestamp.

Returns:
document identifier timestamp

getId

public java.lang.String getId()
Retrieve the document identifier.

Returns:
document identifier

setTimeStamp

public void setTimeStamp()
Set the timestamp to the format expected by Rosettanet.

setTimeStamp

public void setTimeStamp(java.lang.String data)
Set the timestamp to the passed in value.

Parameters:
data - timestamp

setId

public void setId(java.lang.String data)
Set the proprietary document identifier.

Parameters:
data - data embedded in the document identifier