|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.b2b.rosettanet.util.DocID
This class contains the document identification required for each PIP. The methods are invoked from the example workflows's business operations.
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 |
public DocID()
Method Detail |
public java.lang.String getTimeStamp()
public java.lang.String getId()
public void setTimeStamp()
public void setTimeStamp(java.lang.String data)
data
- timestamppublic void setId(java.lang.String data)
data
- data embedded in the document identifier
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |