|
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.DKPidICM
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKPidICM()
Constructs a Pid |
|
DKPidICM(DKPidICM pidICM)
Constructs a Pid object for datastore ICM. |
|
DKPidICM(java.lang.String aPidString)
Constructs a Pid using a previously created string form of this Pid. |
Method Summary | |
java.lang.Object |
clone()
Clone this Pid instance. |
boolean |
equals(java.lang.Object otherObject)
Compares two Pids for equality. |
java.lang.String |
getComponentId()
Gets the component identifier. |
java.lang.String |
getComponentTypeId()
Gets the the component type identifier. |
java.lang.String |
getItemId()
Gets the Item identifier |
java.lang.String |
getPrimaryId()
Gets the datastore specific primary persistent-identifier. |
java.lang.String |
getVersionNumber()
Gets the version number |
java.lang.String |
pidType()
Gets the Pid type. |
void |
setComponentId(java.lang.String aCompId)
Sets the component identifier. |
void |
setComponentTypeId(java.lang.String aCompTypeId)
Sets the component type identifier in this Pid. |
void |
setItemId(java.lang.String aItemId)
Sets the Item identifier |
void |
setPrimaryId(java.lang.String primaryId)
Sets the datastore specific primary persistent-identifier. |
void |
setVersionNumber(java.lang.String aVerNum)
Sets the version number |
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 DKPidICM()
public DKPidICM(java.lang.String aPidString) throws DKException
aPidString
- pid string.
This string is usually obtained as a result of
the DKPidICM.toPidString() method.public DKPidICM(DKPidICM pidICM)
pidICM
- the pid for ICMMethod Detail |
public java.lang.String getPrimaryId()
getPrimaryId
in class DKPid
public void setPrimaryId(java.lang.String primaryId)
setPrimaryId
in class DKPid
primaryId
- primary persistent-identifier for this datastore.public java.lang.String getItemId()
public void setItemId(java.lang.String aItemId)
aItemId
- the item identifierpublic java.lang.String getComponentId()
public void setComponentId(java.lang.String aCompId)
aCompId
- the component identifier.public java.lang.String getVersionNumber()
public void setVersionNumber(java.lang.String aVerNum)
aVerNum
- a version numberpublic java.lang.String getComponentTypeId()
public void setComponentTypeId(java.lang.String aCompTypeId)
aCompId
- the component type identifier.public 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
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |