Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKPidQBIC

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKPid
        |
        +--com.ibm.mm.sdk.common.DKPidQBIC
All Implemented Interfaces:
DKConstant, DKMessageId, java.io.Serializable

public class DKPidQBIC
extends DKPid
implements DKConstant, DKMessageId, java.io.Serializable

See Also:
Serialized Form

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

DKPidQBIC

public DKPidQBIC()
Constructs a Pid

DKPidQBIC

public DKPidQBIC(java.lang.String aPidString)
          throws DKException
Constructs a Pid
Parameters:
aPidString - pid string

DKPidQBIC

public DKPidQBIC(DKPidQBIC aDKPidQBIC)
Constructs a Pid
Parameters:
aDKPidQBIC - pid for QBIC
Method Detail

getPrimaryId

public java.lang.String getPrimaryId()
Gets the datastore specific primary persistent-id
Overrides:
getPrimaryId in class DKPid
Returns:
the datastore primary persistent-id

setPrimaryId

public void setPrimaryId(java.lang.String primaryId)
Sets the datastore specific primary persistent-id
Overrides:
setPrimaryId in class DKPid
Parameters:
primaryId - datastore primary persistent-id

getPartId

public int getPartId()
Gets the Part id
Returns:
the part id

setPartId

public void setPartId(int aPartId)
Sets the Part id
Parameters:
aPartId - the part id

getItemId

public java.lang.String getItemId()
Gets the Item id
Returns:
the item id

setItemId

public void setItemId(java.lang.String aItemId)
Sets the Item id
Parameters:
aItemId - the item id

equals

public boolean equals(java.lang.Object otherObject)
Compare Pids
Overrides:
equals in class DKPid
Returns:
true if to pids are equal

getRepType

public java.lang.String getRepType()
Gets the representation type of the part
Returns:
the representation type

setRepType

public void setRepType(java.lang.String aRType)
Sets the representation type of the part
Parameters:
aRType - a representation type

clone

public java.lang.Object clone()
Clone
Overrides:
clone in class DKPid
Returns:
the a copy of Pid

pidType

public java.lang.String pidType()
Gets Pid type.
Overrides:
pidType in class DKPid
Returns:
the pid type.

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.