com.ibm.mm.sdk.common
Class DKRouteListEntryExtICM
java.lang.Object
|
+--com.ibm.mm.sdk.common.DKRouteListEntryExtICM
- All Implemented Interfaces:
- java.io.Serializable
- public class DKRouteListEntryExtICM
- extends java.lang.Object
- implements java.io.Serializable
The DKRouteListEntryExtICM class represents a route list entry extension in Content Manager.
- See Also:
- Serialized Form
Method Summary |
dkCollection |
getUserDefinedAttrValue()
Retrieves the collection of user defined attributes and their values for the route list entry object
associated with this route list entry extension object |
void |
setUserDefinedAttrValue(dkCollection collection)
Sets the collection of values for user-defined attributes for the route list entry object
associated with this route list entry extension object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DKRouteListEntryExtICM
public DKRouteListEntryExtICM()
- Default constructor for the route list entry extension object. Constructs and initializes a route list entry extension instance.
DKRouteListEntryExtICM rl = new DKRouteListEntryExtICM();
getUserDefinedAttrValue
public dkCollection getUserDefinedAttrValue()
- Retrieves the collection of user defined attributes and their values for the route list entry object
associated with this route list entry extension object
- Returns:
- a collection of name-value pairs as instances of DKNVPair
setUserDefinedAttrValue
public void setUserDefinedAttrValue(dkCollection collection)
- Sets the collection of values for user-defined attributes for the route list entry object
associated with this route list entry extension object
- Parameters:
collection
- a collection of name-value pairs as instances of DKNVPair
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.