|
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.DKPidXDOV4
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 | |
DKPidXDOV4()
Constructor |
|
DKPidXDOV4(DKPidXDOV4 aDKPidXDOV4)
Copy constructor |
|
DKPidXDOV4(java.lang.String aPidString)
Constructor |
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 piece of content Note: This datastore type only supports " " (8 blanks) for the representation type. |
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 DKPidXDOV4()
public DKPidXDOV4(java.lang.String aPidString) throws DKException
aPidString
- a persistent IDDKException
- if error detectedpublic DKPidXDOV4(DKPidXDOV4 aDKPidXDOV4)
aDKPidXDOV4
- XDO pid for vi400Method 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
- a 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) throws DKException
aRType
- the representation type of the piece of contentDKException
- if aRType is not equal to " " (8 blanks)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 |