|
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.DKPidXDOOD
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKPidXDOOD()
Constructor |
|
DKPidXDOOD(DKPidXDOOD aDKPidXDOOD)
Copy constructor |
|
DKPidXDOOD(java.lang.String aPidString)
Constructor |
Method Summary | |
void |
copyData(DKPidXDOOD pid)
Copies from the given DKPidXDOOD object |
boolean |
equals(java.lang.Object otherObject)
Checks if the objects are equal |
int |
getPartId()
Gets the part ID |
int |
getType()
Gets the representation type of the piece of content |
boolean |
isSet()
Checks if the strings and part ID of the object are set |
java.lang.String |
pidString()
Gets the persistent ID in string |
void |
setPartId(int aPartId)
Sets the part ID |
void |
setType(int type)
Sets the representation type of the piece of content |
Methods inherited from class com.ibm.mm.sdk.common.DKPidXDO |
clone, pidType |
Methods inherited from class com.ibm.mm.sdk.common.DKPid |
getDatastoreName, getDatastoreType, getId, getIdString, getIdString, getIdStringCount, getObjectType, getPrimaryId, setDatastoreName, setDatastoreType, setId, setIdString, setIdString, setIdStringCount, setObjectType, setPrimaryId |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKPidXDOOD()
public DKPidXDOOD(java.lang.String aPidString) throws DKException
aPidString
- a persistent IDDKException
- if error detectedpublic DKPidXDOOD(DKPidXDOOD aDKPidXDOOD)
aDKPidXDOOD
- a source objectMethod Detail |
public int getPartId()
public void setPartId(int aPartId)
aPartId
- a part IDpublic boolean isSet()
isSet
in class DKPidXDO
public java.lang.String pidString()
pidString
in class DKPid
public void copyData(DKPidXDOOD pid) throws java.lang.NullPointerException
aDKPidXDOOD
- a source objectjava.lang.NullPointerException
- if the source object is NULLpublic boolean equals(java.lang.Object otherObject)
equals
in class DKPid
otherObject
- an instanceof DKPidXDOOD to be compared withpublic int getType()
public void setType(int type)
aRType
- the representation type of the piece of content
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |