|
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.DKPidTS
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.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKPidTS()
Constructs a Pid |
|
DKPidTS(DKPidTS aDKPidTS)
Constructs a Pid |
|
DKPidTS(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 |
getId()
Deprecated. Replace by getIdString |
int |
getPartId()
Gets the part id |
java.lang.String |
getPrimaryId()
Gets the datastore specific primary persistent-id |
java.lang.String |
getRepType()
Gets the rep type |
java.lang.String |
pidType()
Gets Pid type. |
void |
setId(java.lang.String sourceId)
Deprecated. Replace by setIdString |
void |
setPrimaryId(java.lang.String primaryId)
Sets the datastore specific primary persistent-id |
Methods inherited from class com.ibm.mm.sdk.common.DKPid |
getDatastoreName, getDatastoreType, getIdString, getIdString, getIdStringCount, getObjectType, isSet, pidString, setDatastoreName, setDatastoreType, setIdString, setIdString, setIdStringCount, setObjectType |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKPidTS()
public DKPidTS(java.lang.String aPidString) throws DKException
aPidString
- pid stringpublic DKPidTS(DKPidTS aDKPidTS)
aDKPidTS
- pid for QBICMethod Detail |
public java.lang.String getId()
getId
in class DKPid
DKPid.getIdString(int)
public void setId(java.lang.String sourceId)
setId
in class DKPid
sourceId
- datastore persistent-idDKPid.setIdString(int,java.lang.String)
public java.lang.String getPrimaryId()
getPrimaryId
in class DKPid
public void setPrimaryId(java.lang.String primaryId)
setPrimaryId
in class DKPid
primaryId
- datastore primary persistent-idpublic boolean equals(java.lang.Object otherObject)
equals
in class DKPid
public java.lang.Object clone()
clone
in class DKPid
public java.lang.String pidType()
pidType
in class DKPid
public int getPartId()
public java.lang.String getRepType()
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |