com.sap.netweaver.bc.uwl

Class ItemKey

java.lang.Object
  extended bycom.sap.netweaver.bc.uwl.ItemKey

public final class ItemKey
extends Object

Class the represents an Items key. When Provider Connector makes calls to UWL it could use this class to uniquely identify an Item in the UWL system.

See Also:
IPushChannel

Constructor Summary
ItemKey(String usr, String pc, String sys, String extlId)
           
 
Method Summary
 String getConnector()
          Connector id of the item.
 String getExternalId()
          Identifer of the item in the provider system.
 String getSystemId()
          System from which item came.
 String getUserId()
          User to whom the item belongs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemKey

public ItemKey(String usr,
               String pc,
               String sys,
               String extlId)
Method Detail

getConnector

public String getConnector()
Connector id of the item.

Returns:

getExternalId

public String getExternalId()
Identifer of the item in the provider system.

Returns:

getSystemId

public String getSystemId()
System from which item came.

Returns:

getUserId

public String getUserId()
User to whom the item belongs.

Returns:


Copyright 2006 SAP AG Complete Copyright Notice