|
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.DKPidQBIC
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 | |
DKPidQBIC()
Constructs a Pid |
|
DKPidQBIC(DKPidQBIC aDKPidQBIC)
Constructs a Pid |
|
DKPidQBIC(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 |
getItemId()
Gets the Item id |
int |
getPartId()
Gets the Part id |
java.lang.String |
getPrimaryId()
Gets the datastore specific primary persistent-id |
java.lang.String |
getRepType()
Gets the representation type of the part |
java.lang.String |
pidType()
Gets Pid type. |
void |
setItemId(java.lang.String aItemId)
Sets the Item id |
void |
setPartId(int aPartId)
Sets the Part id |
void |
setPrimaryId(java.lang.String primaryId)
Sets the datastore specific primary persistent-id |
void |
setRepType(java.lang.String aRType)
Sets the representation type of the part |
Methods inherited from class com.ibm.mm.sdk.common.DKPid |
getDatastoreName, getDatastoreType, getId, getIdString, getIdString, getIdStringCount, getObjectType, isSet, 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 DKPidQBIC()
public DKPidQBIC(java.lang.String aPidString) throws DKException
aPidString
- pid stringpublic DKPidQBIC(DKPidQBIC aDKPidQBIC)
aDKPidQBIC
- pid for QBICMethod Detail |
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 int getPartId()
public void setPartId(int aPartId)
aPartId
- the part idpublic java.lang.String getItemId()
public void setItemId(java.lang.String aItemId)
aItemId
- the item idpublic boolean equals(java.lang.Object otherObject)
equals
in class DKPid
public java.lang.String getRepType()
public void setRepType(java.lang.String aRType)
aRType
- a representation typepublic java.lang.Object clone()
clone
in class DKPid
public java.lang.String pidType()
pidType
in class DKPid
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |