|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKPid | +--com.ibm.mm.sdk.common.DKPidXDO | +--com.ibm.mm.sdk.common.DKPidXDODES
This class defines the persistent identifier (PID) for a DES blob (XDO). The primary ID in this PID is made up of databaseName|documentId; that is, the databaseName followed by the character '|' followed by the documentId.
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdDES |
DK_DES_MSG_MSGID_NOT_FOUND |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKPidXDODES()
Constructs a Pid |
|
DKPidXDODES(DKPidXDODES aDKPidXDODES)
Constructs a Pid |
|
DKPidXDODES(java.lang.String aPidString)
Constructs a Pid |
Method Summary | |
java.lang.Object |
clone()
Clone |
boolean |
equals(java.lang.Object otherObject)
Compare Pids |
java.lang.String |
getDatabaseName()
Get the database name. |
java.lang.String |
getDocId()
Get the document identifier. |
java.lang.String |
getFieldName()
Get the field name. |
java.lang.String |
getPrimaryId()
Get the primary ID. |
boolean |
isSet()
Pid values set indicator |
java.lang.String |
pidType()
Gets Pid type. |
void |
setDatabaseName(java.lang.String databaseName)
Sets the database name. |
void |
setDocId(java.lang.String docId)
Sets the document identifier. |
void |
setFieldName(java.lang.String fieldName)
Sets the field name. |
void |
setPrimaryId(java.lang.String id)
Sets the primary ID. |
Methods inherited from class com.ibm.mm.sdk.common.DKPid |
getDatastoreName, getDatastoreType, getId, getIdString, getIdString, getIdStringCount, getObjectType, pidString, setDatastoreName, setDatastoreType, setId, setIdString, setIdString, setIdStringCount, setObjectType |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKPidXDODES()
public DKPidXDODES(java.lang.String aPidString) throws DKException
aPidString
- pid stringpublic DKPidXDODES(DKPidXDODES aDKPidXDODES)
aDKPidXDODES
- XDO pid for DESMethod Detail |
public void setPrimaryId(java.lang.String id)
setPrimaryId
in class DKPid
id
- - the primary id (databaseName|docId)public java.lang.String getPrimaryId()
getPrimaryId
in class DKPid
public void setDocId(java.lang.String docId)
docId
- - the document identifierpublic void setDatabaseName(java.lang.String databaseName)
databaseName
- - the database name.public void setFieldName(java.lang.String fieldName)
fieldName
- - the name of the field that contains the blob.public java.lang.String getDocId()
public java.lang.String getDatabaseName()
public java.lang.String getFieldName()
public boolean isSet()
isSet
in class DKPidXDO
public java.lang.Object clone()
clone
in class DKPidXDO
public boolean equals(java.lang.Object otherObject)
equals
in class DKPid
public java.lang.String pidType()
pidType
in class DKPidXDO
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |