|
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.DKPidXDODL
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 | |
DKPidXDODL()
Constructs a Pid |
|
DKPidXDODL(DKPidXDODL aDKPidXDODL)
Constructs a Pid |
|
DKPidXDODL(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 getPrimaryId |
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 |
boolean |
isSet()
Pid values set indicator |
java.lang.String |
pidType()
Gets Pid type. |
void |
setId(java.lang.String sourceId)
Deprecated. Replace by setPrimaryId |
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, getIdString, getIdString, getIdStringCount, getObjectType, 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 DKPidXDODL()
public DKPidXDODL(java.lang.String aPidString) throws DKException
aPidString
- pid stringpublic DKPidXDODL(DKPidXDODL aDKPidXDODL)
aDKPidXDODL
- XDO pid for DLMethod Detail |
public java.lang.String getId()
getId
in class DKPid
getPrimaryId()
public void setId(java.lang.String sourceId)
setId
in class DKPid
sourceId
- datastore persistent-idsetPrimaryId(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 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 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 getRepType()
public void setRepType(java.lang.String aRType)
aRType
- a representation typepublic 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 |