|
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.DKPidXDOICM
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantICM |
For details, see the class or interface |
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.DKMessageIdICM |
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 | |
DKPidXDOICM()
Constructs a Pid |
|
DKPidXDOICM(DKPidXDOICM aPid)
Constructs a Pid |
|
DKPidXDOICM(java.lang.String aPidString)
Constructs a Pid from a stringified Pid is not ready yet (@CM mai 2 2001) |
Method Summary | |
java.lang.Object |
clone()
Clone |
void |
copyData(DKPidXDOICM aPid)
|
boolean |
equals(java.lang.Object otherObject)
Compare Pids |
java.lang.String |
getCollection()
Gets the Collection |
short |
getCollectionID()
Gets the CollectionCode |
java.lang.String |
getFile()
Gets the RM servlet name |
java.util.Vector |
getFiles()
|
java.lang.String |
getHost()
Gets the host |
java.util.Vector |
getHosts()
|
java.lang.String |
getItemId()
Gets the Item id |
int |
getPort()
Gets the port |
java.util.Vector |
getPorts()
|
java.lang.String |
getPrimaryId()
Gets the datastore specific primary persistent-id |
java.lang.String |
getProtocol()
Sets the Data Access Protocol |
java.util.Vector |
getProtocols()
|
java.lang.String |
getRepType()
Gets the representation type of the part |
java.lang.String |
getResourceName()
|
short |
getResourceNumber()
Gets the ResourceNumber |
java.lang.String |
getToken()
Gets the Token |
java.util.Vector |
getTokens()
|
int |
getVersionId()
Gets the getVersionId |
boolean |
isSet()
Pid values set indicator |
java.lang.String |
pidType()
Gets Pid type. |
void |
setCollection(java.lang.String coll)
Sets the CollectionCode |
void |
setCollectionID(short id)
Sets the CollectionCode |
void |
setFile(java.lang.String afile)
Sets the RM servlet name |
void |
setFiles(java.util.Vector afile)
|
void |
setHost(java.lang.String ahost)
Sets the RM host name |
void |
setHosts(java.util.Vector ahost)
|
void |
setItemId(java.lang.String aItemId)
Sets the Item id |
void |
setPort(int aport)
Sets the port |
void |
setPorts(java.util.Vector aport)
|
void |
setPrimaryId(java.lang.String primaryId)
Sets the datastore specific primary persistent-id |
void |
setProtocol(java.lang.String aprot)
Sets the RM servlet name |
void |
setProtocols(java.util.Vector aprot)
|
void |
setRepType(java.lang.String aRType)
Sets the representation type of the part |
void |
setResourceName(java.lang.String name)
|
void |
setResourceNumber(short resnum)
Sets the ResourceNumber |
void |
setToken(java.lang.String atoken)
Sets the token |
void |
setTokens(java.util.Vector atoken)
|
void |
setURLInfo(java.lang.String protocol,
java.lang.String host,
int port,
java.lang.String file)
Sets the token |
void |
setURLInfo(java.lang.String protocol,
java.lang.String host,
java.lang.String file)
|
void |
setURLInfo(java.util.Vector protocol,
java.util.Vector host,
java.util.Vector port,
java.util.Vector file)
|
void |
setVersionId(short ver)
Sets the VersionID |
Methods inherited from class com.ibm.mm.sdk.common.DKPid |
getDatastoreName, getDatastoreType, getId, getIdString, getIdString, getIdStringCount, getObjectType, 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 DKPidXDOICM()
public DKPidXDOICM(java.lang.String aPidString) throws DKException
aPidString
- pid stringpublic DKPidXDOICM(DKPidXDOICM aPid) throws java.net.MalformedURLException
aDKPidXDODL
- XDO pid for DLMethod Detail |
public void copyData(DKPidXDOICM aPid) throws java.lang.NullPointerException, java.net.MalformedURLException
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 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 getResourceName()
public void setResourceName(java.lang.String name)
public int getVersionId()
public void setVersionId(short ver)
aVersionID
- public java.lang.String getRepType()
public void setRepType(java.lang.String aRType)
aRType
- a representation typepublic short getResourceNumber()
public void setResourceNumber(short resnum)
aResourceNumber
- the part idpublic java.lang.String getCollection()
public void setCollection(java.lang.String coll)
aCollectionCode
- the part idpublic short getCollectionID()
public void setCollectionID(short id)
aCollectionCode
- the part idpublic java.lang.String getHost()
public java.util.Vector getHosts()
public void setHost(java.lang.String ahost)
host
- namepublic void setHosts(java.util.Vector ahost)
public java.lang.String getProtocol()
aprotocol
- public java.util.Vector getProtocols()
public void setProtocol(java.lang.String aprot)
token
- public void setProtocols(java.util.Vector aprot)
public int getPort()
public java.util.Vector getPorts()
public void setPort(int aport)
port
- public void setPorts(java.util.Vector aport)
public java.lang.String getFile()
public java.util.Vector getFiles()
public void setFile(java.lang.String afile)
token
- public void setFiles(java.util.Vector afile)
public java.lang.String getToken()
public java.util.Vector getTokens()
public void setToken(java.lang.String atoken)
token
- public void setTokens(java.util.Vector atoken)
public void setURLInfo(java.lang.String protocol, java.lang.String host, int port, java.lang.String file)
protocol
- host
- port
- file
- public void setURLInfo(java.util.Vector protocol, java.util.Vector host, java.util.Vector port, java.util.Vector file)
public void setURLInfo(java.lang.String protocol, java.lang.String host, java.lang.String file)
protocol
- host
- port
- file
- 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 |