com.sap.netweaver.bc.serialize

Class RIDRequest

java.lang.Object
  extended by com.sap.netweaver.bc.serialize.RIDRequest

public final class RIDRequest
extends Object

Copyright 2004 SAP AG


Constructor Summary
RIDRequest(RID rid, IDeserializer deserializer)
           
RIDRequest(RID rid, ISerializer serializer)
           
RIDRequest(RID rid, RID newName, IDeserializer deserializer)
          fullblown constructor
RIDRequest(RID rid, RID newName, ISerializer serializer)
          fullblown constructor
 
Method Summary
 boolean equals(Object obj)
           
 IDeserializer getDeserializer()
           
 RID getNewName()
           
 RID getRid()
           
 ISerializer getSerializer()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RIDRequest

public RIDRequest(RID rid,
                  RID newName,
                  ISerializer serializer)
fullblown constructor

Parameters:
rid - the original rid of the resource to deserialize as it was used in the serialization process. Must not be null
newName - the new rid the resource must have when it becomes deserialized. Must not be null. Might be the same object as the rid-parameter
serializer - the serializer requesting the deserialization. Must not be null.

RIDRequest

public RIDRequest(RID rid,
                  RID newName,
                  IDeserializer deserializer)
fullblown constructor

Parameters:
rid - the original rid of the resource to deserialize as it was used in the serialization process. Must not be null
newName - the new rid the resource must have when it becomes deserialized. Must not be null. Might be the same object as the rid-parameter
deserializer - the serializer requesting the deserialization. Must not be null.

RIDRequest

public RIDRequest(RID rid,
                  ISerializer serializer)

RIDRequest

public RIDRequest(RID rid,
                  IDeserializer deserializer)
Method Detail

getNewName

public RID getNewName()
Returns:
new name.

getRid

public RID getRid()
Returns:
request ID.

getSerializer

public ISerializer getSerializer()
Returns:
serializer object.

getDeserializer

public IDeserializer getDeserializer()
Returns:
deserializer object.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice